/* Page Styles */

#wrapper {width: 908px;
		min-height:600px;
		margin-left: auto ;
  		margin-right: auto ;
		border-top: 2px solid #153a66;
		border-right: 1px solid #153a66;
		border-bottom: 1px solid #153a66;
		background: url(bg.jpg) repeat-y left top;}
		
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0 auto;
	padding: 0;
	width: 910px;
	text-align: center;
	background: url(bgred.jpg) repeat-X left top;}
	}
	

		
* html #wrapper	{
	height: 1px;}
	
/* Banner Styles */

#banner {
	position: relative;
	background-color:#FFFFFF;
	}
	
* html #banner {
	height: 1px;}


h1,h2,h3,h4,h5,h5,ol,ul {
	margin: 0px;
	padding: 0px;
}


/* Main Content Styles */

h1 {
	color: #000000;
	margin-top: 0px;
	font-size: 2em;
	line-height: 100%;
	padding:5px;
}

h2 {
	color: #F4BE04;
	font-size: 1.5em;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	padding-top: 0px;
	padding:5px;
}

h3 {
	color: #000000;
	margin-top: 0px;
	font-size: 2em;
	line-height: 100%;
	padding:5px;
}

#main {
	margin-left: 170px;
	min-height:600px;
	padding: 10px;
	margin-right: 0;
	padding: 5px;
	text-align: left;
	position: relative;
	background-color: #ffffff;}

* html #main {background-color:#ffffff;}
}
#main ul{
	margin-left: 10px;
	margin-right: 0;
	padding: 5px;
	text-align: left;
	background-color: #ffffff;
}

#main ul li{
	margin-left: 20px;
	margin-right: 0;
	padding: 5px;
	font-size: 1.2em;
	text-align: left;
	background-color: #ffffff;
}

#main td {
	color: #333333;
	font-size: 1.2em;
	padding:5px;
}

.section {
	display: inline;
	color: #ffffff;
	font-weight: normal;
}


p {
	color: #000000;
	font-size: 1.4em;
	padding:5px;
}

a:link {text-decoration: underline;color: #ff0000;}
a:visited {text-decoration: underline;color: #000000;}
a:active {text-decoration: underline color: #000000;}
a:hover {text-decoration: underline;color: #000000;}

td:link {font-family: Arial, Helvetica, sans-serif;text-decoration: underline;color: #333333;font-size: 1.2em;}
td:visited {font-family: Arial, Helvetica, sans-serif;text-decoration: underline;color: #333333;font-size: 1.2em;}
td:active {font-family: Arial, Helvetica, sans-serif;text-decoration: underline color: #666666;font-size: 1.2em;}
td:hover {font-family: Arial, Helvetica, sans-serif;text-decoration: none;color: #666666;font-size: 1.2em;}

.td {font-family: Arial, Helvetica, sans-serif;text-decoration: none;color: #333333;}


	
/*highlight "you are here" buttons*/
#sidebar #news a#here, {
	background: #C7DBF3;
	color: #000000;
	text-decoration:underline;
}

#logo {
	height: 150px;
}

/* Sidebar Styles */

#sidebar {
	width: 170px;
	float: left;
	display:inline;
	padding-top: 5px;
}

* html #sidebar {
	height: 1px;
	display: inline-block;
	width:170px;
}



#news {
	margin: auto;
	list-style: none;
	font-size: 1.4em;
	text-align: left;
}

/* hack for IE 6 < to make entire block clickable */
* html #news {
	height: 1px; 
	display: inline-block;
}
#news li {
	display: inline;
}

* html #news li {
	display: inline;
	display: inline-block;}
		
#news .title {
	font-weight: bold;
	display: block;
	color: #ffffff;
}
#news a {
	text-decoration: none;
	display: block;
	padding: 10px 10px 10px 20px;
	color: #ffffff;
	line-height: normal !important;
	text-align: left;
	
}

/* hack for IE 6 < to make entire block clickable */
* html #news a {
	height: 1px; 
}


#news a:hover {
	color: #000000;
	background: #C7DBF3;
	text-align: left;
	text-decoration:underline;
}



/* Footer Styles */

#footer {
	padding: 10px 0 5px 5px;
	text-align: center;
	font-size: 1.2em;
	clear:both;
}
