﻿body 
{
	width: 100%;
	height: 100%;
	font-family: Georgia, Times New Roman, Arial;
	font-size: 11px;
	background-color: white;
	color: Black;
	text-align: center;
	padding: 15px 0px 15px 0px;
	margin: 0 0 0 0;
}
.page
{
	width: 800px;
	min-height: 600px;
	background-color: #f8e7ca;
	text-align: left;
	margin: 0 auto 0 auto;
	display: table;
}

/* --------------------------------
	H E A D E R
---------------------------------*/
.header
{
	width: 800px;
	height: 99px;
	float: left;
	overflow: hidden;
	background-color: #fc7f45;
}
.hLeft
{
	float: left;
	width: 154px !important;
	width: 170px;
	width/**/:/**/154px;
	height: 87px !important;
	height: 99px;
	height/**/:/**/87px;
	overflow: hidden;
	background: #fc7f45 url(../images/topleft.jpg) no-repeat top left;
	padding: 12px 0 0 16px;
}
.hRight
{
	float: left;
	width: 600px !important;
	width: 630px;
	width/**/:/**/600px;
	height: 69px !important;
	height: 99px;
	height/**/:/**/69px;
	overflow: hidden;
	background: #fc7f45 url(../images/top.jpg) no-repeat top left;
	text-align: right;
	padding: 15px 15px 15px 15px;
}
/* --------------------------------
	M A I N
---------------------------------*/
.main
{
	width: 800px;
	min-height: 501px;
	float: left;
	overflow: hidden;
	background: transparent url(../images/main_bgr.jpg) repeat-y top left;
}
.mLeft
{
	width: 110px !important;
	width: 130px;
	width/**/:/**/110px;
	float: left;
	padding: 18px 10px 15px 10px;
	text-transform: uppercase;
	font-size: 14px;
	overflow: hidden;
}
.mLeft ul
{
	float: left;
	width: 110px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	line-height: 18px;
	font-weight: bold;
}
.mLeft ul li ul
{
	float: left;
	width: 105px;
	margin: 0 0 5px 5px;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
}
.mLeft li a:visited
{
	text-decoration: none;
	color: #003362;
}
.mLeft li a:active
{
	text-decoration: none;
	color: #003362;
}
.mLeft li a
{
	text-decoration: none;
	color: #003362;
}
.mLeft li a:hover
{
	text-decoration: underline;
	color: #003362;
}
.mRight
{
	float: left;
	width: 640px !important;
	width: 670px;
	width/**/:/**/640px;
	min-height: 501px;
	padding: 15px;
	font-size: 12px;
}
.mRight a, .mRight a:visited, .mRight a:active
{
	text-decoration: none;
	color: #fc7f45;
}
.mRight a:hover
{
	text-decoration: underline;
	color: #fc7f45;
}
.footer
{
	width: 770px !important;
	width: 800px;
	width/**/:/**/770px;
	height: 20px !important;
	height: 40px;
	height/**/:/**/20px;
	float: left;
	overflow: hidden;
	background: transparent url(../images/main_bgr.jpg) repeat-y top left;
	padding: 5px 15px 15px 15px;
}