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-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}:focus{outline:0}body{line-height:1;color:black;background:white}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:""""}
.clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0} .clearfix{display:inline-block} html[xmlns] .clearfix{display:block} * html .clearfix{height:1%}
/****END CSS RESET & CLEARFIX****/
div{
overflow: hidden;
}
h1{
text-align: center;
font-size: 30px;
font-family:Arial, sans-serif; 
font-weight: bold; 
font-style:italic;
line-height: 30px;
}
h2{
font-size: 24px; 
text-align: center; 
font-family:Arial, sans-serif;
font-weight: bold; 
font-style:italic;
line-height: 24px;
}
h3{
font-size: 18px; 
font-family:Arial, sans-serif; 
font-weight: bold;
line-height: 18px;
}
body{
	/*background: #a5adb3 url('images/bg.jpg') fixed no-repeat center top;*/
	background-color: #a5adb3;
	margin-top: 0px;
	color: #e2e2e2;
	font-family:Helvetica;
	font-size: 14px;
}
img{
border: none;
}
img.centered {
   display: block;
   margin-left: auto;
   margin-right: auto;
 }
.list{
	font-size: 13px;
} 
.footer{
 	font-family:Arial, Sans Serif;
	font-size: 12px;
	line-height: 15px;
}
a{
	color: #ff0000;
}
a:hover{
	color: #e2e2e2;
}
td{padding: 3px;}
#wrapper{
	width:990px;
	margin: 0 auto;
	padding: 5px;
	background-color: #000000;
}
#nav{
  margin: 0;
  height: 34px;
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #222;
  text-transform: uppercase;
}
#nav a{
  display: block;
  height: 14px;
  text-decoration: none;
}
#nav a span{
}
#nav li{
  display: block;
  float: left;
}
#nav li a{
  color: #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 35px;
}
#nav li a:hover{
  text-decoration: underline;
}
#nav li ul{
  overflow: hidden;
}
#nav li:hover ul{
  display:block;
}
#nav li ul li a{
  color: #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 45px;
}
#nav li ul li a:hover{
  text-decoration: underline;
}
