@charset "utf-8";

body {
	font:12px arial;
	line-height:1.4em;
	background:#FFFFFF;
	color:#000000;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
}

a { text-decoration:underline; color:#ff0000; cursor:pointer; }
a:hover { text-decoration:none; }
a:hover:visited { text-decoration:underline; }
a:hover:visited:hover { text-decoration:none; }
a:focus { outline:none; }

#top {
	float:left;
	display:inline;
	width:900px;
	font-family: Verdana, Geneva, sans-serif;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}



#content {	font-family:Arial, Helvetica, sans-serif;
float:left;	display:inline;	margin:15px 0 10px 35px;	width:490px;}
#content h2, #content h3, #content h4 {	font-size:12px;	font-weight:bold;	color:#000000;}
#content p { 	color:#000000; }
#content ul { margin:0 0 20px 15px; }
#content ul li { margin:0 0 5px 0; color:#000000; list-style:disc; line-height:1.2em; }
#content ul li ul { margin:10px 0 0 15px; color:#000000; }


#home-content {
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	display:inline;
	margin:15px 0 10px 35px;
	width:490px
}
#home-content h2, #home-content h3, #home-content h4 { font-size:12px; font-weight:bold; color:#FFF; }
#home-content p { color:#FFF; }
#home-content ul { margin:0 0 20px 15px; }
#home-content ul li { color:#FFF; list-style:disc; line-height:1.4em; }



#left {
	float:left;
	display:inline;
	width:341px;
	background-color:#0F467D
	
}

#logo {
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
}


#navigation {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
}

#navigation ul {

}

#navigation li {
	margin-top: 5px;
	list-style:none;
}

#navigation a {
	font-family:Arial, Helvetica, sans-serif;
	padding:0 0 0 20px;
	color:#FFFFFF;
	text-decoration:none;
	background:url(/img/nav_bg_ia.gif) no-repeat 0 -1px;
}

#navigation a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background:url(/img/nav_bg_a.gif) no-repeat 0 -1px;
}

#navigation .active {
	color:#FFFFFF;
	text-decoration:none;
	background:url(/img/nav_bg_a.gif) no-repeat 0 -1px;
}

#title {
	margin:0 0 15px 0;
	font-size:15px;
	font-weight:bold;
	color:#0f467d;
}


#right {
	float:left;
	width:559px;
	display:inline;
	background:url(/img/inside_content_bg2.gif) repeat-y #FFFFFF;	

}

#right-first-page {
	float:left;
	width:559px;
	display:inline;
	background:url(/img/home_content_bg.gif) repeat-y #0F467D;	

}

#line {
	float:left;
	width:900px;
	height:10px;
	background:url(/img/inside_bottom_bg.gif) no-repeat #FFFFFF;	

}

#footer {
	float:left;
	display:inline;
	width:900px;
	height:50px;
}

#footer-left {
	float:left;
	display:inline;
	width:321px;
	color:#674f5d;
	font-size:9px;
	line-height:14px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
#footer-right {
	float:left;
	display:inline;
	width:549px;
	color:#674f5d;
	font-size:9px;
	line-height:14px;
	text-align:right;
	font:11px Arial;
	color:#999999;
	margin-top: 25px;
	margin-right: 10;
	margin-bottom: 0;
	margin-left: 0px;
}


#footer-right a {
	font:11px Arial;
	color:#999999;
	text-decoration:none;
}

#footer-right a:hover {
	text-decoration:underline;
}




/*
	General Styles
*/

a img { border:0px }
