@charset "UTF-8";
/* CSS Document */
body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #999;
	font-size:85%;
	line-height:140%;
	padding:20px 0;
	width:100%;
}
a:link, a:visited {
	text-decoration:none;
	color:#d68d00;
}
a:hover {
	text-decoration:underline;
}
h2		{ padding:0px; margin:20px 0px 5px 0; font-size:120%; color:#d68d00; font-weight:normal; }
h2.top	{ margin-top:0px; }
hr		{ color:#ddd; background-color:#ddd; height:1px; border:none; margin:20px 0px; }
.clearfix {
	clear:both;
}
img.portrait		{ border:1px solid #eee;margin-top:25px; }
#container {
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #eee;
	text-align: left;
	
	background-repeat:no-repeat;
	background-position:bottom left;
}
#mainContent {


}
#mainContent ul		{ list-style:square; color: #d68d00; margin:20px 0; padding:0px; }
#mainContent ul	li	{ padding:3px 0;}
#mainContent ul	 span { color:#999; }

.ContentColLeft	{ width:200px; float:left; text-align:right; }
.ContentColLeft	 img	{ margin-right:20px; }
#ContentColWrapper		{ 	border-top:1px solid #ccc;
	padding-top:20px; float:left; }
.ContentColMiddle, .ContentColRight {
	width:300px;
	float:left;

}
.ContentColMiddle {
	margin-right:20px; 
}
#ContentColMerged	{ width:600px; float:left; }
#header {
	width:880px;
	height:150px;
	background-image:url(../images/logo_main.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
#menurow	{ line-height:100% }
#menurow #primary,
#menurow #secondary {
width:180px;
	
	float:left;
}
#menurow #primary { text-align:right; }
#menurow #secondary { text-align:left; margin-left:10px; }
#menurow ul {
	list-style:none;
	padding:0px; margin:0px;
}

#footer {
	width:880px;
	height:400px;
}

