
body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #ffffff;
}

a:link, a:visited { color: #666666; text-decoration: none; } 
a:active, a:hover { color: #666666; text-decoration: underline; }

h1 {
	margin:0px 0px 10px 0px;
	padding-bottom: 8px;
	font-weight: bold;
	font-size: 14px;
	color:#666666;
	border-bottom: solid 1px #999999;
}


.text_area {
	text-align: justify;
}
/*img {  
	margin: 10px 10px 0px 10px; 
	float:left; 
	border: 7px solid #DCDAB8;
}*/

ul {
	padding:0;
	margin:0 0 0 17px;
	list-style: square url(images/bullet.gif);
}

#container_wrapper {
	background: url(images/main_background.gif) repeat-x;
}

#container {
	margin: 0px auto;
	width: 810px;
	
}

#top{
	float: left;
	margin-left: 0px;
	padding: 17px 0px 0px 0px;
	text-align: right;
	width: 810px;
}

#header {
	clear: left;
	margin-bottom:0px;
	width: 810px;
	height: 228px;
	background: url(images/header_background.jpg) no-repeat;
}


#site_slogan {
	padding-top: 10px;
	padding-left: 200px;
	font-size: 12px;
	color: #fffff;
}

/*Menu*/
#menuleft {
	float: left;
	margin-top: 5px;
	height: 41px;
	width: 20px;
	background: #FF0000 url(images/menu_leftborder.gif) no-repeat;
}

#menu{
	float: left;
	margin-top: 5px;
	padding: 0px;
	width: 790px;
	height: 41px;
	background: #FF0000 url(images/menu_background.gif) right no-repeat;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu ul li{
	display: inline;
}

#menu ul li a{
	float: left;
	padding: 11px 1px;
	width: 127px;
	font: 14px arial;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
}
#menu ul li a:hover, #menu ul li .current{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	/*background: url(images/mousehover.gif) repeat-x;*/
}



/*Content*/

#content {
	float: left;
	width: 810px;
	background: url(images/content_background.gif) repeat-y;
}

#left_column {
	float: left;
	width: 790px;
	padding: 20px;
	padding-left: 0px;
	min-height: 300px;
}

#content_bottom {
	clear: left;
	margin: 0px;
	padding: 0px;
	width: 810px;
	height: 5px;
	background: url(images/content_bottom.gif) no-repeat;
}

/*footer*/
#footer {
	clear: left;
	padding: 1px;
	height: 80px;
	color: #ffffff;
	line-height: 24px;
	text-align: center;
	background-color: #30292B;
	background: url(images/bottom.jpg) repeat-x;
}
