/* CSS Document */

html, body {height:100%}
body {background:#000000;
		margin:0;
		padding:0;
		}
		
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight:bold;
	color:#4d6484;
	font-size:.95em;

}

a:link, a:visited {color:blue; font-weight:bold; text-decoration:none;}
a:hover, a:active {color:#000000;}

img {border-width: 0px;}

h1, h2, h3, h4, h5, h6 {margin-bottom: 10px;}

h1 {font-size:1.5em;}

#container {margin-left: auto;
			margin-right:auto;
			background-color: #FFFFFF;
			min-height: 1100px;
			width:1024px;
			text-align:center;
			padding-top: 50px;
			margin-top:10px;}
			
#header {width:100%;
	padding-left: 20px;
	padding-right: 20px;
	clear:both;
	}

#header img {padding-left:20px;}

#navigation {font-size:.8em;
	padding-top: 20px;
	padding-left: 10px;
	clear:both;
	float:left;
	width: 100%;}

#content_left {
	width:440px;
	color:#4676B7;
	text-align: left;
	margin-left:32px;
	float:left;
	clear:left;
		}

#content_right {
	width:510px;
	color:#4676B7;
	float:left;
	margin-left:20px;
	}
	
#content {background-color:#E3EBF4;
	min-height:300px;
	float:left;
	clear:both;
	width:100%;
	padding-top:20px;}
	
#content_right p {clear:both;
	padding-top:20px;}

ul#homeicon {list-style-image:url(images/house_bullet.gif);
	font-size:.9em;}

img#left_image {float:left;}
img#right_image {float:right;}
img#iicrc {display:block; margin-left:auto; margin-right:auto;}


/* =navigation */
#nav{
	clear:both;
	font-weight:bold;
	color:#666;
	margin-left:4px;
	float:left;
	list-style-type:none;	
	background:url(navshadow.gif) no-repeat 8px 100% #fff;
	padding-bottom:21px;
}
html>body #nav{
	margin-left:8px;
	background:url(navshadow.gif) no-repeat 4px 100% #fff;
}
#nav li{
	list-style-type:none;
	float:left;
	margin:0 0 0 4px;
	padding:0 0 0 10px ;
	border-bottom:1px solid #999;
	background:url(tabgrey.gif) #c0c0c0 top left no-repeat;
}
#nav li a{
	color:#666;	
	background:url(tabgrey.gif) transparent top right no-repeat;
	display:block;
	padding:0 10px 0 0;
}
#nav li a:link,
#nav li a:visited{
	color:#000;
	text-decoration:none;
}
#nav li a:hover,
#nav li a:active{
	color:#fff;
	text-decoration:none;
}
#nav li.cur,
#nav li.over,
#nav li:hover
{
	background:url(tabblue.gif) #3375b2 top left no-repeat;
	border-bottom:1px solid #036;
}
#nav li strong,
ul#nav li.cur a,
ul#nav li.over a,
ul#nav li:hover a
{
	display:block;
	color:#fff;
	padding:0 10px 0 0;
	text-decoration:none;
	background:url(tabblue.gif) transparent top right no-repeat;
}


ul {text-align:left;}