@charset "utf-8";
/* CSS Document */

h1,h2,h3,p{
	margin:.5em .5em;
	font-size:1.5em;
	font-family: Arial, Helvetica, sans-serif;
}
h1{padding-top:.3em; margin-bottom:.15em}
h2{
	font-size:1.3em;
}
h3{
	font-size:.9em;
}
p{
	font-size:0.9em;
	margin: 5px;
} 
* {
   padding:0;
   margin:0;
}
#header {
	height: 118px;
}
#flashshowheader {
	background-color: #000;
	height: 220px;
	color: #FFF;
}
#navtop {
	height: 45px;
	text-align: center;
	padding-top: 10px;
	background-image: url(images/contenttop.jpg);
	overflow: hidden;
	margin-bottom: 10px;
}
#content {
	height: 220px;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}
#panel1 {
	width: 320px;
	height: 150px;
	background-image: url(images/panel.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	float: left;
}
#panel2 {
	float: left;
	width: 320px;
	height: 150px;
	background-image: url(images/panel.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}
#panel3 {
	float: left;
	width: 320px;
	height: 150px;
	background-image: url(images/panel.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}
#footer {
	clear: both;
	height: 135px;
	text-align: center;
	padding-top: 10px;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border-right-width: 15px;
	border-left-width: 15px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
#contenttop {
	height: 50px;
	background-image: url(images/contenttop.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
}
#headertop {
	background-image: url(images/toproundbg.jpg);
	background-repeat: no-repeat;
	height: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 990px;
	background-color: #FFF;
}

#footerbottom {
	background-image: url(images/botround.jpg);
	background-repeat: no-repeat;
	height: 15px;
	background-position: center top;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	height: 118px;
	width: 365px;
	float: left;
}
#contact {
	height: 98px;
	width: 370px;
	padding-top: 20px;
	float: right;
	text-align: right;
}
body {
	background-color: #CCC;
	margin-top: 20px;
	margin-bottom: 20px;
}

#contentleft {
	width: 320px;
	float: left;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#contentmiddle {
	width: 320px;
	padding-top: 5px;
	float: left;
	padding-bottom: 5px;
}
#contentright {
	float: left;
	width: 320px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.color1 {
	color: #999;
}
#flag {
	clear: both;
	text-align: center;
}
.color2 {
	color: #FFFF45;
}

#contentheading {
	margin-top: 10px;
	height: 50px;
	background-image: url(images/contenttop.jpg);
	overflow: hidden;
}
.imgright {
	float: right;
	border: 1px solid #666;
	margin: 2px;
	padding: 0px;
}
.border {
	border: 1px solid #999;
}

#twocolleft {
	width: 480px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#twocolright {
	width: 480px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
#stats {
	text-align: center;
	margin-top: 20px;
}






ul {
	font-size: 0.9em;
	list-style-position: inside;
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	margin: .5em;
}

