@charset "utf-8";
/* CSS Document */
/*Styles Used Sitewide And Network Wide*/

* { 
	padding:			0; 
	margin:				0; 
}

body {
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			13px;
	background-color:	#f1f0e9;
	background:			url('../images/background_03.gif');
}

#wrapper { 
	margin: 			0 auto;
	width: 				950px;
	overflow: 			hidden;
	background-color:  	#fff;
	border-left:		solid 3px #212121;
	border-right:		solid 3px #212121;
}
.float_left  {
	float:				left;
}

.float_right  {
	float:				right;
}

.clear {
	clear:				both;
}
form input[type="hidden"]  {
	visibility: hidden; 
	display: none;
	border: none;
}
#content { 

}
#content h1, h2, h3 { 
	font-family:		Arial, Century Gothic, Tahoma;
	font-weight:		bold;
	line-height:		100%;
}
 
#content h1 {
	font-size:			24px;
	text-transform:		uppercase;
	/*line-height:		150%;*/
	padding-top:		20px;
	text-align:			center;
	color:				#000;
}
 
#content h2 {
	font-size:			20px;
	text-transform:		none;
	padding-bottom:		5px;
	text-align:			left;
	color:				#990000;
}
 
#content h3 {
	font-size:			18px;
	text-transform:		none;
	text-align:			center;
	color:				#000;
}
 
#content h3 a {
	font-size:			18px;
	text-transform:		none;
	color:				#003399; 
}
 
#content h3 a:hover {
	font-size:			18px;
	text-transform:		none;
	text-decoration:	none;
	color:				#ccc; 
}
#content #pagination  {
	width: 900px;
	margin: auto;
	padding: 10px;
}
#content #pagination ul  {
	width: 800px;
	margin: auto;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
#content #pagination ul li {
	width: 30px;
	padding: 10px;
	margin: auto;
	display: inline;
}
#content #pagination ul li.nextPage, #content #pagination ul li.prevPage {
	width: 100px;
	margin: auto;
}
#content #pagination ul li a {
	text-decoration: none;
	color: #000;
}
#content #pagination ul li a:hover {
	color: #990000;
}
#content #pagination ul li a.selected  {
	color: #990000;
}




