/*
CSS Credit: www.templatemo.com
*/

html {

	background: url(images/html_bg.jpg) repeat;

}

body {

	margin: 0;

	padding:0;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	line-height: 1.5em;

	color: #ddd079;

	background: url(images/body_bg.jpg) repeat-x  center top;

	width: 100%;

	display: table;

}

a:link, a:visited { color: #c89d59; text-decoration: none; } 

a:active, a:hover { color: #FFFF00; text-decoration: none }

a img {	text-decoration: none;	border: 0 none;	}


h1 {

	font-size: 24px;

	font-weight: bold;

	text-decoration: underline;

	color: #beb052;

	background-position: left;

	padding-top: 0px;

}

h2 {

	margin-top: 40px;

	font-size: 20px;

	font-weight: bold;

	text-decoration: underline;

	color: #beb052;

}


#container {

	width: 806px;

	margin: auto;

}
#container pb{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #beb052;
	font-style: italic;
	float: right;
	margin-right: 225px;
}
	

.topmenu{

	margin: auto;

	width: 700px;

}


.topmenu ul {

	list-style: none;

	padding: 0px;

	margin: 0px;

}

.topmenu li{

	display: inline;

}

.topmenu li a{

	float: left;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	text-align: center;

	color: #beb052;

	width: 103px;

	height: 30px;

	margin-left: 5px;

	margin-right: 5px;

	padding-top: 14px;

}

.topmenu li a:hover, .topmenu li .current{

	color: #beb052;

	background: url(images/button_hover.jpg) no-repeat;

}
.menusectionstyle {
	position: absolute;
	color: black;
	border: black;
	border-style: solid; 
	border-top-width: 6px; 
	border-bottom-width: 3px; 
	border-left-width: 1px; 
	border-right-width: 1px; 
	background-color: #EFEFEF; 
	z-index: 1; 
	visibility: hidden; 
} 
.menusectionitem { 
	text-decoration: underline; 
	color: purple; 
	font-size: 12px; 
	font-family: courier, monospace; 
	line-height: 18px; 
} 
.menusectionitem:hover { 
	text-decoration: none; 
	color: blue; 
	font-weight: bold; 
}

#topsection {

	float: left;

	margin-top: 40px;

	width: 806px;

	height: 48px;

	color: #c1b25d;

	font-size: 24px;

	font-weight: bold;

	padding-top: 50px;

	line-height: 1.6em;

	text-align: center;

	background: url(images/title_bg.jpg) no-repeat;

}

#headersection {

	float: left;

	width: 806px;

	height: 252px;

}

#content_section {

	float: left;

	width: 750px;

	text-align: justify;

	padding-left: 30px;

}

#content_section img {

	float: right;

	padding-right: 20px;

}

#footer {

	float: left;

	margin: auto;

	margin-top: 20px;

	text-align: center;

	padding-top: 35px;

	width: 744px;

	height: 50px;

	background: url(images/footer.jpg) no-repeat;

	background-position: top;

}