/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin-top: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #003300;
	background-color: #003300;
	
}

h1, h2, h3 {
	font-weight: normal;
	color: #003300;
}

h1 { font-size: 150%; }
h2 { font-size: 140%; }
h3 { font-size: 100%; font-weight: bold; }

p, ul, ol {
	font-size: 100%;
}

p {
	margin: 5px 10px 5px 0px;
}

ul {
}

ol {
}

blockquote {
}

a {
	color: #996633;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 790px;
	height: 256px;
	margin: 0 auto;
	background-image: url(/images/layout1_01.gif);
	padding: 0 0 10px 0;
}

/* Menu */

#menu {
	width: 790px;
	height: 36px;
	margin: 0px auto;
	background-image: url(images/layout2_02.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 13px 0 0 30px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 15px;
	padding: 2px 10px 5px 10px;
	border-right: 1px solid #2A2C2F;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	color: #CC9933;
}

#menu a:hover {
	color: #003300;
	text-decoration: underline;
}

#menu .active a {
}

/* special style for link to identify current page */
#thispage a:link, #thispage a:visited,
#thispage a:hover, #thispage a:active {
	color: #003300;
	font-weight: bold;
  } 

/* Page */

#page {
	width: 790px;
	margin: 0 auto;
	background-color: #0F1720;
	background-image: url(images/layout2_05.gif);
	background-repeat: repeat-y;
}

/* Content */

#content {
	float: left;
	width: 527px;
	background-image: url(images/layout2_03.gif);
	background-repeat: no-repeat;
	/*height: 352px;*/
	padding: 10px 0 0 40px;
}

.boxed {
	background: #91A491;
	color: #000000;
	width: 90%;
	padding: 10px;
	margin-left: 10px;
	border: #ffffff 2px dotted;
}

.boxed .title {
	margin: 0;
	padding: 5px 20px 5px 0px;
	text-transform: uppercase;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
}

.boxed .content {
	padding: 20px;
	color: #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 223px;
	background-repeat: no-repeat;
	background-image: url(images/layout2_04.gif);
	margin-top: 40px;
	/*height: 352px;*/
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	background: url(images/img06.gif) repeat-x left bottom;
}

#sidebar h2 {
	margin: 0 23px 0 5px;
	padding: 10px;
	/*border-top: 1px solid #23282E;*/
	border-bottom: 1px solid #23282E;
	text-transform: lowercase;
	font-size: 100%;
	font-weight: bold;
	color: #333333;
}

#sidebar h3 {
	margin: 10px 25px 10px 10px;
	color: #F38A00;
}

#sidebar p {
	margin: 3px 25px 3px 15px;
	font-size: 85%;
}

#sidebar a {
	text-decoration: none;
	color: #CC9933;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar hr {
	color:#CCCCCC;
	margin: 20px;
	width: 75%;
}	

/* Images */

img {
	border: none;
}

img.left {
	float: left;
	margin: 10px 10px 5px 0;
	
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

.byline {
	margin: 0;
	color: #D79B00;
	text-decoration: underline;
}

/* Submenu */

#submenu a {
	padding-left: 10px;
	background-image: url(../PSD/images/img05.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/* Footer */

#footer {
	width: 790px;
	height: 37px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background-image: url(images/layout2_06.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#footer p {
	padding: 0 0 0px 40px;
	font-size: 77%;
	color: #FFFFFF;
	text-align: center;
}

#footer a {
	color: #CC9933;
}

a#here {
	text-decoration: underline;
	color: #003300;
}

