@charset "utf-8";
*{
	margin:0 auto;
	padding:0px;
}
body {
	margin:0 auto;
	padding:0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: center;	
	background-image: url(../images/bg-main.gif);
	background-repeat: repeat;
}
ul{
	list-style-type:none;
	padding-left:5px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #CCC;	
}
a{
	color:#FFF;
	text-decoration:none;	
}
a:hover{
	text-decoration:underline;
	font-size:16;
}
a:visited
{
	color:#F30;
	text-decoration:underline;
}
#header{
	background-image: url(../images/headerBg_02.jpg);
	background-repeat: repeat-x;
	margin:0 auto;
	height: 110px;
	width: 100%;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#content {
	margin:0 auto;
	text-align: left;
	width: 850px;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	
}
#content #leftCol {
	float: left;
	width: 200px;
}
#mainContent {
	width: 645px;
	min-height:400px;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #CCC;
	float: right;
	background-color: #62090A;
	background-image: url(../images/bg-text.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#header h1 {
	font-family: Verdana, Geneva, sans-serif;
	height: 82px;
	padding-top: 35px;
}
#content #leftCol img {
	height: 144px;
	width: 200px;
}
#footer {
	height: 110px;
	width: 100%;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #CCC;
	background-color: #665253;
	text-align: center;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.flash {
	float: left;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #CCC;
}
#content #mainContent #innerContent {
	width:344px;
	background-color: #666;
	float: left;
	background-image: url(../images/bg-top.gif);
	background-repeat: repeat-x;
	min-height:400px;
}
#content #mainContent #innerContent img {
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 10px;
}
#content #mainContent #innerContent p {
	padding-right: 5px;
	padding-left: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}
#mainContent img {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#mainContent ul {
	font-size: 18px;
	padding-left: 10px;
	padding-top:10px;
	list-style-type:circle;
	margin-left: 20px;
	border:none;
}

#mainContent ul li{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	padding-bottom:5px;
	
}
#mainContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 20px;
}
#content #mainContent h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
	padding-left: 10px;
}
#content #mainContent h3 {
	padding-top: 10px;
	padding-bottom:10px;
	text-align: center;
}
