/* CSS Document */

body {
	text-align:center;
	margin:0px;
	background-image:url(../images/background_home.gif);
	background-repeat:repeat-x;
	background-color: #003366;
	font-family:Arial, Helvetica, sans-serif;

}
	
#frame {
	width:980px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	background-color:#FFFFFF;
}
	
#contentcenter {
	width:660px;
	float:left;
	background:#FFFFFF;
	border-right:1px dotted #CCCCCC;
	padding-left:40px;
	padding-right:20px;
}
	
#contentright {
	width:220px;
	padding:0px;
	float:left;
	background:#fff;
	padding-left:20px;
}
	
#contentheader {
	background-image:url(../images/heading_back.jpg);
	background-repeat:no-repeat;
	height:70px;
}


#headeright {
	float:right;
}

		
p {
	font-size:0.8em;
	line-height:150%;
	color:#333333;
}


ul {
	/*font-size:0.8em; */
	padding-left:25px;
	line-height:150%;
	color:#333333;
}

#contentcenter ul{
	font-size:0.8em;
	padding-left:25px;
	line-height:150%;
	color:#333333;
}

.bold {
	font-weight:bold;
}

.italic {
	font-weight:italic;
}

td {
	
	line-height:150%;
	color:#333333;
}
table {

}
h1 {
	font-size:1.2em;
	padding-top:20px;
	padding-bottom:15px;
	color:#7AA5D2;
	font-weight:normal;
}
h2 {
	font-size:1.0em;
	color:#7AA5D2;
	font-weight:bold;
}	

h3 {
	font-size:0.9em;
	padding-top:20px;
	color:#000;
	font-weight:bold;
}	

#contentheader h1 {
	font-size:24px;
	margin:0px;
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:normal;
	padding-left:20px;
	padding-top:30px;
}
#footer {
	background-image:url(../images/footer_background.jpg);
	height:60px;
	font-size:10px;
	color:#FFFFFF;
}


#menu {
	background-color:#CC3300;
	}
	
#left {
	background-color:#7AA5D2;
	color:#FFFFFF;
	float:left;
	width: 180px;
	height: 100px;
	padding:12px;
	margin:6px;
	border: 1px #000;
	}
	
#left p {color:#FFFFFF;}
	
#left a:link, #left a:visited {
		
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}
#left a:hover, #left a:active {
	color:#fff;
	text-decoration:none;
}

/*#menu {
	background-color:#7AA5D2;
	height:22px;
	font-size:11px;
	line-height:150%;
	color:#333333;
	font-weight:bold;

*/	
}
#menu span {
	margin:20px;
}


a:link, a:visited {
		line-height:150%;
	color:#6699FF;
	font-weight:bold;
	text-decoration:none;
}
a:hover, a:active {
	color:#6699FF;
	text-decoration:underline;
}

#footerlinks:link, #footerlinks:visited  {
	font-size:11px;
	line-height:150%;
	color:#ffffff;
	font-weight:normal;
	text-decoration:underline;
}
#footerlinks:hover, #footerlinks:active {
	color:#ffffff;
	text-decoration:none;
}
