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,b,u,i,center,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%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

body {
	 font: normal 13px/18px "Lucida Grande", Verdana, sans-serif;
	 background: #3b4046 url(images/bodybg.gif) repeat-x;
	 color: #fff;
}

h1 {
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 15px;
	}

h2 {
	font-size: 17px;
	line-height: 19px;
	margin-bottom: 12px;
}

h3 {
	font-size: 15px;
	line-height: 17px;
	margin-bottom: 8px;
}

p {
	margin-bottom: 15px;
}

a {
	color: #8adaeb;
	text-decoration:underline;
}	

a:hover {
	color: #fff;
	text-decoration: none;
}

/*** main and top content ***/

#container {
	margin: 0 auto;
	width: 800px;
	
	}

#main {
	width: 100%;
	margin: -13px 0 0 0;
	background: url(images/mainbg.gif) repeat-y;
	}

#header {
	position: relative;
	margin: 0 auto;
	width: 650px;
	height: 150px;
}

#header .contact {
	float: right;
	margin: 65px 0 0 0;
	text-align: right;
}

#header h1, #header a {
	color: #000;
}

#header #statimg {
	position: absolute;
	left: 347px;
	top: 83px;
	z-index: 100;
}

#header #flashimg {
	position: absolute;
	left: 360px;
	top: 94px;
	z-index: 1000;
}


#header ul {
	position: absolute;
	top: 110px;
	left: 0;
}

#header li {
	display: inline;
	margin-right: 22px;
	font-size: 11px;
	letter-spacing: .1em;
}

#header li a {
	color: #fff;
	text-decoration: none;
}

#header li a:hover {
	text-decoration: underline;
}
/*** left content ***/

#leftcol {
	margin: 0 75px;
	width: 330px;
	padding: 25px 0 0 0;
}

#leftcol img {
	margin: 15px 0;
}

#leftcolbreak {
	width: 100%;
	margin: 40px 15px 0 25px;
	width: 429px;
	background: #3a3f45;
	padding: 15px 0;
}

#leftcolbreak p {
	margin: 0 50px 5px 50px;
	
}

#rightcol {
float: right;
margin: 0 75px 25px 0;
width: 220px;
padding: 190px 0 0 0;
}

#rightcol li {
	list-style: url(images/arrow.png) outside;
	font-size: 15px;
	line-height: 17px;
	margin: 20px 0 7px 0;
	font-weight: bold;
}

#rightcol ol li {
	font-weight: normal;
	}

#rightcol ul p {
	font-size: 12px;
	font-weight: normal;
}

#mainbot {
	background: url(images/botbg.gif);
	width: 100%;
	height: 25px;
	clear: both;
}

/*** generic classes ***/

.bold {
	font-weight: bold;
}

.sub {
	font-size: 11px;
	line-height: 14px;
	color:#999999;
}

.blue {
	color: #8adaeb;
}

