html, body {
	background: rgb(240,240,240);
	color: #333333;
	font-family: Arial, Verdana;
	font-size: 12px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF4400;
	text-decoration: none;
}
ol {
	color: rgb(140,80,80);
	margin: 0px;
	padding: 0px 20px;
}
ol span {
	color: rgb(100,100,100);
}
ul {
	margin: 0px;
	padding: 0px;
}
ul li {
	background: url(images/arrow.gif) left 2px no-repeat;
	list-style: none;
	padding-left: 20px;
}
.Wrapper {
	background-color: rgb(255,255,255);
	border-left: 1px solid rgb(200,200,200);
	border-right: 1px solid rgb(200,200,200);
	margin: 0px auto;
	min-height: 100%;
	position: static;
	width: 850px;
	z-index: 200;
}

.WhiteBox {
    background-color: rgb(255,255,255);
}
.Header {
	background: rgb(255,255,255);
	border-bottom: 1px solid rgb(200,200,200);
	color: rgb(240,240,240);
	height: 150px;
	padding: 10px 20px;
	
}
.Header a {
	color: #000000;
}
.HeaderLeft {
	float: middle;
    background-color: rgb(255,255,255);
}

.HeaderLeft a:hover {
	text-decoration: none;
}
.HeaderBottom {
   background-color:  rgb(255,255,255);
}
.Menu {
	background: rgb(217,217,217) url(images/menu_bg.png);
	font-size: 11px;
	height: 38px;
	line-height: 30px;
}
.Menu ul {
	margin: 0px;
	padding: 0px 6px;
	list-style: none;
}
.Menu ul li {
	background-image: none;
	float: left;
	padding: 0px;
	line-height:15px;
}
.Menu ul li a {
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	display: block;
	margin: 0px 3px;
	padding: 0px 6px;
	text-align: center;
}
.Menu ul li a:hover {
	background: transparent url(images/menu_bg_over.png) center repeat-x;
	border-left: 1px solid rgb(255,100,000);
	border-right: 1px solid rgb(255,100,000);
	color: #FFFFFF;
	text-decoration: none;
}
.FormText {
	border: 1px solid rgb(220,220,220);
	font-size: 11px;
	height: 14px;
}
.FormSubmit {
	background: rgb(212,209,203) url(images/submit_bg.png) center;
	border-bottom: 1px solid rgb(190,190,190);
	border-left: 1px solid rgb(220,220,220);
	border-right: 1px solid rgb(190,190,190);
	border-top: 1px solid rgb(220,220,220);
	color: rgb(80,80,80);
	font-size: 11px;
	height: 18px;
	margin-bottom: -1px;
}
.Content {
	padding: 10px;
}
.ContentLeft {
	float: left;
	width: 615px;
}
.ContentRight {
	float: right;
	width: 210px;
}
.ContentBottom {
	padding: 75px;
	width: 600px;
}
.Box {
	border: 1px solid rgb(220,220,220);
}
.BoxTitle {
	background: rgb(240,240,240) url(images/box_title_bg.png);
	border: 1px solid rgb(255,255,255);
	color: #000000;
	font-weight: bold;
	height: 30px;
	line-height: 24px;
	padding: 0px 6px;
	font-size:12px;
}

.BoxTitle h1 {
	font-size:14px;
	}
	
.BoxContent {
	padding: 6px;
}
.FooterWrapper {
	background-color: rgb(255,255,255);
	border-left: 1px solid rgb(200,200,200);
	border-right: 1px solid rgb(200,200,200);
	bottom: 0px;
	clear: both;
	font-size: 10px;
	height: 24px;
	line-height: 24px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	position: static;
	text-align: center;
	width: 850px;
	z-index: 300;
}
.Footer {
	background-color: rgb(240,240,240);
	border-top: 1px solid rgb(200,200,200);
	padding: 0px 6px;
}

.seo-links {
	background-color: rgb(240,240,240);
	color:#FF6600;
	padding: 0px 6px;
}