/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background: #fff;
	font-family: Lucinda, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	color:#666;
	}
h1 {
	font-size:16px;
	font-weight:normal;
	color:#06C;
	}
h2 {
	margin-bottom:-10px;
	font-size:11px;
	font-weight:bold;
	color:#9C6;
	}
h3 {
	font-size:11px;
	font-weight:bold;
	color:#999;
	margin-bottom:-1px;
	}

#leftColumn {
	position:absolute;
	top:20px;
	left:10px;
	width:225px;
	}
#logo {
	width:225px;
	height:43px;
	}
#nav {
	width:225px;
	height:176px;
	}
#subnav {
	position:absolute;
	top:235px;
	left:35px;
	width:200px;
	height:166px;
	font-size:10px;
	line-height:12pt;
	}
#decorL {
	position:absolute;
	top:40px;
	left:235px;
	width:3px;
	height:455px;
	background:url("../img/dots.gif") no-repeat;
	}
#decorR {
	position:absolute;
	top:40px;
	left:756px;
	width:3px;
	height:455px;
	background:url("../img/dots.gif") no-repeat;
	}
#main {
	position:absolute;
	top:40px;
	left:247px;
	width:500px;
	}
#nav2{
	width:500px;
	height:23px;
	text-align:right;
	font-size:10px;
	}
#header{
	width:500px;
	height:115px;
	}
#header2{
	width:500px;
	height:115px;
	}
#content{
	margin:20px 10px 0px 10px;
	}
#footer{
	margin:25px 10px 10px 10px;
	height:30px;
	font-size:10px;
	border:1px;
	}

a {text-decoration: none;}
a:link{color: #9C6; font-weight: normal;}
a:visited{color: #9C6; font-weight: normal;}
a:active{color: #9C6; font-weight: normal;}
a:hover{color: #F90; font-weight: normal;}

#subnav a:link{color: #666; font-weight: normal;}
#subnav a:visited{color: #666; font-weight: normal;}
#subnav a:active{color: #666; font-weight: normal;}
#subnav a:hover{color: #9c6; font-weight: normal;}

#nav2 a:link{color: #666; font-weight: normal;}
#nav2 a:visited{color: #666; font-weight: normal;}
#nav2 a:active{color: #666; font-weight: normal;}
#nav2 a:hover{color: #F90; font-weight: normal;}

#subnav ul {
	margin: 0;
	white-space: nowrap;
	padding: 0;
	}
#subnav li {
	/*display: inline;*/
	list-style-type: none;
	/*float: left;*/
	}
	
#sitemap {
	margin:10px;
	}
	
.green {
	margin-bottom:-10px;
	font-size:11px;
	font-weight:bold;
	color:#9C6;
	}

#content img {
	padding-right:12px;
	}

/* End Document */