@import url("common.css");

#pageLayout {
	width:779px;
	margin:0 auto;
}

/* Banner */
#header {
	height:151px;
	background:url('../img/headerbg.gif') #00265D no-repeat bottom;
	margin:0;	
}
#headerText {
	position:relative;
	font-size:0.75em;
	font-weight:bold;
	color:#FFF;
	text-align:right;
	top:91px;
	right:15px;
}
#headerMenu {
	position:relative;
	top:105px;
	left:200px;
	text-align:left;
}
#headerMenu ul {
	position:absolute;
	list-style-type:none;
	padding:0;
	margin:0;
}
#headerMenu ul li {
	float:left;
	padding:0 20px 0 0;
}
#headerMenu a,
#headerMenu a:visited {
	display:block;
	text-decoration:none;
	font-size:0.8em;
	font-weight:bold;
	color:#FFF;
}
#headerMenu a:hover {
	text-decoration:underline;
}

/*content*/
#content {
	margin:0;
	background:#FFF;
	border:1px solid #EF3A32;
	border-width:0 1px;
	width:761px;
}
#contSpacer {
	height:10px;
}
#contentBot {
	overflow:hidden;
	height:10px;
	width:763px;
	background:url('../img/contentbot.gif') #FFF no-repeat top;
}

/* Content left menu */
#sideLeft {
	float:left;
	margin:0 0 0 5px;
	width:165px;
}
#sideMenutop {
	overflow:hidden;
	height:10px;
	width:160px;
	background:url('../img/sidemenutop.gif') #FFF no-repeat top;
}
#sideMenubot {
	overflow:hidden;
	height:10px;
	width:160px;
	background:url('../img/sidemenubot.gif') #FFF no-repeat top;
}
#sideMenu {
	padding:0 15px 0 0;
	width:145px;
	background:url('../img/sidemenubg.gif') repeat-y;
}
#sideMenu ul {
	list-style-type:none;
	padding:0 0 0 0;
	margin:0;
	background:url('../img/sidemenubg.gif') repeat-y;
}
#sideMenu ul li 
{
	text-align:center;
	color:#7F99B2;
	font-size:0.9em;
	font-weight:bold;
	text-align:right;
	list-style:none;
}
#sideMenu a,
#sideMenu a:visited {
	display:block;
	/*margin:1px 5px 1px 0;*/
	color:#7F99B2;
	font-weight:bold;
	text-align:right;
	text-decoration:none;
	line-height:20px;
	padding-right:15px;
}
#sideMenu a:hover {
	border-right:5px solid #EF3A32;
	color:#EF3A32;
}

/* Content right */
#sideRight {
	float:right;
	width:575px;
	padding:0 5px;
}
