/*standard css*/
html{
	font-size:100.01%;
	height:100%;
}
body,h1,h2,h3,h4,p,ul,ol,li,form,img{
	margin:0;
	padding:0;
	list-style:none;
	border:none;
}
/*structural elements*/
body {
	font-family: Arial, Helvetica, sans-serif;
	background:url(../images/background.jpg) left top repeat-x #20202a;
}
#container{
	text-align:left;
}
#bodySection{
	width:1080px;
	margin:0px auto;
	padding-top:43px;
}
#header{
	height:83px;
	clear:both;
	background-color:#000000;
}
#navigation{
	float:right;
	height:83px;
	width:552px;
}
#nav2{
	width:1080px;
	height:30px;
	clear:both;
}
#navbox2{
	padding-right:25px;
	padding-top:8px;
	height:22px;
	width:195px;
	float:right;
	background-color:#000000;
}
#leftColumn{
	width:1079px;
	padding-top:20px;
	clear:left;
}	
#rightColumn{
	width:230px;
	float:right;
	margin-top:20px;
	padding-top:20px;
}
#logo{
	float:left;
	width:310px;
	padding-top:19px;
	background-color:#000000;
	height:54px;
}
/*specific css*/
li{
	display:inline;
}
h1{
	display:none;
}
h2{
	color:#FFFFFF;
	font-family:helvetica;
	font-weight:normal;
	font-size:0.9em;
	line-height:1.5em;
}
p span{
	color:#FF0000;
}
h3{
	color:#FFFFFF;
	font-family:helvetica;
	font-weight:normal;
	font-size:0.9em;
	line-height:1.1em;
	text-decoration:none;
	padding-bottom:10px;
}
h4{
	color:#FFF;
	font-family:helvetica;
	font-weight:normal;
	font-size:0.8em;
	line-height:1.3em;
	text-decoration:none;
	padding-bottom:10px;
	padding-top:10px;
}
h5{
	color:#FFFFFF;
	font-family:helvetica;
	font-weight:normal;
	font-size:1.1em;
	line-height:1.1em;
	text-decoration:none;
}
p{
	color:#FFF;
	font-family:helvetica;
	font-weight:normal;
	font-size:0.8em;
	line-height:1.4em;
}
#blocker{
	clear:both;
}
#blocker2{
	clear:both;
}
#blocker4{
	clear:both;
}
/*navigation*/
#navbox2 a{
	display:block;
	float:right;
	color:#FFFFFF;
	font-family:helvetica;
	font-weight:normal;
	font-size:0.8em;
	text-decoration:none;
	margin-left:24px;
}
#navbox2 a:hover,#navbox2 .current{
	color:#999999;
	text-decoration:underline;
}
#button a{
	display:block;
	height:26px;
	margin-top:20px;
	margin-bottom:20px;
}
#button a span{
	display:none;
}
#button a:hover{
	background-position:0 -26px;
}
#read{
background-image:url(../images/visit.jpg);
width:130px;
}
#bodyLeft li{
	display:block;
	float:left;
	width:200px;
	margin-right:15px;
}
#bodyLeft a{
	color:#FFF;
	font-family:helvetica;
	font-weight:normal;
	font-size:0.8em;
	text-decoration:none;
	padding:2px;
}
#bodyLeft a:hover{
	background-color:#666666;
	color:#FFFFFF;
	text-decoration:underline;
}
/*form*/
.input {
    border: 1px solid #666666;
    background:#272733;
	color:#999999;
	font-size:1em;
	font-family:helvetica;
}
.input:hover {
    border: 1px solid #666666;
    background:#272744;
	color:#999999;
	font-size:1em;
	font-family:helvetica;
}
.clear {
    border: none;
    background:url(../images/clear.jpg) no-repeat top left;
    width:93px;
	height:26px;
}
.clear:hover {
    background-position:0 -26px;
}
.submit {
    border: none;
    background:url(../images/submit.jpg) no-repeat top left;
    width:93px;
	height:26px;
	margin-right:20px;
}
.submit:hover {
    background-position:0 -26px;
}
/*navigation*/
#navigation a{
	display:block;
	float:left;
	height:83px;
}
#navigation a span{
	display:none;
}
#navigation a:hover,#navigation .current{
	background-position:0 -83px;
}
#what{
background-image:url(../images/what.jpg);
width:101px;
}
#where{
background-image:url(../images/where.jpg);
width:121px;
}
#why{
background-image:url(../images/why.jpg);
width:110px;
}
#who{
background-image:url(../images/who.jpg);
width:110px;
}
#when{
background-image:url(../images/when.jpg);
width:109px;
}
