@charset "utf-8";
a img {
	border:0px;
}
li {
	list-style-type: square;
}

body {
	background-color: #000508;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#header {
	background-image: url(../Images/banner.png);
	background-color: #000;
	padding-top: 45px;
	padding-right:17px;
	background-repeat: no-repeat;
	padding-bottom: 38px;
}
#leftCol {
	background-image: url(../Images/bg_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#footer {
	background-image: url(../Images/bg_footer.jpg);
	background-position: center;
	height: 41px;
	color: #CCCCCC;
	font-size: .9em;
}
#body {
	height: 514px;
	background-color: #000000;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#body a, #body a:Link
{
	color: #66A3F4;
	text-decoration: none;

}
#body a:Hover
{
	text-decoration: underline;
}
#body a:Visited
{

}
#rightCol {
	background-image: url(../Images/bg_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h1, h2, h3, h4, h5, h6  {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 1.05em;
	padding: 0px;
	margin: 0px;
}
p {
	font-style: italic;
}
