﻿div.page-holder
{
	width:980px;
	background:#ffffff;
	_height:670px;
	min-height:670px;
	margin:auto auto auto auto;
	border:1px;
	border-color:#660000;
	border-style:solid;
	background:#fff;	
}

div.page-banner
{
	padding-top:5px; 
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	height:130px;	
	background:#d0371d;
	color:#fff;
	text-align:center;
}

div.page-banner a,
div.page-banner a:active,
div.page-banner a:visited
{
	color:#fff !important;
	text-decoration:none;
}

div.page-banner a:hover
{
	color:#d5897c !important;
}

div.page-footer
{
	height:17px;
	background-color:#d0371d;
	font-size:0.7em;
	color:White;
	text-align:center;	
	margin-right:0px;	
	padding-top:3px;
	clear:left;
}

div.page-content
{
/*width:960px;
overflow-x:hidden;*/
	margin-left:5px;
	margin-right:5px;
	_height:450px;
	min-height:450px;
	margin-bottom:10px;
	background:#fff;
	float:left;
}

div.menu-holder
{
	margin-top:10px;
	margin-bottom:10px;	
	height:30px;		
}

ul.menu-item, ul.menu-item li
{
	margin:0;
	padding:0;
	list-style-type:none
}

ul.menu-item li
{
	float:left;
	width: 9em;
	font-size:89%;
	margin-right: 5px
}

ul.menu-item a,
ul.menu-item a:active,
ul.menu-item a:visited
{
	display:block;
	width:9em;
	padding:5px 0;
	font: bold 100% Verdana,Arial,sans-serif;
    text-transform:uppercase;
    background: #dcdcdc;
    color: #666;
    text-decoration:none;
    text-align:center
}

ul.menu-item a:hover
{
	background: #d0371d;
	color:#FFF
}
