/* CSS Document */

html,body{
	margin:0;
	padding:0;
	height:100%;
	border:none;
}

body{
	background-image:url(../images/bg_gradient.jpg); 
	background-repeat:repeat-x;
}

body, td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
}

.head, .head td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-color:#034278;
}

a:link, a:active, a:visited{
	color:#5f80a3;
	text-decoration:underline;
}
a:hover, a:focus{
	color:#a9bfd4;
	text-decoration:none;
}

a.headlnk:link, a.headlnk:active, a.headlnk:visited{
	color:#FFFFFF;
	text-decoration:none;
}
a.headlnk:hover, a.headlnk:focus{
	color:#a9bfd4;
	text-decoration:none;
}

.footer{
	height:52px; 
	width:870px; 
	color:#666666; 
	background-image:url(../images/bg_footer.jpg); 
	background-repeat:repeat-x; 
	font-size:12px;
}

.content{
	margin:0px 35px 20px 35px;
	line-height:16px;
}

.topContent{
	color:#5f80a3;
	padding:4px 30px 4px 5px;
	line-height:16px;
	font-size:13px;
}

.topContent a:link, .topContent a:visited, .topContent a:active{
	font-weight:bold;
	text-decoration:underline;
}
.topContent a:hover, .topContent a:focus{
	color:#a9bfd4;
	font-weight:bold;	
	text-decoration:underline;
}

.minHeight{
	height:300px;
}

ul{
	margin-top:0px;
}


/* Layout */

.shdwlft{
	width:9px; 
	background-image:url(../images/shadow_left.jpg); 
	background-repeat:repeat-y;
}

.shdwrt{
	width:9px; 
	background-image:url(../images/shadow_right.jpg); 
	background-repeat:repeat-y;
}

/* Print Settings */

.topPrint{
	display:none;
}

.topScreen{
	display:block;
}


/* Expandable Div */

.expandList {
	display:none;
}

.expandLink:link, .expandLink:active, .expandLink:visited{
	text-decoration:none;
	font-weight:bold;
	color:#00417b;
}
.expandLink:hover, .expandLink:focus{
	text-decoration:none;
	font-weight:bold;
	color:#5f80a3;
}
