body {
	font-family: sans-serif, "Trebuchet MS", Verdana, Arial, Helvetica;
	color: #333333;
	background-color: #262626;
}

img.banner {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

img.header {
	margin: 0px 0px 0px 20px;
}

img.right {
	margin: 5px 10px 5px 10px;
	float: right;
}

img.standard {
	margin: 5px 10px 0px 10px;
	border: 1px solid #333333;
}

img.top {
	display: block;
	margin-left: auto;
	margin-top: 10px;
	margin-right: auto;
}

img.bottom {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.footer {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

/* NAVIGATION BAR */

#navholder {
	height: 30px;
	color: #CCC;
	background:url(../img/navigationheader.gif);
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	font-size: 12px;
	position: relative;
	width: 976px;
	font-family: neuropol, sans-serif, "Trebuchet MS", Verdana, Arial, Helvetica;
}

#subnavholder {
	text-align: right;
	height:20px;
	color: #CCC;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 12px;
	position: relative;
	width:976px;
	z-index:999;
	word-spacing: 15pt;
	font-weight:bold;
}

ul#nav {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width:976px;
	position:relative;
	z-index:999;
}

/*Width of top boxes - Online Programs box needs to be slightly larger to accomodate borders when rolled over*/
ul.navi li {
	position: relative;
	float: 	left;
	list-style: none;
	width:	121px;
	height:	30px;
}

ul.navi li.OnlinePrograms {
	width:	129px;
}

p#sublayer {
	padding:5px;
	width:760px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-size:12px;
	text-align:right;
}
	

/* Styles for Menu Items */
ul li a {
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#555;
	background:transparent; /* IE6 Bug */
	padding:0;
	border-right:1px solid #FFF;	/*This is the right border of menus*/
	height:30px;
	line-height:30px;
}

/* Top Header News - Red*/
ul li a.news {
	color: #FF0000;
}


/* commented backslash mac hiding hack \*/ 
* html ul li a {height:1%}
/* end hack */ 

/* this sets all hovered lists background color - top buttons*/
li:hover a, li.over a,
li:hover li a:hover, li.over li a:hover {
   color: #333;
   border-left:  1px solid #CCC;
   border-right: 1px solid #CCC;
   background:url(../img/navigationheader_up.gif);
}


/* set dropdown to default 
li:hover li a, li.over li a {
   	background:#057409;
	color:#fff;
	font-weight:normal;
	padding:0 0 0 6px;
	margin:0;
	text-align:left;
	width:145px;
	height:2em;
	line-height:2em;
}*/
 
/* Sub Menu Styles */
li:hover ul, li.over ul { display: block; }  /*The magic */

.sale a:link{
	text-decoration:	none;
	font-weight:		bold;
	color: 			#FF0000;
	font-family: 		neuropol, sans-serif, "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 		15px;
}
.sale a:visited{
	text-decoration:	none;
	font-weight:		bold;
	color: 			#FF0000;
	font-family: 		neuropol, sans-serif, "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 		15px;
}
.sale a:hover{
	text-decoration:	underline;
	font-weight:		bold;
	color: 			grey;
	font-family: 		neuropol, sans-serif, "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 		16px;
}


#main{
	background-color: 	#E7E7EF;
	margin-top: 		0px;
	margin-left: 		auto;
	margin-right: 		auto;
	margin-bottom: 		0px;
	font-size: 		12px;
	font-weight: 		normal;
	text-align: 		justify;
	layout: 		fixed;
	width: 			976px;
	padding: 		10px 0px 10px 0px;
}
#main td{
	font-weight: 	bold;
}

h1{
	margin: 	10px 10px 10px 25px;
	font-size: 	14px;
	font-weight: 	bold;
	text-align:	left;
	color: 		#333333;
	margin:		2;
}

h2{
	margin: 10px 10px 10px 25px;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	color: #333333;
	margin:2;
}
h2.neuropol{
	font-family: neuropol, sans-serif, "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 	14px;
}

p{
	margin: 5px 25px 10px 25px;
}

hr{
	width:95%;
	text-align: center;
}
