* {
	margin: 0;
	padding: 0;
}


body {
	background: rgb(100,25,20) url(backgrounds/main_background_2.gif) center top repeat-y;
	font: 80% Arial, sans-serif;
}


a {
	text-decoration: none;
	color: rgb(30,65,85);
}

a:hover {
	color: rgb(160,175,185);
	background: rgb(30,65,85);
}


#wrapper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 710px;
}



#logo{
	position: absolute;
	margin-left: 20px;
	margin-top: -20px;
	background: url(backgrounds/logo2.gif) rgb(30,65,85);
	height: 99px;
	width: 148px;
	text-indent: -9999px;
	z-index: 10;
}


#banner {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	position: relative;
	width: 711px;
	height: 50px;
	background:rgb(100,25,20);
	z-index: 5;
}


#banner h1 {
	float: right;
	margin-right: 50px;
	padding-top: 15px;
	font-family: arial, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: rgb(255,255,255);
}


#sidebar {
	position: relative;
	float: left;
	width: 147px;
	margin-top: 70px;
	border-right: solid 2px rgb(100,25,20);
	text-align: right;
}


#sidebar ul {
	list-style: none;
}


#nav li{
	width: 100%;
	font-size: 115%;
	font-weight: bold;
}


#nav a{
	color: rgb(30,65,85);
	display: block;
	padding: 7px 22px 7px 0;

}


#nav a:hover{
	background: rgb(160,175,185);
}


#nav a:active{
	color: rgb(100,25,20);
}


#sidebar h2, img{
	padding-left: 10px;
	padding-right: 22px;
}


#sidebar h2{
	color:rgb(100,25,20);
	font-size: 130%;
	margin-top: 15px;
	margin-bottom: 5px;
}


#actblue img{
	margin-top: 10px;
	margin-bottom: 10px;
}


#actblue a{
	display: block;
	background: rgb(255,255,255)
	border: none;
}


#actblue a:hover{
	background: rgb(160,175,185);
}



#contact{
	padding-top: 10px;
}


#contact li{
	font-size: 80%;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 22px;
}



#content{
	float: right;
	width: 540px;
	padding-left: 20px;
	padding-bottom: 40px;
	margin-top: 70px;
}



#content p{
	padding-bottom: .3em;
	line-height: 140%;
}


#content p{
	text-indent: 1.5em;
}


#content h2{
	font: 150% times, times new roman, serif;
	color:rgb(100,25,20);
	font-style: italic;
	font-weight: bold;
	padding-bottom: 5px;
}


#content h3{
	font: 130% times, times new roman, serif;
	color:rgb(100,25,20);
	font-style: italic;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 3px;
}


#content strong {
	color: rgb(100,25,20);
	font-style: italic;
}

#content ul {
	margin-left: 30px;
	margin-bottom: 10px;
	font-weight: bold;
}


#maincolumn{
	float: left;
	width: 470px;
	padding-right: 20px;
	line-height: 120%;
	padding-bottom: 10px;
}


#sidecolumn{
	float: right;
	width: 0px;
	padding-right: 50px;
	padding-bottom: 10px;

}


#maincolumn img{
	float: right;	margin: 0;
	padding: 0;	padding-left: 10px; padding-bottom: 10px;
}




#summary{
	margin-right: 50px;	clear: both;
	font-size: 120%;
	line-height: 150%;
	padding-right: 50px;
	margin-bottom: 10px;	padding-top: 10px;	border-top: 3px solid rgb(100,25,20);
}

#submenu{
	clear: both;
	margin-right: 50px;
	padding-top: 10px;
	border-top: 3px solid rgb(100,25,20);
	text-align: center;
	font-size: 85%;
}


#submenu ul{
	list-style: none;
}


#submenu li{
	display: inline;
	margin-left: auto;
	margin-right: auto;
}

#submenu a{
	font-weight: bold;
}


#formcolumn{
	clear: both;
	font-size: 120%;
	line-height: 150%;
	padding-right: 50px;
	margin-bottom: 10px;
}
