body, div, p, h1, h2, h3, h4, ol, ul, dt, dd, img, form, fieldset, blockquote {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}

html, body{
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}



body{
	margin: 0 auto;
	text-align: center;
	background-color: #363636;
} 

p{
	font-size: 0.9em;
	color: #FFF;
	text-align: left;
	line-height: 1.7em;
	margin: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

a{
	color: #CCCCCC;
	text-decoration: none;
}

a:hover{
	color: #EAEA00;
	text-decoration: underline;
}

hr{
	color: #CCCCCC;
	width: 70%;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
}

.smallText{
	font-size: 10px;

}

.bold{
	font-weight: bold;
	color: #ECEC00;
}

.center{
	text-align: center;
}


ul{
	color: #FFFFFF;
	margin-top: 3px;
	margin-left: 40px;
	margin-bottom: 3px;
}

li{
	font-size: 0.9em;
	color: #FFFFFF;
	text-align: left;
	line-height: 1.7em;
	margin-top: 1em;
	margin-bottom: 1em;
	list-style-type: disc;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 1em;
}

h1{
	font-size: 1.4em;
	line-height: 1.8em;
	color: #FFFF00;
	margin-top: .5em;
	margin-right: 1em;
	margin-bottom: .5em;
	margin-left: 1em;
	font-weight: bold;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
}

h2{
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	text-align: left;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-weight: bold;
	text-decoration: none;
}

#container{
	width: 900px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	padding: 0px;
}

#container2{
	width: 900px;
	margin: 0px;
	padding: 0px;
	border: 2px solid #000;
	padding: 0px;
	display: block;
	background-color: #767676;
}

#header{
	width: 900px;
	background-color: #767676;
	float:left;
	display: block;
	height: 142px;
	background-image: url(../images/headerbg.gif);
	background-repeat: repeat-x;
}

#content{
	width: 900px;
	text-align: left;
	float:left;
	display: block;
	background-color: #767676;
}

#leftcol{
	width: 680px;
	float:left;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-top: 15px;
}

#rightcol{
	width: 200px;
	float:right;
	display: block;
	margin-top: 15px;
}

#logo{
	display: block;
	float:left;
	height: 113px;
}

#logo a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#navpanel{
	display: block;
	float: left;
	height: 28px;
	width: 900px;
	bottom: 0px;
}

#navpanel ul li a{
	color: #DDDD00;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

#navpanel ul li a:hover{
	color: #FFFF00;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}

#navpanel ul{
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;

}

#navpanel ul li{
	text-align: right;
	color: #EAEA00;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	float: right;
	margin: 0px;
	padding: 0px;
}

#footer{
	display: block;
	float: left;
	width: 900px;
	height: 100px;
}

#footer p{
	text-align: center;
	font-size: 11px;
	color: #CCCCCC;
}

#footer p a{
	color: #CCCCCC;
	text-decoration: none;
}

#footer p a:hover{
	color: #E8E800;
	text-decoration: underline;
	background-color: #666666;
}

#clearfloats01{
	clear: both;
}

.searchBox{
	width: 100px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.searchBtn{
	margin-top: 0px;
	margin-bottom: 0px;
	width: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.searchFormFix{
	width: 150px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	float: right;
}

.ghost{
	font-size: 1px;
	color: #F00;
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 5px;
	clear: both;
}

.tdbg{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #999;	
	}
	
.contextNav{
	
	}
	
td.tdbg p a {
	color: #FF0;
	font-family: Arial, Helvetica, sans-serif;
	
	} 

/* Hack for IE */
* html #container {
}
/* End IE Hack */ 
