/* CSS Document */

body
{
text-align: center;
background-color: #EBE4E1;
margin-top: -5px;
font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}

table {
	width: 100%;
	height: 100%;
}

td {
	height: 100%;
	vertical-align: middle;
}

.logoContainer {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 250px;
	text-align: center;
	color: #902A3E;
	}

.logoContainer a,img {
	color: #902A3E;
	text-decoration: none;
	border: 0px;
	}

#container
{
margin-left: auto;
margin-right: auto;
position: relative;
width: 50em;
text-align: left;
}

.topLeft
{
position: absolute;
top: 0px;
left: 0px;
width: 283px;
height: 103px;
}

.topRight
{
position: absolute;
top: 0px;
left: 283px;
width: 517px;
height: 103px;
}

.currentTab {
	font-size: 14px;
	color: #FFFFFF;
	height: 33px;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 2px;
	padding-right: 2px;
	background-image : url(../images/currentTab_body.gif);
	float: left;
	}	

.currentTabLeft {
	background-image : url(../images/currentTab_start.gif);
	background-repeat: no-repeat;
	}
		
.currentTabRight {
	background-image : url(../images/currentTab_end.gif);
	background-repeat: no-repeat;
	}
	
a.currentTabLink:link, a.currentTabLink:visited {
	color: #990033;
	text-decoration: none;
	}

a.currentTabLink:hover {
	color: #990033;
	text-decoration: none;		
	}
		
.otherTab {
	font-size: 14px;
	color: #902A3E;
	height: 33px;
	font-weight: bold;
	background-image : url(../images/otherTab_body.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 8px;
	float: left;
	}
	
.otherTabLeft {
	background-image : url(images/otherTab_left.gif);
	background-repeat: no-repeat;
	}
		
.otherTabRight {
	background-image : url(images/otherTab_right.gif);
	background-repeat: no-repeat;
	}
	
a.otherTabLink:link, a.otherTabLink:visited {
	color: #902A3E;
	text-decoration: none;
	}

a.otherTabLink:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

.tabSpace {
	float: left;
	}

#nav {
	position: absolute;
	left: 0px;
	top: 103px;
	width: 800px;
	padding: 0px;
	height: 33px;
	background-image: url(../images/nav_bg.gif);
	}

#nav img, #nav a img {
	float: left;
	border: none;
	}
	
.leftSpacer {
	position: absolute;
	left: 0px;
	top: 136px;
	}
	
#subNav {
	position: absolute;
	margin-top: 136px;
	margin-left: 41px;
	background-image: url(../images/site_blank_11.gif);
	height: 394px;
	width: 173px;
	}
	
#subNav p {
	padding: 25px 15px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	}
	
#subNav img {
	padding: 0px;
	margin-top: 14px;
	}

#mainContent {
	background-color: #A2C877;
	margin: 0px;
	padding: 20px 10px 0px 20px;
	position: absolute;
	width: 510px;
	height: 374px;
	overflow: auto;
	top: 136px;
	left: 214px;
	scrollbar-arrow-color: #902A3E; 
	scrollbar-3dlight-color: #dddddd; 
	scrollbar-highlight-color: #ffffff; 
	scrollbar-face-color: #DEA1B4; 
	scrollbar-shadow-color: #bbbbbb;
	scrollbar-track-color: #EBE4E1; 
	scrollbar-darkshadow-color: #74376D;
	}

#mainContent p {
	font-size: 12px;
	color: #4D4851;
	text-align: left;
	line-height: 14px;
	}
		
.rightSpacer {
	position: absolute;
	top: 136px;
	left: 754px;
	height: 394px;
	width: 14px;
	}

.rightSide {
	position: absolute;
	top: 136px;
	left: 768px;
	height: 394px;
	width: 32px;
	}
	
#bottom {
	position: absolute;
	top: 530px;
	left: 0px;
	height: 70px;
	width: 800px;
	background-image: url(../images/site_15.gif);
	}

.copy {
	text-align: center;
	font-size: 9px;
	color: #DEA1B4;
	padding-top: 23px;
	}
	
h2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	line-height: 8px;
	}
