/* CSS Document */
body {
	background-image: url('../images/bg.jpg');
	background-repeat:repeat;
	background-color: #62588D;
	margin-top:0px;
	padding: 0px;
	font-family:arial;
	text-align:justify;
	font-size:11px;
	color:#000000;
}

#headerlogo {
	background:url('/images/header2.jpg');
	background-repeat:no-repeat;
	background-position:center;
	width:865px;
	height:198px;
}

#titleA
{
	background: url('../images/title_bar2.gif');
	background-repeat:no-repeat;
    height: 15px;
	width: 535px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font:italic;
	font-weight:bold;
	text-align:left;
	font-size:15px;
	color:#243875;
	margin-top:15px;
}

#title
{
	background: url('../images/title_bar.gif');
	background-repeat:no-repeat;
    height: 15px;
	width: 290px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font:italic;
	font-weight:bold;
	text-align:left;
	font-size:15px;
	color:#243875;
	margin-top:15px;
}

a.cmstitle {
	font-family: "Times New Roman", Times, serif;
	text-decoration:none;
	color:#243875;
	font-size: 15px;
}
	
a.cmstitle:hover {
	font-family: "Times New Roman", Times, serif;
	text-decoration:underline;
	color:#243875;
	font-size: 15px;
}

#bodycontentcontainer {
	background-image: url('/images/backgroundshell.gif');
	width: 865px;
}

#contentleft
{
	background-color:transparent;
	width: 540px;
	font-family:arial;
	text-align:justify;
	font-size:11px;
	color:#000000;
	float:left;
	padding-top:0px;
	padding-left:5px;
	padding-right:5px;
}

#contentright
{
	background-color:transparent;
	width: 290px;
	font-family:arial;
	text-align:justify;
	font-size:11px;
	color:#000000;
	float:left;
	padding-top:0px;
	padding-left:15px;
	padding-right:5px;
}

#menu {
	width: 866px;
	height: 31px;
}

#menucontainer {
	position:absolute; 
	z-index:1;
	visibility:visible;
}

#Layer1 {
	position:absolute;
	left:143px;
	top:31px;
	z-index:0;
	visibility:hidden;
} 

#Layer2 {
	position:absolute;
	left:278px;
	top:31px;
	z-index:0;
	visibility:hidden;
} 

#Layer3 {
	position:absolute;
	left:764px;
	top:31px;
	z-index:0;
	visibility:hidden;
} 

#Layer4 {
	position:absolute;
	left:536px;
	top:31px;
	z-index:0;
	visibility:hidden;
} 

#slideshow {
    height: 276px;
	background-image: url();
	background-repeat: no-repeat;
	background-position: left top;
	width: 168px;
	float: left;
}

#footer
{
	background-image: url('../images/footer.gif') ;
	background-repeat:no-repeat;
	width:866px;
	text-align:center;
	text-decoration: none;
	text-transform:uppercase;
	font-family:Arial;
	font-size:11px;
	color:#ffffff;
	padding-bottom: 11px;
	padding-left:5px;
	padding-right:5px;
	padding-top: 5px;
}
#headerslideshow {
	width:251px;
	height:198px;
	padding-top:42px;
	padding-left:614px;
}

.footer_links, a.footer_links, .footer_links:link
{
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.footer_links:hover
{
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}

.footer_links:visited
{
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}

a.footer {
	text-decoration:none;
	color:#ffffff;
	font-size: 11px;
	font-family: Arial;
	
}
	
a.footer:hover {
	text-decoration:underline;
	color:#ffffff;
	font-size: 11px;
	font-family: Arial;
}


a {
	color: #084890;
	text-decoration: none;
	font-family:Arial;
	font-size:11px;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #084890;
	font-family:Arial;
	font-size:11px;
}