
html,body {
	margin-top: 30px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #CFEAD7;
}

table {height: 100%;}

td {text-align: center;vertical-align: top;}

#container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 690px;
	background-color: #FFFFFF;
	padding:15px;
	}
#container2 {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 690px;
	background-color: #FFFFFF;
	}

#topmenu {
	position: relative;
	float:left;
	
}

	#topmenu-item {
	position: relative;
	float:left;
	padding:5px;
		
}

#container-inner {
	position: relative;
	float:left;
	width:700px;
	margin-top:3px;
	background-image : url(../images/inner-bg.gif);
	background-repeat : repeat-y;
}
#container-inner h1 {color: #FFFFFF; font-size: 11pt;font-weight:bold;}
#container-inner h2 {color: #FFFFFF; font-size: 8pt;font-weight:normal;}
		
		#leftcontent {
			position: relative;
			float:left;
			width:310px;
			color: #FFFFFF; 
			font-size: 10pt;
			font-weight:normal;
			padding:10px;
			}
		#middlenav {
			position: relative;
			float:left;
			width:106px;
			padding-left: 5px;
			padding-right: 5px;
			}
				#middlenav-item {
					position: relative;
					float:left;
					padding-bottom:10px;		
					}
		#rightcontent {
			position: relative;
			float:left;
			width:228px;
			border: 2px solid #679966;
			padding:10px;
			color: #679966; 
			height:281px;
			font-size: 10pt;
			font-weight:normal;
			}
				
/*Footer Control */
#footer {
	position:relative;
	display:block;
	float:left;
	width:690px;
	height:32px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-left:5px;
	font-size: 8pt;
	color: #666666;
	text-align:center;
}
a:link {font-family: Arial, Helvetica, sans-serif;font-size: 8pt;color: #666666;text-decoration: none;}
a:hover {font-family: Arial, Helvetica, sans-serif;font-size: 8pt;color: #666666;text-decoration: underline;}
a:active {font-family: Arial, Helvetica, sans-serif;font-size: 8pt;color: #666666;text-decoration: none;}
a:visited {font-family: Arial, Helvetica, sans-serif;font-size: 8pt;color: #666666;text-decoration: none;}
/*End Footer Nav */


/* Text Control*/
.subheader {
	font-weight: bold;
	color: #FFFFFF;
}
.BodyBold {
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;
}
.BodyBold2 {
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;
}
.italic {
	font-style : italic;
	font-weight : bold;
}
