@charset "UTF-8";
/* CSS Document */


/* --------------Blanket rules for all elements----------- */

html, body {
	font-size: 80%;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #000000;
	}
	
h1 {
	text-align: left;
	font-size: 130%;
	line-height: 120%;
	font-weight: bold;
	}
	
h2 { 
	font-size: 180%;
	font-family:arial;
	font-weight: normal;
	font-style:normal;
	line-height: 120%;
	color: #CC0000;
	text-align:left;
	}
	
h3 {
	font-size: 110%;
	}
	
p	{
	font-size: 120%;
	line-height: 120%;
	text-align:left;
	}
	
.caption {
	font-size: 90%;
	line-height: 120%;
	}


/* --------- Infinite Menus: navigation ---------- */


/* --[[ Main Expand Icons ]]-- */
	#imenus0 .imeam span,#imenus0 .imeamj span {background-image: url(menu/light_arrow_right.jpg); width:6px; height:9px; left:-6px; top:5px; background-repeat:no-repeat;background-position:top left;}
	#imenus0 li:hover .imeam span,#imenus0 li a.iactive .imeamj span {background-image:url(menu/light_arrow_right.jpg); background-repeat:no-repeat;background-position:top left;}


	/* --[[ Main Container ]]-- */
	#imouter0 {border-style:none; border-color:#6a6a6a; border-width:1px; width: 155px;padding:0px; margin:0px; }


	/* --[[ Sub Container ]]-- */
	#imenus0 li ul {background-color:#ffffff; border-style:solid; border-color:#333333; border-width:1px; width: 100px; padding:5px; margin:25px 0px 0px; }


	/* --[[ Main Items ]]-- */
	#imenus0 li a, #imenus0 .imctitle {
	height:20px;
	background-color:#FFFFFF;
	color:#000000;
	text-align:left;
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	border-style:none;
	border-color:#ffffff;
	border-width:1px;
	padding:2px 8px;
	margin:0px 0px 2px;
}

		/* [hover] - These settings must be duplicated for IE compatibility.*/
		#imenus0 li:hover>a {text-decoration:underline; color:#CC0000 }
		#imenus0 li a.ihover, .imde imenus0 a:hover {text-decoration:underline;color:#CC0000 }

		/* [active] */
		#imenus0 li a.iactive {}


	/* --[[ Sub Items ]]-- */
	#imenus0 ul a, #imenus0 .imsubc li .imctitle  {height:auto; background-color:transparent; color:#000000; text-align:left; font-size:11px; font-weight:normal; text-decoration:none; border-style:none; border-color:#000000; border-width:1px; padding:2px 5px; margin:0px; }

		/* [hover] - These settings must be duplicated for IE comptatibility.*/
		#imenus0 ul li:hover>a {color:#CC0000; text-decoration:underline; }
		#imenus0 ul li a.ihover {color:#CC0000; text-decoration:underline; }

		/* [active] */
		#imenus0 ul li a.iactive {background-color:#ffffff; }


/* --------- links ---------- */

	
h2 a:link { 
	font-size: 110%;
	line-height: 100%;
	color: #004712;
	text-decoration:underline;
	}
	
h2 a:visited { 
	font-size: 110%;
	line-height: 100%;
	color: #004712;
	text-decoration:underline;
	}
	
h2 a:hover { 
	font-size: 110%;
	line-height: 100%;
	color: #112A91;
	text-decoration:underline;

	}
	
p a:link {
	font-size: 100%;
	line-height: 150%;
	color:#000;
	font-weight: bold;
	text-decoration: underline;
	}
	
p a:visited {
	font-size: 100%;
	line-height: 150%;
	color:#000;
	font-weight: bold;
	text-decoration: underline;
	}
	
p a:hover {
	font-size: 100%;
	line-height: 150%;
	text-decoration: underline;
	color: #112A91;
	}
	
	
/* ------------- layout --------------*/

#bg_wrapper {
	width: 950px;
	height: 632px;
	margin-top: 0px;
	margin-left:auto;
	margin-right: auto;
	background-image: url(images/bgimg.jpg);
	background-repeat:no-repeat;
	} 

#wrapper {
	width: 899px;
	height: 550px;
	padding-top: 20px;
	margin-left:auto;
	margin-right: auto;
	} 
	
#masthead {
	margin: 0 0 0 0px;
	padding: 0px;
	border: none;
	}
	
#navigation {
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	border:none;
	}
	
#content {
	margin-left: 30%;
	border: none;
	margin-top: 0px;
	}
	
#maintext {
	margin-left: 6%;
	margin-top: 160px;
	padding:0px,0px,10px,0px;
	border: none;
	height:300px;
	width:580px;
	overflow:auto;
	}
	
#sidebar {
	float: left;
    width: 25%;
	margin-bottom: 10px;
	padding: 10px;
	border: none;
	}

#sidebar_container {
	margin-top: 20px;
	background-color:#;
	}
	
#sidebar_login {
	margin-top:60px;
	}
	
/* ---------------footer-------------- */
#footer {
	clear: both;
	padding: 0px;
	margin-left:15px;
	border: none;
	}
	
#footer p {
	text-align:center;
	font-size: 120%;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 120%;
	color: #666;
	clear: right;
	}
	
#footer  a:link, a:visited {
	text-decoration: none;
	color: #666;
	font-weight: normal;
	}
	
#footer  a:hover {
	text-decoration: underline;
	color: #666;
	font-weight:normal;
	}
	
	
/*----------- image floats -----------*/

.image_float_right {
	float:right;
	padding: 0px;
	}

.image_float_left {
	float:left;
	margin:5px 5px 0 0;
	}

.clear {
	clear:left;
	padding-top:0px;
	}
	
.spacer {
	clear:both;
	margin: 5px,5px,5px,5px;
	}

	
	































