body {
	width:750px;
	margin:0 auto;
	margin-top:17px;
	margin-bottom:17px;
	font-size: 8pt;
	color: #333333;
	font-family: Verdana, Tahoma, Arial, Century Gothic, Times New Roman, Sans-Serif;
	background-color: #AED5BF;/*#1A8154; 8DC090 8DC0AA*/
	/* 54A172 */
}
a
{
	color: #FFFFFF;
}

.main
{
	background-color: #00754B;
	width: 750px;
	border: solid 1px #000000;
}


/* ----- HEADER ----- */
#header {
	width:740px;
	padding: 5px;
	height: 170px;
	background-color: #F2E98C;
}

#headerHome {
	width:730px;
	padding: 5px;
	height: 195px;
	background-color: #F2E98C;
}


/* ----- MAIN CONTENT ----- */
#content {
	width:750px;
	background-color: #00754B;
	background-image: url('../images/menuBackground.gif');
	background-repeat: no-repeat;
}

#mainContent {
	float: left;
	/*padding-top: 14px;*/
	width: 550px;
	background-color: #00754B;
	min-height: 100%; /* for modern browsers */
	height: auto !important; /* for modern browsers */
}

#mainContentPage {
	float: left;
	width: 530px;
	background-color: #F2E98C;
	background-image: url('../images/contentBackground.gif');
	background-repeat: no-repeat;
	color: #333333;
	min-height: 100%; /* for modern browsers */
	height: auto !important; /* for modern browsers */
	height: 535px;
	padding: 10px;
}

#mainContentPage a {
	color: #00754B;
	font-weight: bold;
}


#leftMenu { float: left; width: 200px; font-size:8pt; background-color: #00754B; background-image: url('../images/menuBackground.gif'); background-repeat: no-repeat; min-height: 100%; /* for modern browsers */ height: auto !important; /* for modern browsers */}
#leftMenu ul { margin-left: 0px; padding-left: 10px; padding-right: 0px; margin-top: 10px;}
#leftMenu li { display: inline;}
#leftMenu li a { font-weight:bold; float: left; margin-top:5px; color: #F2E98C; padding-left:5px; padding-top:5px; padding-bottom:5px; margin-left:5px; height: 16px; width: 175px; text-align: left; text-decoration: none;}
#leftMenu li a:hover {color: #FFFFFF;}
#leftMenu li a.current {color: #FFFFFF;}
#leftMenu li a:hover.current {color: #FFFFFF;}


.pageHeader
{
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	color: #000080;
}

.header
{
	font-size: 14pt;
	font-weight: bold;
}

.images
{
	text-align: center;
}



/* ----- FOOTER ----- */
#footer { 
	width:750px;
	height:30px;
	background-color: #00754B;
	border-top: solid 1px #000000;
}


/* ---- COPYRIGHT ---- */
#copyright {
	height: 25px;
	text-align: left;
	font-size: 8pt;
	color: #FFFFFF;
}

.contentheader
{
	font-family: Verdana, Century Gothic;
	font-size: 14pt;
	text-align:right;
	padding-right:10px;
	font-weight: bold;
	
}
.contentinfo
{
	margin-top:15px;	
	margin-left:5px;	
	font-family: Verdana, Century Gothic;
	font-size: 12pt;
}
.infohead
{	
	/*float:left;*/
	font-weight: bold;
	color: #00754B;
	font-size: 14pt;
}

.infoheadSub
{	
	font-weight: bold;
	font-size: 14pt;
	text-decoration: underline;
}

.infoheadSubSub
{	
	font-weight: bold;
	font-size: 13pt;
}

.infocontent
{
	clear:both;
	margin-bottom:10px;
}

.linkListing
{
	float: left;
	width: 150px;
}

.formlabel
{
	float:left;
	width:300px;
	font-weight:bold;
}
.pagefooter
{
	text-align:center;
	margin-top:20px;
	
}



#languages {
	float: left;
	margin-left: 85px;
	margin-top: 5px;
	display: block;
	height: 30px;
	position: relative;
	overflow: hidden;
}

#languages ul {
	padding: 0;
	margin: 0;
}

#languages ul li {
	float: left;
	list-style: none;
	font-weight: bold;
	color: #40408E;
}

#languages ul li a {
	font-weight: bold;
	color: #40408E;
	text-decoration: none;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
}
