/* eric meyer global reset - modified */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	background:	#000033 url(../images/page-bg.jpg) no-repeat center top;
	color: #666;
	font-family: verdana, helvetica, sans-serif;
	font-size: 62.5%;
}
* html body { /* ie hack */
	padding-bottom: 3em;
}
a {
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}
#wrapper {
	width: 958px;
	margin: 0px auto 3em auto;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#masthead {
	background-color:#003366;
}
/* SiteNav */
#siteNav {
	background: #036;
	float: left;
	width: 100%;
	border-bottom: 1px solid #fff;
}
* html #siteNav { /* ie hack */
	padding-bottom: 2px;	
}
	#siteNav ul {
		padding-left: 25px;
	}
	
	#siteNav li {
		display: inline;
	}
	#siteNav li a {
		color:#C3E717;
		display: block;
		float: left;
		padding: 6px 10px;
		font-size: 110%;
		font-weight: bold;
		background-color: #036;
		margin: 4px 2px 6px 2px;
	}
	#siteNav li a:link, #siteNav li a:visited {
		/*color: #c3e717;*/	
	}
	#siteNav li a:hover, #siteNav li a:active, #siteNav li a.current {
		background-color: #baced7;
		color: #24495e;
		text-decoration: none;
	}



#subNav {
	float: left;
	width: 100%;
	background:transparent url(../images/nav-background.jpg) top repeat-x;
}
	#subNav ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#subNav li {
		display: inline;	
	}
	#subNav a {
		display: block;
		float: left;
		color: #fff;
		padding: 6px;
		font-size: 110%;
	}
#printonly { display: none;
}
#main {
	float:left;
	background-color:#FFFFFF;
	width: 100%;
	padding: 1px 0;
	background: #fff url(../images/main-divider2.gif) repeat-y;
	min-height: 360px;
}
* html #main { /* ie hack */
	height: 360px;	
}
#main-column {
	width:638px;
	float: left;
	min-height:480px;
}
* html #main-column {
	/*position: relative;*/	
}
* html #main-column { /* ie hack */
	height: 480px;
}
	#main-column p{
	font-size:110%;
	color:#000000;
	line-height: 1.6em;
	margin-bottom: 15px;
	padding: 0 40px;
	}
	
	#main-column ul{
	font-size:110%;
	color:#000000;
	line-height: 1.6em;
	list-style: disc outside;
	margin: 5px 40px 20px 60px;
	}
	
	#main-column ol{
	font-size:110%;
	color:#000000;
	line-height: 1.6em;
	margin: 5px 40px 20px 60px;
	}
	#main-column h1 {
	font-size:180%;
	color:#008000;
	font-weight:bolder;
	text-transform:uppercase;
	line-height:1.15em;
}	
	#main-column h2 {
	color: #009933;
	font-variant: small-caps;
	font-size: 160%;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1.3em;
	padding: 0 40px;
	}
	
	#main-column h3 {
	color: #000;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0 40px;
	}
	
	#main-column a{
		color: #0066CC;
		text-decoration:underline;
	}
	* html #main-column a {
		/*position: relative;
		z-index: 1000;
		height: 1%;*/
	}
	#main-column visited {
		color: #993399
		text-decoration: underline;
	}
	#main-column a:hover{
		color:#009933;
		text-decoration: none;
	}
#page-title {
	margin:20px 0px 10px 20px;
}
#page-nav {
	line-height: 1.5em;	
	text-align: center;
}
#sidebar {
	float: right;
	width: 320px;
	background-color: #fff;
	padding-top: 20px;
}
	#sidebar h2, #sidebar h3 {
	font-size: 120%;
	color: #666;
	margin: 1em 0px .5em;
	padding: 0px 10px;
		
	}
	#sidebar p {
	font-size: 110%;
	line-height: 1.6em;
	margin: 0px 0px 1.5em;
	padding: 0px 10px;
		
	}
	#sidebar ul {
	font-size: 110%;
	line-height: 1.6em;
	margin: 1em 10px 1.5em 30px;
		
	}
#footer {
	clear: both;
	font-size:110%;
	color:#000000; 
}
#footer a{
	color:#0066CC;
	text-decoration:none;
}
#footer a:hover{
	color:#009933;
	text-decoration:underline;
}
/* classes */
.clear {
	clear: both;	
}
.alert {
 font-weight: bold;
 color: #990000;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.alignLeft {
	float: left;
	margin: 0 20px 20px 0;
}
.alignRight {
	float: right;
	margin: 0 0 20px 20px;
}
.alignCenter {
	text-align:center;
}
.toDo {
	color: #f00;
}
.thickbox {
}
.noPrint {
}
.even {
	background-color: #ddd;	
}
.odd {
	
}

