@charset "utf-8";
/* CSS Document */
html, body {
	height:100%;
	margin:0;
	padding:0;
	font-family:arial;
	font-size:11px;
	line-height:24px;
	}
a {
	color:#cc0000;
	text-decoration:none;
	font-weight:bold;
	}
a:hover{
	color:#FF0000;
	text-decoration:underline;
	}
#head {
	background-color: #999966;
	height: 60px;
	width: 100%;
}
#head h1 {
	margin: 0 0 0 60px;
	letter-spacing:0.4em;
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	color:#333300;
	position:relative;
	padding:30px 0 0 0;
	}
#hd_container{
	position:fixed;
	top: 0px;
	left: 0px;
	display:block;
	z-index:1000;
	width:100%;
	}
#nav {
	background-color: #a4c2c2;
	height: 32px;
	width: 100%;
	overflow: hidden;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding-top:4px;
}

#nav ul{
margin: 0;
padding: 0;
font: bold 10px Verdana;
list-style-type: none;
	margin-left:50px;
}

#nav li{
display: inline;
margin: 0;
}

#nav li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 8px; /*padding inside each tab*/
	color: #336666;
	text-transform:uppercase;
	font-weight:normal;
	font-family:Arial;
	font-size:10px;
	letter-spacing:.1em;
}
#column_right h2 {
	color: #cc3300;
	text-align: left;
	font-size: 20px;
	font-family:Georgia;
	letter-spacing:0.1em;
	font-weight:normal;
}


#nav li a:hover{
	text-decoration:underline;
	}

#nav li a:visited{
color: #336666;
}
#bd_container {
	width: 900px;
	position:relative;
	top:98px;
}
#column_left {
	background-color: #a4c2c2;
	padding: 0px;
	width: 330px;
	text-align:center;
	color:#336666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	vertical-align: top;
}

#column_right {
	background-color: #FFFFFF;
	padding: 50px 0 0 60px;
	width: 510px;
	float:left;
	position:relative;
	margin-bottom:50px;
	vertical-align: top;
}
#ft_container{
	text-align:center;
	width:100%;
	height:100px;
	}
#foot {
	height: 50px;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align:center;
}

#foot ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#foot ul li { display: inline; }

#foot ul li a {
text-decoration: none;
padding: 5px;
color: #cc0000;
font-size:11px;
font-family:Arial;
font-weight:bold;
}

#foot ul li a:hover {
color: #cc0000;
}

.copyright{
	font-size:9px;
	}
#btm_bar {
	background-color:#999966;
	width:100%;
	height:25px;
	position:fixed;
	bottom:0px;
	left:0px;
	clear:both;
	}

#head .cap {
	font-size: 120%;
}
h3 {
	font-family: Georgia;
	font-size: 20px;
	color: #cc3300;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 26px;
}
.underline {
	text-decoration: underline;
}
#column_left_content {
	position: absolute;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 330px;
	top: 0px;
	right: 0px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
}