/* Start of CMSMS style sheet '2 column layout' */
/******************************* GENERAL ***************************/
td, li{
	font-family: Helvetica, Arial, san-serif;
	font-size: 12px;
}
h1, h2 {
	font-family: Helvetica, Arial, san-serif;
	padding: 0;
	margin: 0;
}
body {
	font-family: Helvetica, Arial, san-serif;
	background-image: url('/images/layout/bg-body.gif');
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

/******************************* FULL AREA ***************************/
#full_area {
	width: 804px;
	margin: 0 auto;
}

/******************************* HEADER ***************************/
#header {
	width: inherit;
	height: 109px;
}
#logo {
	height: 109px;
	width: 194px;
	background: url('/images/layout/logo-main.gif') no-repeat;
	float: left;
}
#header .middle {
	height: 109px;
	width: 436px;
	background: url('/images/layout/bg-header.gif') no-repeat;
	float: left;
}
#header .contact {
	height: 109px;
	width: 174px;
	background: url('/images/layout/bg-header-right.gif') no-repeat;
	float: left;
}

/******************************* NAVIGATION ***************************/
#menu {
	width: inherit;
	background: url('/images/layout/bg-menu.gif') repeat-x;
	height: 39px;
}
#menu td {
	text-align: center;
	padding: 8px 5px 0px 5px;
}
#menu a {
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover, #menu a.active {
	border-bottom: solid 2px #FFCC91;
}
/******************************* CONTENT ***************************/
#content {
	position: relative;
}
/******************************* CENTER AREA ***************************/
#center {
	width: 600px;
	margin: 15px 14px 0 14px;
	position: absolute;
	top: 0px;
	left: 173px;
}
#center h2 {
	color: #FF8C03;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
}
#center .section {
	float: left;
	border: solid 1px #A1A1A1;
	width: 208px;
	background: #FFFFFF;
	margin-bottom: 15px;
}
#center .section img {
	border: none;
}
#center .section h2 {
	color: white;
	font-size: 14px;
	text-align: center;
	height: 26px;
	line-height: 26px;
	background: url('/images/layout/bg-section-faded.gif') no-repeat;
}
#center .section a {
	color: #333333;
	text-decoration: none;
}
#center .section a:hover {
	text-decoration: none;
}
#center .mainpage_header {
	font-size: 18px;
	font-weight: bold;
	color: #FFAA44;
}
#center .policy {
	width: 614px;
	background: white;
	border: 1px solid #8A8A89;
	margin: 0 3px;
}
/******************************* FOOTER ***************************/
#footer {
	text-align: center;
	width: 600px;
	font-size: 11px;
}
#footer span {
	padding: 0 4px;
}
#footer a {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
}

/* End of '2 column layout' */

