@charset "utf-8";
body {
	background-image: url(images/sitebg.gif);
	background-repeat: repeat-y;
	background-attachment:fixed;
	background-position: center top;
	margin:0px;

}

* { font-family:arial;
	font-size:12px;
	color:#333333;
	}

h2 {
	 font-size:16px; font-weight:bold;
}

#siteContainer {

width:959px;
left:50%;
margin-left:-480px;
position:relative;
overflow:hidden;


}

#siteContainer #header {background:url(images/HeaderBG.jpg) top left no-repeat; height:328px; width:959px;}

#pageHeader {height:119px; width:959px; position:relative; background:url(images/PageHeader.jpg) no-repeat left top;}

#pageHeader #login {left:600px; top:5px; position:absolute;}

#pageHeader img {margin-top:42px; margin-right:40px;}

#login input {

	height:11px;
	font-size:11px; 
	
	color:#666;
	
	width:125px;

	}



#login .button {

	width:57px; 

	height:17px; 

	background:url(images/loginButton.gif); 

	border:0px;

	}


#LogoBox { width:223px; position:relative; float:left; overflow:hidden; min-height:50px; border-right:1px solid #CCCCCC;}

#LogoBox img { margin-left:30px; margin-top:10px;}

#RightCol { width: 710px; position:relative; float:left; overflow:hidden; min-height:50px; margin-left:20px; margin-top:10px;}


#footer {background:#484848 url(images/grayContainerBG.jpg) top left no-repeat; color:#CCCCCC; height:110px; font-size:10px; padding:10px; position:relative; float:left; overflow:hidden; width:959px;}

#BigBox {background:#484848 url(images/grayContainerBG.jpg) top left no-repeat; color:#CCCCCC; height:276px; font-size:10px; padding:10px; width:959px; float:left;}

#footer li {list-style:none; list-style-image:url(images/bullet.gif); color:#EEEEEE; font-size:10px; text-indent:none;
}

#footer ul {margin:0; padding-left:42px; border-right:1px solid #CCCCCC; display:block; width:210px;}

#footer #copyright { position:absolute; left:350px; top:55px; color:#CCCCCC; font-size:11px;}




#footer a:link {text-decoration:none; font-size:10px; color:#EEEEEE;}
#footer a:active {text-decoration:none; font-size:10px; color:#EEEEEE;}
#footer a:hover {text-decoration:underline; font-size:10px; color:#FFFFFF; }
#footer a:visited {text-decoration:none; font-size:10px; color:#EEEEEE;}
