﻿body {
	background-color:#797A7E;
	padding-top:15px;
	padding-bottom:15px;
}

.wrapper {
	width:887px;
	margin-left:auto;
	margin-right:auto;
}

.header {
	width:887px;
}

.topHead {
	width:887px;
	height:38px;
	background-image:url('../images/top_header.jpg');
	background-repeat:no-repeat;
}

.MidHead {
	width:887px;
	height:178px;
	background-image:url('../images/middle_header.jpg');
	background-repeat:no-repeat;
}

.bottomHead {
	width:887px;
	height:50px;
	background-image:url('../images/bottom_header.jpg');
	background-repeat:no-repeat;
}

.navigation {
	background-color:#EC4298;
	width:887px;
	height:26px;
	text-align:right;
}

.navigation ul {
	list-style-type:none;
	margin:0 0 0 0;
}

.navigation ul li {
	display:inline;
	padding-right:3px;
	font-family:Century Gothic;
	font-size:13px;
	color:#FFFFFF;
}

.navigation ul li a {
	color:#FFFFFF;
	text-decoration:none;
}

.navigation ul li a:active {
	color:#FFFFFF;
	text-decoration:none;
}

.navigation ul li a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

.navigation ul li a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

.bodyArea {
	width:887px;
	background-image:url('../images/main_bg.jpg');
	background-repeat:repeat-y;
}

.bodyArea .contentArea {
	width:887px;
}

.bodyArea .contentArea .subNav {
	width:182px;
	vertical-align:top;
}

.bodyArea .contentArea .subNav .subNavigation {
	width:182px;
	padding-top: 10px;
}

.bodyArea .contentArea .subNav .subNavigation ul {
	list-style-type:none;
}

.bodyArea .contentArea .subNav .subNavigation ul li {
	font-family:Verdana;
	font-weight:bold;
	font-size:12px;
	color:#EA4498;
	padding-top:20px;
}

.bodyArea .contentArea .subNav .subNavigation ul li a {
	color:#EA4498;
	text-decoration:none;
}

.bodyArea .contentArea .subNav .subNavigation ul li a:active {
	color:#EA4498;
	text-decoration:none;
}

.bodyArea .contentArea .subNav .subNavigation ul li a:visited {
	color:#EA4498;
	text-decoration:none;
}

.bodyArea .contentArea .subNav .subNavigation ul li a:hover {
	color:#EA4498;
	text-decoration:underline;
}

.bodyArea .contentArea .contentMain {
	width:705px;
	vertical-align:top;
}

.contentMainNoLeft
{
	width:887px;
	vertical-align:top;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:20px;
	font-family:Verdana;
	color:#3F3E29;
	font-size:11px;
}

.contentMainNoLeft h1 {
	font-family:Century Gothic;
	font-size:37px;
	color:#EA4498;
	font-weight:normal;
}

.contentMainNoLeft a {
	color:#EA4498;
	text-decoration:none;
}

.contentMainNoLeft a:active {
	color:#EA4498;
	text-decoration:none;
}

.contentMainNoLeft a:visited {
	color:#EA4498;
	text-decoration:none;
}

.contentMainNoLeft a:hover {
	color:#EA4498;
	text-decoration:underline
}

.contentMainNoLeft .pink_text {
	color:#EA4498;
}

.bodyArea .contentArea .contentMain .content {
	width:705px;
	vertical-align:top;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:20px;
	font-family:Verdana;
	color:#3F3E29;
	font-size:11px;
}
h1 {
	font-family:Century Gothic;
	font-size:37px;
	color:#EA4498;
	font-weight:normal;
}
.bodyArea .contentArea .contentMain .content h1 {
	font-family:Century Gothic;
	font-size:37px;
	color:#EA4498;
	font-weight:normal;
}

.bodyArea .contentArea .contentMain .content a {
	color:#EA4498;
	text-decoration:none;
}

.bodyArea .contentArea .contentMain .content a:active {
	color:#EA4498;
	text-decoration:none;
}

.bodyArea .contentArea .contentMain .content a:visited {
	color:#EA4498;
	text-decoration:none;
}

.bodyArea .contentArea .contentMain .content a:hover {
	color:#EA4498;
	text-decoration:underline
}

.bodyArea .contentArea .contentMain .content .pink_text {
	color:#EA4498;
}

.footer {
	width:887px;
	height:65px;
}

.footer .leftFooter {
	width:189px;
	height:65px;
	/*background-image:url('../images/left_footer.jpg');
	background-repeat:no-repeat;*/
	background-color:#FFFFFF;
}

.footer .rightFooter {
	width:698px;
	height:65px;
	/*background-image:url('../images/right_footer.jpg');
	background-repeat:no-repeat;*/
	background-color:#FFFFFF;
	color:#5C5C5C;
	font-family:Century Gothic;
	font-size:13px;
}

.footer a {
	color:#5C5C5C;
	text-decoration:none;
}

.footer a:visited {
	color:#5C5C5C;
	text-decoration:none;
}

.footer a:hover {
	color:#5C5C5C;
	text-decoration:underline;
}

.footer a:a {
	color:#5C5C5C;
	text-decoration:none;
}

.main_text {
	font-family:Verdana;
	color:#3F3E29;
	font-size:11px;
}

.pink_text {
	font-family:Verdana;
	color:#EA4498;
	font-size:11px;
}



