body {
	background-color:#dddd99;
	margin:0px;
	padding:25px 0px;
	font-size:0.8em;
	font-family:Verdana, Geneva, sans-serif;
	color:#3e2d02;
}

body a {outline:none;
}




h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:8px 0px 5px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#70591e;
}

h1 {
	font-size:2.2em;
}
	
	h1 a:link, h1 a:visited {
		color:#70591e;
		text-decoration:none;
	}
	
	h1 a:hover, h1 a:active {
		text-decoration:underline;
	}

h2 {
	font-size:2.0em;
}
	
	h2 a:link, h2 a:visited {
		color:#70591e;
		text-decoration:none;
	}
	
	h2 a:hover, h2 a:active {
		text-decoration:underline;
	}

h3 {
	font-size:1.8em;
}
	
	h3 a:link, h3 a:visited {
		color:#70591e;
		text-decoration:none;
	}
	
	h3 a:hover, h3 a:active {
		text-decoration:underline;
	}

h4 {
	font-size:1.5em;
}
	
	h4 a:link, h4 a:visited {
		color:#70591e;
		text-decoration:none;
	}
	
	h4 a:hover, h4 a:active {
		text-decoration:underline;
	}

h5 {
	font-size:1.3em;
}
	
	h5 a:link, h5 a:visited {
		color:#70591e;
		text-decoration:none;
	}
	
	h5 a:hover, h5 a:active {
		text-decoration:underline;
	}

h6 {
	font-size:1.0em;
}
	
	h6 a:link, h6 a:visited {
		color:#70591e;
		text-decoration:none;
	}
	
	h6 a:hover, h6 a:active {
		text-decoration:underline;
	}



/*---------------------------------------------------------------------BANNER STYLES-------*/
#banner {
	background-color:#c6a44d;
	background-image:url(../images/structure/bg_banner.jpg);
	background-position:center;
	background-repeat:repeat-y;
}

#banner .inner {
	width:900px;
	height:57px;
	margin:0px auto;
	padding:0;
	background-color:#000;
	background-image:url(../images/structure/banner-right.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

#banner h1 {
	color:#fff;
	padding:10px 0px 0px 10px;
	font-size:2.5em;
	font-family:Fenice, Georgia, "Times New Roman", Times, serif;
}

#banner h1 a:link, #banner h1 a:visited {
	color:#fff;
	text-decoration:none;
}

#banner h1 a:hover, #banner h1 a:active {
	color:#fff;
	text-decoration:none;
}


/*---------------------------------------------------------------------CONTAINER STYLES-------*/
#container {
	background-color:#f8f4eb;
	background-image:url(../images/structure/bg_main.jpg);
	background-position:center;
	background-repeat:repeat-y;
	width:920px;
	margin:0px auto;
}


/*---------------------------------------------------------------------NAVBAR STYLES-------*/
#navbar {
	width:900px;
	margin:0px auto;
	padding:0;
	border-bottom:2px solid #000;
	font-family: "Lucida Grande", Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
	background-color:#000;
}

#navbar .inner {
	width:845px;
	margin-left:35px;
	padding:7px 0px 7px 20px;
	background-color:#353535;
	background-image:url(../images/structure/navbar.jpg);
	background-repeat:repeat-x;
}

#navbar ul {
	margin:0px;
	padding:0px;
}

#navbar li {
	list-style-type:none;
	display:inline;
	padding:0px 10px;
}

#navbar a:link, #navbar a:visited {
	color:#fff;
	text-decoration:none;
} 

#navbar a:hover, #navbar a:active {
	color:#ffffbc;
	text-decoration:none;
} 


/*---------------------------------------------------------------------RIGHT COLUMN STYLES-------*/
#right-column {
	float:right;
	width:200px;
	margin:0px 0px 20px 20px;
	
}

#right-column .inner {
	background-image:url(../images/structure/rightcol_bg.jpg);
	background-repeat:repeat-y;
	padding:0px 12px 8px 20px;
}

#right-column h2 {
	font-family:Verdana, Geneva, sans-serif;
	color:#ff8225;
	font-size:1.2em;
}

#main #right-column ul {
	margin-left:30px;
}

#main #right-column ul li {
	list-style-type:disc;
	list-style-image:none;
	color:#397097;
}

#main #right-column ul li a {text-decoration:none;
background-color:#f7f6e9;
}

#main #right-column ul li a:hover {text-decoration:underline;
}


/*---------------------------------------------------------------------MAIN CONTENT STYLES-------*/

#title {
	margin-left:45px;
}

#title h2 img {
	margin:0px 10px 0px 0px;
}

#main {
	border-bottom:1px solid #dddd99;
	margin:0px 20px 0px 75px;
	padding:10px 20px;
}

#main p {
	margin:0;
	padding:8px 0px;
}

#main a:link, #main a:visited {
	color:#397097;
	text-decoration:none;
	background-color:#ffc;
}

#main a:hover, #main a:active {
	color:#397097;
	text-decoration:underline;
	background-color:#FF9;
}

#main ul, #main ol {
	margin:0px 0px 10px 60px;
	padding:0px 0px 0px 0px;
}

#main ul li {
	list-style-type:none;
	list-style-image:url(../images/structure/bullet.gif);
	margin:0;
	padding:.1em 0px .1em 8px;
}

#main td {
	vertical-align:top;
}


/*---------------------------------------------------------------------FOOTER-TOP/FOOTER STYLES-------*/
#footer-top {
	background-color:#c6a44d;
	color:#fff;
}

#footer-top .inner {
	width:890px;
	height:34px;
	margin:0px auto;
	padding:5px 5px 0px 5px;
	background-color:#000;
	border-left:1px solid #dddd99;
	border-right:1px solid #dddd99;
}

#footer-top h1 {
	color:#fff;
	padding:3px 0px 0px 10px;
	font-family:Helvetica, Verdana, Geneva, sans-serif;
	font-size:1.8em;
}

#footer {
	width:900px;
	margin:0px auto;
	padding:15px 0px;
	text-align:center;
	color:#999;
	font-size:0.9em;
}

#footer p {
	margin:0px;
	padding:0px;
}

#footer a:link, #footer a:visited {
	color:#397097;
	text-decoration:underline;
}

#footer a:hover, #footer a:active {
	color:#397097;
	text-decoration:none;
}

#banner .inner h2 {font-size:14px;
line-height:14px;margin:0;padding:0;
}

#banner .inner h2 span {display:none;
}

