/* top elements */
* { padding: 0; margin: 0;}

html {height:100.01%;}

body {
	margin: 0;
	padding: 0;
	font: 0.70em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666; 
	background: #F1F0EE url(images/background.jpg) repeat-x;
	text-align:left;
	line-height:1.5em;
}


#website {
	width:990px;
	margin:0 auto;
	padding:0;
	height:100%;
}

#topheader {
	margin:0 auto;
	height:58px;
}

#sndheader {
	position: relative;
	top:1px;
	left:-43px;
	width:100%;
	height:240px;
}

#header-screens{
	width: 912px;
	height: 233px;
	display:block;
}

#logo img.logo{
	width: 405px;
	height: 58px;
	display: block;
	margin-top: 0px;
	float: left;
	border:none;
}


#hmenu {
	position:relative;
	top:15px;
	left: 20px;
	font-size: 1.2em;
    text-align: center;
}

#hmenu ul{
	list-style:none;
	text-align: center;
}

#hmenu li {
    list-style: none;
    display: inline;
    margin: 0; padding: 0;
}

#hmenu a {
    float: left; 
	width: 70px;
    margin: 5px; 
	padding: 2px 10px;
    text-decoration: none;
    color: #666666;
	border:none;
}

#hmenu a:hover, #hmenu span a{
    border: 1px solid #608AAD;
	margin: 5px; 
	padding: 2px 10px;
    color: #FFFFFF; 
	border:none;
	background-color: #608AAD;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
}


#content {
	position: relative;
	top:15px;
	left:0px;
	width:840px;
	height:100%;
}

#content h1 { 
	font-size: 1.5em; 
	color: #000000;
	margin-bottom:10px;
} 

#content h2 { 
	font-size: 1.3em; 
	color: #666666;
	margin-bottom:7px;
} 

p { 
	margin-top:15px;
	margin-bottom:15px;
}

#content .c1 {
	float:left;
	width:250px;
	margin-top:30px;
	margin-right:30px;
}

#content .c2 {
	float:left;
	width:250px;
	margin-top:30px;
	margin-right:30px;
}

#content .c3 {
	float:left;
	width:250px;
	margin-top:30px;
	margin-right:30px;
}

#content ul {
	list-style-type:disc;
	list-style-position:inside;
}

#content ol {
	list-style-type:decimal;
	margin-left:25px;
	margin-bottom:10px;
}

.clear {
	clear:both;
}

#footer {
	position:relative;
	top:0px;
	background: #4D7BA0 url(images/footer.jpg) repeat-x;
	height:100%;
	color:#CCCCCC;
}

#footercontent {
	width:990px;
	margin:0 auto;
	padding:0;
	height:100%;
	text-align:left;
}

#footercontent h2 { 
	font-size: 1.3em; 
	color: #000000;
	margin-bottom:7px;
} 

#footercontent .f1 {
	float:left;
	width:200px;
	margin-top:15px;
	margin-right:40px;
}

#footercontent .f2 {
	float:left;
	width:200px;
	margin-top:15px;
	margin-right:40px;
}

#footercontent .f3 {
	float:left;
	width:200px;
	margin-top:15px;
	margin-right:40px;
}

#footercontent .f4 {
	float:left;
	width:200px;
	margin-top:15px;
	margin-right:70px;
}

#footercontent ul{
	list-style:none;
}

#footercontent li {
   display:block;
   margin:0; padding:0;
}

#footercontent p{
	text-align:center;
}

#footercontent a {
	color: #FFFFFF;
	text-decoration:none;
}

.tdfirst{
	background-color:#FFFFFF;
}

.tdsecond{
	background-color:#FFFFFF;
}

th a{
	text-decoration: none;
	color:#FFFFFF !important;
	font-weight:normal;
}

th img{
	border:none;
}

th {
	background-color:#4D7BA0;
	height:20px;
}

tr {
	height:20px;
}