﻿*
{
	margin: 0;
	padding: 0;
}
body
{
	font-family: Arial;
	font-size: 11px;
	line-height: 17px;
	letter-spacing: 1px;
	background-color: #212226; /*#212226*/
}
body a
{
	text-decoration: none;
	font-weight: bold;
	color: #183351;
}
body a:hover
{
	text-decoration: underline;
	color: green;
}
h1
{
	font-weight: bold;
	font-size: 20px;
	color: #00ADC2;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-left: 5px;
}
h2
{
	font-weight: bold;
	font-size: 12px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 4px #FF792C;
	margin-bottom: 10px;
	text-transform: uppercase;
}
h3
{
	font-weight: bold;
	font-size: 12px;
	color: #E75903;
	padding-left: 5px;
}
.c3
{
	font-weight: bold;
	height: 20px;
	background-color: #FF8E4D;
	padding-left: 10px;
	color: White;
}
.Main
{
	width: 970px;
	margin: 0 auto;
	
}
.border
{
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.Top
{
	background-color: #593B31;
	width: 970px;
	margin: 0 auto;
}
.banner
{
	background: url(images/banner.jpg) no-repeat;
	margin: 0 auto;
	width: 970px;
	height: 270px;
}
.Contents
{
	background: #F8ECDE url(images/conrpt.jpg) repeat-x;
	width: 970px;
	margin: 0 auto;
}
.Footer
{
	width: 970px;
	margin: 0 auto;
	background: url(images/frpt.jpg) repeat-x;
}
p
{
	margin-top: 10px;
	margin-bottom: 10px;
}
.Menu1
{
	height: 32px;
	width: 100%;
	background: url(images/bck.jpg) repeat-x; /*#333333 */
}
.Menu1 ul
{
	margin: 0;
	padding: 0;
}
.Menu1 li
{
	display: inline;
}
.Menu1 a
{
	display: block;
	font-weight: bold;
	background: none;
	color: white;
	float: left;
	border-left: solid 1px white;
	padding: 9px 25px 10px 31px;
	text-transform: uppercase;
	text-decoration: none;
}
.Menu1 a:hover
{
	color: #FF792C;
	text-decoration: none;
}
#DivContainer
{
	margin: 0 auto;
	width: 980px;
	border: solid 1px black;
	border-top: none;
}
.BulletedLinks
{
}
.BulletedLinks ul
{
	margin-left: 0;
}
.BulletedLinks li
{
	display: block;
	list-style-type: none;
	margin-bottom: 10px;
}
.BulletedLinks a
{
	margin: 5px 0 5px 15px;
	background: url(images/bullet.jpg) no-repeat left bottom;
	padding: 0 0 0 17px;
	text-decoration: underline;
}
.BulletedLinks a:hover
{
	color: Green;
	text-decoration: none;
}

