/*
* {
  	margin:				0 auto;
  	padding:				0;

  	text-align:			center;
}
*/
body {
 	font-size:				12pt;     
  	font-family:	    	Verdana, Helvetica, sans-serif;
  	color:					#5c5c5c;
  	line-height:	    	1.3em;
	padding:				0;
	margin:					0;
}
#siteContainer{
	width:					975px;
	border-left:			thin solid black;
	border-right:			thin solid black;
	border-bottom:			thin solid black;
	border-width:			thin;
	/*text-align:				left;*/
	margin:					0 auto;
  	padding:				0;
}
#header{
	background: 			url('../images/header_graphic.jpg');
	background-position: 	0px;
	background-repeat: 		no-repeat;
	height:					193px;
}
#navContainer{
	background: 		url('../images/nav_bg.gif');
	background-repeat: 		repeat-x;
	height:					30px;
	padding-left:			50px;
}
.nav{
	background-image:		url('../images/nav_item.gif');
	color:					White;
	display:				block;
	float:					left;
	font-family:			"Arial";
	font-size:				14px;
	font-style:				normal;
	font-weight: 			600;	
	font-variant:			normal;
	padding-bottom:			8px;
	line-height:			normal;
	padding-top:			6px;
	text-align:				center;
	text-decoration:		none;
	width:					120px;
}
.nav_mouseover {
	background-image:		url('../images/nav_mouseover.gif');
	color:					White;
	display:				block;
	float:					left;
	font-family:			"Arial";
	font-size:				14px;
	font-style:				normal;
	font-weight: 			600;	
	font-variant:			normal;
	padding-bottom:			8px;
	line-height:			normal;
	padding-top:			6px;
	text-align:				center;
	text-decoration:		none;
	width:					120px;
}
.nav_mousedown {
	background-image:		url('../images/nav_mousedown.gif');
	color:					white;
	display:				block;
	float:					left;
	font-family:			"Arial";
	font-size:				14px;
	font-style:				normal;
	font-weight: 			600;	
	font-variant:			normal;
	padding-bottom:			8px;
	line-height:			normal;
	padding-top:			6px;
	text-align:				center;
	text-decoration:		none;
	width:					120px;
}
.nav_selected {
	background-image:		url('../images/nav_selected.gif');
	color:					White;
	display:				block;
	float:					left;
	font-family:			"Arial";
	font-size:				14px;
	font-style:				normal;
	font-weight: 			600;	
	font-variant:			normal;
	/*height:					24px;*/
	padding-bottom:			8px;
	line-height:			normal;
	padding-top:			6px;
	text-align:				center;
	text-decoration:		none;
	width:					120px;
}
#content{
	/*width:					0 auto;*/
	/*height:					0 auto;*/
	padding-left:			10px;
	padding-right:			10px;
	display:				block;
	padding-top:			0px;
	text-align:				left;
}
h1{
	font-family:			"Arial";
	color:					#FF00E9;
	font-weight:			bold;
	font-size:				18pt;
	padding-top:			10px;
	padding-bottom:			8px;
	padding-left:			0px;
	padding-right:			25px;			
	border-bottom:			medium dotted #2828BC;
	
}
h2{
	font-family:			"Arial";
	color:					#FF00E9;
	font-weight:			bold;
	font-size:				12pt;
	padding-top:			15px;
	padding-bottom:			6px;
}
.img{
	padding:				5px;
	border:					thin solid #b6b6b6;
	float:					right;
}
#footer{
	border-top:				thin solid silver;
	border-width:			thin;
	text-align:				center;
}
.credits{
	font-size:			11px;
	text-decoration:	none;
	color:				silver;
	line-height:		120%;
}
a:link.credits{
	font-size:			11px;
	text-decoration:	none;
	color:				silver;
}
a:visited.credits{
	font-size:			11px;
	text-decoration:	none;
	color:				silver;
}
a:hover.credits{
	font-size:			11px;
	border-bottom:		thin dashed blue;
	color:				black;
}
a:active.credits{
	font-size:			11px;
	text-decoration:	none;
	color:				silver;
}
a:link.search{
	text-decoration:	none;
}
a:visited.search{
	text-decoration:	none;
	color:				black;
}
a:hover.search{
	border-bottom:		thin dashed blue;
	color:				red;
}
a:active.search{

	text-decoration:	none;
	color:				silver;
}
ul li{
	margin:		0px;
	padding:	0px;
}
.logInField{
	border:				thin solid #0015AE;
	background-color:	#D4D9FF;
	color:				#00083E;
	font-size:			10px;
	padding-top:		0px;				
}
.form {
	display: inline;
}
.nav1{
	color:					White;
	display:				block;
	float:					left;
	font-family:			"Arial";
	font-size:				14px;
	font-style:				normal;
	font-weight: 			600;	
	line-height:			normal;
	padding-top:			4px;
	text-align:				center;
	text-decoration:		none;
	width:					120px;
}
