/* CSS Document */

/* HTML Tag Modifiers */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #003300;
	color: #333333;
}

h1 {
	display: block;
	width: 760px;
	margin: 0px -30px 20px -30px;
	padding: 5px 15px;
	border-bottom: 3px solid #339933;
	font-size:18px;
	background-color: #CCFFCC;
	color: #006600;
}


h2 {
	margin: 0px 0px 5px 0px;
	font-size: 14px;
	color: #006600;
}

h2 span.subtitle {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #006600;
}

h3 {
	margin: 0px 0px 5px 0px;
	font-size: 12px;
	color: #006600;
}

h3 span.subtitle {
	font-weight: normal;
	font-style: italic;
}

h4 {
	margin: 0px 0px 5px 0px;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #006600;
}

p {
	margin: 0px 0px 15px 0px;
	line-height: 16px;
}

ul {
	list-style: square;
	margin-top: 10px;
}

li {
	margin-bottom: 10px;
}

/* Layout IDs */

#shadow_top {
	height: 15px;
	width: 821px;
	margin: 0px auto;
	background: url(../images/drop_shadow_top.jpg) no-repeat;
}

#shadow_middle {
	width: 821px;
	margin: 0px auto;
	background: url(../images/drop_shadow_middle.jpg) repeat-y;
}

#shadow_bottom {
	height: 15px;
	width: 821px;
	margin: 0px auto;
	background: url(../images/drop_shadow_bottom.jpg) no-repeat;
}

#wrap {
	margin: 0px auto;
	width: 790px;
	background-color:#FFFFFF;
}

#header {
	width: 100%;
	height: 220px;
	background: url(../images/header.jpg) top right no-repeat;
}

#banner {
	width: 100%;
	height: 150px;
	background: url(../images/banner.jpg) no-repeat;
}

#submenu {
	float: right;
	margin-top: -45px;
	margin-right: -10px;
	font-size: 12px;
	font-weight: normal;
	color: #006600;
}

#submenu a {
	color: #006600;
}

#content {
	width: 730px;
	background-color:#FFFFFF;
	padding: 0px 30px 10px 30px;
	clear:both;
}

#footer {
	width: 100%;
	padding: 5px 0px;
	border-top: 1px solid #999999;
	text-align: center;
	font-size: 11px;
	clear: both;
	color: #CCFFCC;
	background-color: #336600;
}

/* Top Navigation Bar */

#menu {
	width: 790px;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	border-top: solid 1px #999999;
}

#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu a {
	display: block;
	width: 112px;
	padding: 0px 0px 0px 0px;
	border: solid #999999;
	border-width: 0px 1px 0px 1px;
	text-decoration: none;
	background-color: #336600;
	color: #CCFFCC;
	line-height: 2.5;
}

#menu a:hover {
	background-color:#339933;
	color: #FFFFFF;
}

#menu li {
	float: left;
	text-align: center;
	margin: 0px -1px 0px 0px;
}

/* Menu IDs */
#menu1 a {
	border-left-width: 0px;
}

#menu1 a:hover {
}


#menu2 a:hover {
}

#menu3 a:hover {
}

#menu4 a {
	/*padding: 4px 0px 3px 0px;
}

#menu4 a:hover {
}

#menu5 a {
	padding: 4px 0px 3px 0px;*/
}

#menu5 a:hover {
}

#menu6 a:hover {
}

#menu7 a {
	border-right-width: 0px;
}

#menu7 a:hover {
}

#menu8 a:hover {
}

/* Classes */
.right {
	margin-left: 15px;
	display: block;
	float: right;
	color: #000000;
}

.right img {
	border: solid 1px #003300;
}

.right p {
	margin: 5px auto;
	font-weight: bold;
}