/* CSS Document */

#wrapper {
	border: medium solid #000000;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 798px;
	background-color: #CCCCCC;
	background-image: url(images/wrapper_bg2.gif);
	background-repeat: repeat-y;
}
#container {
}

#leftCol {
	background-image: url(images/leftcol_2nd.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	width: 191px;
	height: 601px;
	background-color: #000000;
}
#leftCol h1 {
}
#menu {
	font:bold 13px Arial, Helvetica, sans-serif;
	height:249px;
	margin-top: 125px;
		/*background:url(images/bg-left-column.jpg) no-repeat;	*/			
		}
	#menu a {
	display: block;
	text-align:left;
	line-height:20px;
	vertical-align: 30%;
	height:25px;
	text-decoration:none;
	background: url(images/bg-menu-off.gif) no-repeat 0px 0px;
	color:#ffffff;
	padding-left: 35px;
		}
	#menu a:hover {
		background: url(images/bg-menu-on.gif) no-repeat 0px 0px;
		color:#cc9900; 
		}							
#rightCol {
	width: 607px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#rightTopHead {
	background-color: #000000;
	height: 60px;
	padding-left: 30px;
	padding-top: 10px;
}
#rightTopHead h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	margin-top: 20px;
}
#rightTop {
	background-image: url(images/righttop_dimmed.jpg);
	width: 607px;
	background-repeat: no-repeat;
	padding-top: 10px;
	margin-bottom: 25px;
}
#rightTop h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-left: 25px;
}
#rightTop p {
	width: 80%;
	margin-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
#rightTop a {
	color: #990000;
	text-decoration: none;
}
#rightTop a:hover {
	color: #FFCC00;
}
#content {
	float: right;
	width: 607px;
	padding-top: 20px;
	background-image: url(images/dingbat.jpg);
	background-repeat: no-repeat;
	background-position: 430px;
	height: 158px;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #000000;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	width: 350px;
	margin-left: 25px;
}
#content a {
}
#content a:hover {
}
#footer {
	height: 50px;
	background-color: #000000;
	width: 768px;
	padding-top: 20px;
	padding-left: 30px;
	clear: both;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#footer a {
	color: #990000;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
}
#spacer {
	height: 250px;
	margin-top: 50px;
}
