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

#header {
	width:960px;
}

#column01 {
	background:#D1DDE2;
	width:210px;
	float:left;
}

#column02 {
	width:485px;
	float:left;
}
	
#column03 {
	width:265px;
	float:left;
}


#contact {
	color:#333333;
	font-family: Intrepid;
	padding-right: 10px;
	padding-left: 10px;
}

#bodytext {
	color:#333333;
	font-family: Intrepid;
	padding-left: 30px;
	font-size: medium;
	text-align: justify;
}

#bodytextside {
	color:#333333;
	font-family: Intrepid;
	padding-left: 30px;
	font-size: small;
	text-align: left;
}

#rhlist {
	color:#333333;
	font-family: Intrepid;
	font-size: small;
	text-align: left;
}

li.rhlist {
	color:#333333;
	font-family: Intrepid;
	font-size: small;
	text-align: left;
}
	
#bodytitle {
	font-family: Intrepid;
	font-size: medium;
	font-weight: bold;
	text-align: justify;
}

#wrap {
	background-color:#FFFFFF;
	width:960px;
	height: auto;
	margin-left: 5%;
}

#headerlower {
	width:960px;
	background-image: url(images/strip.jpg);
	height: 75px;
}

#navbuttons {
	color:#666666;
	font-family: Intrepid;
	font-weight: normal;
	font-size: large;
	text-align: right;
	line-height: 30px;
	display: inline;
}
a:link.current {
	color:#3f4ba0;
	font-family: "Intrepid";
	text-decoration: none;}
	
a:link.active {
	color:#3f4ba0;
	font-family: "Intrepid";
	text-decoration: none;}
	
a:visited.current {
	color:#3f4ba0;
	font-family: "Intrepid";
	text-decoration: none;}
	
a:hover.current {
	cursor:pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(images/strip.jpg);
	color: #FFFFFF;
}

#slogan {
	color:#BCD9F2;
	font-family: Intrepid;
	font-style: italic;
	font-weight: lighter;
	padding-left: 10px;
	font-size: large;
	padding-top: 8px;
}

#menubar {
	float:right;
	top: 46px;
	position: relative;
}
#headertop {
	background-color:#FFFFFF;
	float: none;}
	
#footer {
	position: static;
	clear: both;
	height: auto;
}

