HTML, BODY{
	background:#BDBDBD url("../image/background.png") repeat-x top;
	margin:0 auto 1px;
	height:100%;
}

BODY{
	font-size:100%;
    line-height:1.125em;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
}

FORM{
	margin:0;
	padding:0;
}

#container{
	margin:0 auto;
	width: 801px;
	text-align:left;
}


#header{
	background:url("../image/header-top.png") no-repeat;
	height:109px;
}

#header H1{
	float:left;
	margin:0;
	padding:28px 0 0 25px;
}

#header H1 A{
	width:325px;
	height:73px;
	background:url("../image/logo.png") no-repeat;
	display:block;
}

#header H1 SPAN{
	display:none;
}

/* Log in stuff
======================================================================*/

#logIn {
	font-size:0.71em;
	width:380px;
	padding-top:3px;
	float:right;
	line-height:normal;	
}

#logIn INPUT{
	font-size:0.99em;
}

#logIn DIV{
	float:right;
	padding:10px 27px 0 0;
}

#logIn P{
	float:left;
	padding-right:10px;
}

#loginButton{
	padding-top:8px;
	padding-right:0;
}


#loggedInMenu{
	color:white;
	background:#3D3E99;
	height:26px /* 32 -6 */;
	font-size:0.875em;
	font-weight:bold;
	padding-top:6px;
}

#loggedInMenu UL{
	margin:0;
	padding:0;
	list-style-type:none;
}

#loggedInMenu UL LI{
	float:left;
	border-left:1px solid white;
	padding:0 10px 0;
	margin:0;
}

#loggedInMenu UL LI.first{
	border:0;
}

#loggedInMenu UL A{
	color:white;
	text-decoration:none;
}

#loggedInMenu UL A:hover{
	text-decoration:underline;
}


/* TOP MENU
======================================================================*/

#topMenu{
	clear:both;
	background:url("../image/top-menu.png") no-repeat;
	height:25px /* 32 -7 */;
	list-style-type:none;
	margin:0;
	padding:7px 0 0 20px;
	line-height:normal;
	font-size:0.9em;
	font-weight:bold;
}

#topMenu LI{
	float:left;
	border-left:1px solid white;
	padding:0 10px 0;
	margin:0;
}

#topMenu LI A{
	color:white;
	text-decoration:none;
}

#topMenu LI.first{
	border-left:0;
	padding-left:7px;
}

#topMenu LI A:hover{
	color:#ECB43E;
	text-decoration:underline;
}


/* MAIN
======================================================================*/

#content-left-wrapper{
	clear:both;
	position:relative;
	background:white url("../image/content-wrapper-left.png") repeat-y left;
	overflow:hidden;
	padding-left:18px;
	font-size: 0.875em;
}

#content-right-wrapper{
	position:relative;
	padding-right:27px;
	background: url("../image/content-wrapper-right.png") repeat-y right;
}

#content-left-wrapper-border{
	position:absolute;
	top:0;
	left:-18px;
	width:18px;
	height:272px;
	background:url("../image/content-border-left.png") no-repeat left;
}

#content-right-wrapper-border{
	position:absolute;
	top:0;
	right:0;
	width:27px;
	height:272px;
	background:url("../image/content-border-right.png") no-repeat left;
}

.contentContainer{
	padding: 10px;
}

#mainContent{
	position:relative;
}

/* 2 Column
======================================================================*/
#sideContent{
	position:relative;
	float:right;
	width:200px;
}

#sideContent DL{
	margin:0;
	padding:0 0 5px;
	background: #F5F5F5;
	border:1px solid #CCCCCC;
}

#sideContent DT{
	padding:4px 6px;
	font-weight:bold;
	background:#CCCCCC;
	margin-top:10px;
}

#sideContent DT.first{
	margin-top:0;
}

#sideContent DD{
	font-size:0.95em;
	margin:5px 10px;
	padding:2px;
	border-bottom:1px solid #DDDDDD;	
}

#sideContent DD A{
}


#mainContent2Column{
	position:relative;
	border:1px solid #CCCCCC;
	margin-right:204px;
}

/* STYLES
======================================================================*/

H2{
	font-size:1.95em;
	letter-spacing:-1px;
	margin:0 0 10px ;
	padding:3px;
	color:black;
	border-bottom:2px solid #CCCCCC;
	line-height:1.25em;
}

H3, H4 {
	color:black;
}

A{
	color: #3A3B92;
	text-decoration:none;
}

A:hover{
	text-decoration:underline;
}

.notice{
	background:#FCF6B1 url("../image/warning.gif") no-repeat 8px 10px;
	color:#BE1031;
	border:1px solid #CCCCCC;
	padding:10px;
	padding-left:45px;
}

.notice H3{
	color:#BE1031;
	margin:0 0 10px;
}

.notice P{
	margin-top:10px;
	margin-bottom:0;
}

.sections{
 padding:5px 8px;
 background:#666666;
 color:white;
}


/* FOOTER
======================================================================*/
#footer{
	clear:both;
	height:72px; /* (81-5-4) */
	background:url("../image/footer.png") no-repeat;
	font-size: 0.6125em;
	padding-left:23px;
	padding-top:9px;
}

#footer *{
	color:white;
}

#footer ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

#footer LI{
	float:left;
	border-left:1px solid white;
	line-height:normal;
	padding:2px 10px;
}

#footer LI.first{
	border-left:0;
	padding-left:5px;
}

#footer P{
	clear:both;
	padding:5px 5px 0;
}
