
body {
margin: 0px 0px 0px 0px;
padding: 0px;
background: #ffffff;
font-family:Tahoma;
font-size:11px;
font-weight:bold;
background-color:#D9E6FF;
}

#header_bg {
background-image: url(images/main_bg.jpg);
background-repeat: repeat-x;
background-position:top;
height: 21px;
	}

#container {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 770px;
	background: url(images/container_bg.jpg);
}

#containerTop {
	margin: 10px auto 0px auto;
	padding: 0px;
	width: 770px;
	height: 13px;
	background: url(images/container_top.jpg) top left no-repeat;
}

#containerBottom {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 770px;
	height: 20px;
	background: url(images/container_bottom.jpg) top left no-repeat;
}

#header {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 747px;
	height: 209px;
	background: url(images/header.jpg) top left no-repeat;
}

#navbar {
margin: 10px auto 0px auto;
padding: 0px;
width: 750px;
height: 40px;
text-align:center;
background: url(images/navbar.jpg) top left no-repeat;
}

#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navbar li {
	margin: 10px 0px 0px 21px;
	padding: 0px;
	float:left;
}
#navbar a {
	margin: 0px;
	padding: 0px;
	color: #000000;
	text-decoration: none;
}
#navbar a:hover {
	color: #fc0;
}
	
#bodyContainer {
	position: relative;
	float: left;
	left: 13px;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 742px;
	background: url(images/body_bg.jpg) ;
	font: 12px Arial, Tahoma, sans-serif;
}

#bodyTop {
	position: relative;
	float: left;
	left: 13px;
	margin: 10px auto 0px auto;
	padding: 0px;
	width: 742px;
	height: 32px;
	background: url(images/body_top.jpg) top left no-repeat;
}

#bodyBottom {
	position: relative;
	float: left;
	left: 13px;
	margin: 0px auto 10px auto;
	padding: 0px;
	width: 742px;
	height: 27px;
	background: url(images/body_bottom.jpg) top left no-repeat;
}

/*
	#leftPanel
	The font for this left panel is inherited from the #body id. However if you want to have a different color or font
	text here, you may add the color or font tags.
*/
#leftPanel {
	float: left;
	margin: 0px auto 0px 0px;
	padding: 5px;
	width: 235px;
}

/*
	#bodyPanel
	The font for this body panel is inherited from the #body id. However if you want to have a different color or font
	text here, you may add the color or font tags.
*/
#bodyPanel {
	float: right;
	margin: 0px 0px 0px auto;
	padding: 5px;
	width: 475px;
}

#footer {
	clear: both;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 650px;
	height: 30px;
	background: url(images/footer_banner.jpg) top left;
	text-align: right;
}


#footer_bg {
background-image: url(images/footer_bg.jpg);
background-repeat: repeat-x;
height: 54px;
}

#footer_properties{
margin: 0px auto 0px auto;
padding: 0px;
width: 782px;
height: 54px;
background: url(images/footer.jpg) top left no-repeat;
font-family:Tahoma;
text-align: center;
font-size: 10px;
font-weight: bold;
}

#footer_properties a:link, #footer_properties a:visited{
text-decoration: none;
color: #000000;
font-size: 10px
}

#footer_properties a:hover{
text-decoration: underline;
}

/*text properties */

h1 {
text-align: left;
color:#FFB56A;
font-size: 20px;
font-family:Arial, Helvetica, sans-serif;
}

h2 {
text-align: left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color:#000000;
font-weight:500;
}

h3 {
margin: 0px 0px 0px 0px;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color: #000000;
}

h4{
margin: 0px 10px 0px 0px;
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#000000;
}

h5{
text-align: left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;
color:#000000;
font-weight:bold;
}


a:link, a:visited{
text-align:left;
font-size:11px;
text-decoration:none;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-weight:bold;
color:#6699FF;
}

a:hover{
text-decoration:underline;
}

#ul.inside 
{
list-style-position: inside;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
}

li
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
font-weight:bold;
}

.hr2{
margin: 0px 30px 0px 0px;
background-color:#99ff99;
width:100%;
height: 4px;
	}







