@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }

body { font-size: .9em; font-family: Geneva, sans-serif; line-height:1.6em; font-weight:normal; }

p { margin-bottom: .5em; }

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

h1 { font-size:2em; color:#333; line-height:1.1em; font-weight:normal; margin-top: 1em; margin-bottom:.5em; border-bottom:dotted 1px #666;}
h2 { font-size:1.5em; color:#900; margin-top: 1em;  font-weight:normal;}
h2 a { text-decoration:none; color:#900; }
h2 a:hover { text-decoration:underline; }
h2 a:visited { text-decoration:none; color:#900; }
h3 { font-size:1em; color:#333; margin-bottom:.5em; margin-top:.5em; font-weight:bold;}

ul { padding-left:1em; }

#header {	
	height: 120px;
	width:1024px;
	background: #3B3229;
}

#navCol {
	padding-top: 70px;
	font: 1em Verdana, sans-serif;
	text-align: right;
	color: #000000;
	width: 180px;
}

#navCol a {
	padding: 0.4em 0.5em 0.4em 0.5em;
	display: block;
	height: 1.2em;
	text-decoration: none;
	color: #000;
}

#navCol a:hover {
	background: #3B3229;
	color: #FFF;
}


#bodyCol {

top: 120px;
left: 190px;
width:550px;
position:absolute;
padding: 10px 0px 0px 15px;

}


#rightCol {
	background: #C9C7C6 url(images/bottom2.gif) no-repeat bottom right;
	padding: 0 10px 10px 40px;
	top: 120px;
	left:774px;
	width:200px;
	height:700px;
	position:absolute;
}

#footer {
position:relative;
border-top:dotted 1px #666;
}