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

body {
	margin: 0;
	padding: 0;
	background: #000000 url(images/img12.gif) repeat-x; 
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999999;
}

a {
	color: #CCCCCC;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* Banner */

#banner {
	width: 778px;
	/* height: 203px; */
	height: 184px;
	margin: 0 auto;
}
/* Header */

#header {
	width: 778px;
	/* height: 203px; */
	height: 25px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
}

#logo * {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	color: #FFFFFF;
}

#logo h1 {
	padding: 100px 0 0 0;
	letter-spacing: -3px;
	font-size: 3.5em;
}

#logo h2 {
	letter-spacing: 1px;
	font-size: 1em;
}

/* Top Menu */

#topMenu {
	float: right;
}

#topMenu ul {
	margin: 0;
	/* padding: 154px 0 0 0; */
	padding: 5px 0 0 0;
	list-style: none;
}

#topMenu li {
	display: inline;
}

#topMenu a {
	display: block;
	float: left;
	padding: 2px 20px;
	text-decoration: none;
	/* text-transform: lowercase; */
	font-size: 1em;
	font-weight: bold;
}

#topMenu a:hover {
	padding: 1px 19px;
	background: #2F1A1A url(images/img2.gif) repeat-x left bottom;
	border: 1px solid #1E1010;
	border-right-color: #7A6D6D;
	border-bottom-color: #7A6D6D;
	color: #FFFFFF;
}

#topMenu .active a {
	padding: 1px 19px;
	background: #2F1A1A url(images/img2.gif) repeat-x left bottom;
	border: 1px solid #1E1010;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	color: #FFFFFF;
}

/* Content */

#content {
	width: 778px;
	margin: 0 auto;
	/* padding: 20px 0 0 0; */
	padding: 0 0 0 0;
}

/* main Content */
#mainContent {
	float: right;
	width: 575px;
}

#mainContent h2 {
	margin-top: 0;
	font-size: 2.2em;
	color: #CCCCCC;
}

#mainContent h3 {
	color: #ff0000;
}

#mainContent h4 {
	font-size: 1em;
	color: #FFFFFF;
}

#mainContent p, #mainContent ul, #mainContent ol {
	line-height: 160%;
}

#mainContent .credits {
	margin-bottom: 50px;
	padding: 5px 0 8px 8px;
	background: #210100;
	border-left: 2px solid #8A0600;
}

#mainContent .credits p {
	margin: 0;
	padding: 0;
	line-height: normal;
}

#mainContent p.em {
	color: #FFFFFF;
	line-height: 160%;
	font-weight: bold
}

#mainContent .hdr {
	margin-bottom: 4px;
	/*padding: 1px 1px 1px 1px;*/
	background: #210100;
	/* border-left: 2px solid #8A0600; */
}

#mainContent .hdr p {
	margin: 0;
	padding: 0;
	line-height: normal;
}
/* Left Menu */

#leftMenu {
	float: left;
	width: 178px;
	background: #000000 url(images/img123.jpg) repeat-y;

}

#leftMenu ul {
	margin: auto;
	padding: 1px 0 0 0;
	list-style: none;
}

#leftMenu li {
	margin-bottom: 1px;
	margin-top: 5px;
}

#leftMenu li.high {
	margin-bottom: 1px;
	margin-top: 5px;
	background: #000000 url(images/img321a.jpg) repeat-y;
}

#leftMenu li li {
	margin-bottom: auto;
} 

#leftMenu li ul {
	padding-left: 20px;
	list-style: disc inside;
}

#leftMenu h2 {
	padding-bottom: 1px;
	font-size: 1em;
	color: #FFFFFF;
	padding-left: 20px;
	background: url(images/img3.gif) no-repeat 5px 6px;
	border-top: 1px solid #2C2C2C;
	margin-bottom: -1px;
}

#textfield1 {
	width: 150px;
	margin-left: 20px;
	background: #9E9E9E url(images/img4.gif) repeat-x;
	border: 1px solid #9C9C9C;
	border-right-color: #C6C6C6;
	border-bottom-color: #C6C6C6;
}

#submit1 {
	background: #9E9E9E url(images/img5.gif) repeat-x;
	border: 1px solid #625252;
	border-right-color: #1B0F0F;
	border-bottom-color: #1B0F0F;
	color: #CCCCCC;
}

/* Footer */

#footer {
	clear: both;
	width: 778px;
	height: 60px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img6.gif) repeat-x;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: smaller;
}