/* html document formatting */
html,body {
	margin: 0px;
}

/* header */
#header {
	vertical-align: top;
	height: 127px;
	width: 984px;
	text-align: left;
}
#header a img { border: none; }
#header div {
	float: left;
}
#top_menu {
	width: 436px;
	vertical-align: top;
}
#top_menu p {
	float: left;
	width: 108px;
	margin-right: 1px;
	margin-top: 0px;
}

/* page */

#page { 
	width: 984px; 
	text-align: left;
}

#main {
	width: 770px;
	float: left;
	background-color: #e0f1f8;
	background-image: url(images/main_bottom.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 40px;
	overflow: hidden;
}

#drawer {
	width: 213px;
	float: left;
/*	background-image: url(images/sidebar_header.jpg);
	background-repeat: no-repeat;
	padding-top: 82px;
	_padding-top: 92px;*/
	
	background-image: url(images/sidebarback.jpg);
	background-repeat:repeat-y;
	/*overflow: hidden;*/
	
	
}
#drawer_data_holder {
	background-image: url(images/sidebar_footer.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color: #93a444;
	padding-bottom: 30px;
}
#drawer_data {
	background-image: url(images/sidebarback.jpg);
	background-repeat:repeat-y;
	background-color: #93a444;
	background-position: 0px 1px;
	padding: 20px;
	padding-top: 0px;
	padding-bottom: 27px;
	
	min-height: 683px;
	height: auto !important;
	height: 683px;
}

.clr {
	display: block;
	content: '.';
	visibility: hidden;
	height: 0px;
	clear: both;
}

#main_content {
	padding: 20px;
}
#menu_holder {
	background-color: #247393;
	background-image: url(images/secondary_nav_bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom: 10px;
	padding-right: 20px;
}


#footer {
	color: #333333;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 40px;
}
#footer a {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

.monthly_spotlight {
	width: 349px;
	height: 439;
}
.monthly_spotlight_content {
	height: 306px;
	vertical-align: top; 
	background-color: #f8971d;
	width: 349px;
}
.monthly_spotlight_content td {
	padding-right: 10px;
	padding-left: 10px;
}
.monthly_spotlight_content td, .monthly_spotlight_content p {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	color: #FFFFFF;
}

#bottom_menu {
	margin-top: 10px;
	text-align: center;	
}

#comments-form td
{
	padding: 0px 0 4px 0;
	color: white;
}

#comments-form .text
{
	width: 166px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px;
}

#comments-form .comments
{
	width: 166px;
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px;
}



