/*
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: url(images/bg_schatten.gif);
	background-position: center;
	background-repeat:repeat-y; 
	background-color: #A0A0A3;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #9A9A9A;
}

h1{
	margin: 0;
	padding: 0;
	font-weight: small;
	font-size: 1.2em;
	color: #fff;
}
 h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: small;
	font-size: 1.2em;
	color: #000;
}

h2 {
	letter-spacing: -2px;
	font-size: 1.8em;
}

p, blockquote, ol, ul {
	line-height: 180%;
	font-size: .9em;
}

a {
	border: none;
	text-decoration: none;
	color: #5B5A5A;
}

a:hover {
border-bottom: 1px dotted #333333;
}

/* Header */

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: #54B22F;
color: #fff;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

#header {

	height: 25px;
	width: 900px;
	background: url(images/bg_head.gif);
}

#header h1 {
	text-align: left;
	font-size: 1.6em;
	text-decoration: bold;
}

#header h1 a {
	border: none;
	text-decoration: none;
	color: #B22900;
}

#header h2 {
	margin: -15px 0 0 0;
	padding: 0 30px 0 0;
	text-align: right;
	letter-spacing: normal;
	font-size: 1em;
}

#header h2 a {
	border: none;
	text-decoration: none;
	color: #6C7F00;
}

/* Content */

#content {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 0px solid #000;
	width: 900px;
	margin: 0 auto;
	background: #FFFFFF url(images/img2.gif) repeat-y;
}

/* Column One */

#colOne {
	float: left;
	width: 620px;
#	border-top: 1px dotted #000;
}

#colOne .head {
padding-top: 10px;
padding-bottom: 10px;
background: url(images/bg_head.gif);	
}
#colOne .heading {
	text-align: center;
	background: url(images/bgheading.gif);	
	border-right:1px solid 5F5F5F;
}

#colOne.heading h1 {
	text-align: left;
	font-size: 1.2em;
	text-decoration: underline;
}

#colOne .content {
	border-right:1px solid #5F5F5F;
	#border-top:1px solid #000;		
}

#colOne .posted {
	font-size: .8em;
}

/* Column Two */

#colTwo {
	float: left;
	width: 280px;
	border-left: 5px;
}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo li {
	padding: 20px 30px;
	border-bottom: 1px solid #C6CD9C;
}

#colTwo li ul {
	padding-left: 24px;
}

#colTwo li li {
	padding: 0;
	border: none;
}

#colTwo h2 {
	letter-spacing: -1px;
	font-size: 1.3em;
	margin-bottom: 1em;
	padding: 0 0 0 24px;
	background: url(images/img4.gif) no-repeat left center;
}

#colTwo ul a {
	border: none;
	padding-left: 10px;
	background: url(images/img5.gif) no-repeat left center;
}

#colTwo a:hover {
	color: #B22900;
}

#menu {
	background: #C6CD9C url(images/img3.gif) no-repeat;
}

#menu h2 {
	background-image: url(images/img6.gif);
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	width: 195px;
	#margin-left: -24px;
#	padding: 3px 0 3px 24px;
	background: none;
	color: #6C7F00;
}

#menu a:hover, #menu .active a {
	background: #B22900;
	color: #FFFFFF;
}

/* Footer */

#footer {
	width: 900px;
	margin: 0 auto;
	background: #D0D1C7;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 0px solid #000;
}

#footer * {
	color: #5F5F5F;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}




