@charset "utf-8";
/* ---------basic page formatting ---------*/
* {
	padding:0;
	margin: 0;
	}
	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-color: #773122;
	text-align: center;
}

h1 {
	font-size: 1.1em;
	color: #4F7D7F;
	margin-left: 2.2em;
	margin-bottom: 0.5em;
	margin-top: 20px;
}

h1 b {
	color: #135263;
}
h2 {
	font-size: 0.8em;
	margin-left: 3.1em;
	margin-bottom: 0.2em;
}
h3 {
	margin-left: 3.6em;
	font-size: 0.7em;
}

h4 {
	font-size: 11px;
	background-color: #0B3543;
	text-align: center;
	display: block;
	line-height: 20px;
	width: 190px;
	margin-left: 13px;
	margin-top: 10px;
	height: 22px;
	border: 1px solid #FFFFFF;
	margin-bottom: 1em;
	
}


h5 {
	font-size: 1.1em;
	color: #4F7D7F;
	margin-left: 2.2em;
	margin-bottom: 1em;
	margin-top: 17px;
}

h6 {
	color: #FFFFFF;
	font-size: 1.2em;
	margin-right: 2.7em;
}


h6 b {
	color: #135263;
}



p {
	line-height: 1.5em;
	padding-right: 3.5em;
	padding-left: 3.2em;
	padding-bottom: 1em;
	font-size: 0.8em;
	text-align: justify;
}

#wrapper {
	position:relative;
	width: 855px;
	text-align:left;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 7px solid #FFFFFF;
	background-image: url(images/WrapperBackgroundTwoColumns.gif);
}

#wrapperregister {
	position:relative;
	width: 855px;
	text-align:left;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 7px solid #FFFFFF;
	background-color: #9BAFB2;
	
}

#wrapper3columns {
	position:relative;
	width: 855px;
	text-align:left;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 7px solid #FFFFFF;
	background-image: url(images/WrapperBackgroundThreeColumns.gif);
}

#clear {
	clear:both;
}

/* ----------- position container elements -----------*/

#header {
	position:relative;
	padding-bottom: 1.2em;
	padding-top: 1.2em;
	background-color: #0b3543;
	width: 855px;
}

#logo {
	text-align: left;
	padding-left: 25px;

}

#icons {
	margin-top: -4.5em;
	float: right;
	margin-right: 3em;

}

#member {
	margin-left: 65px;
	font-size: 12px;
	text-align: left;

}

#member_detail {

}
#navbar {
	width: 855px;
	float: left;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #135263;
}

#navbar ul {
	margin: 0;
	list-style-type: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
}

#navbar ul li {
	float:left;
	background-color: #135263;
}

#navbar ul li a {
	font-size:14px;
	line-height:2em;
	text-decoration:none;
	color:#fff;
	float:left;
	display:block;
	padding-top: 0;
	padding-right: 3.7em;
	padding-bottom: 0;
	padding-left: 3.7em;
	background-image: url(images/navBarDot.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#navbar ul li a.first {
	background-image: none;

	
}

#navbar ul li a:hover {
	color: #4F7D7F;


}

#flashbox {
	float: left;
}

#boxOne {
	width: 427px;
	float: left;
	text-align: left;
}

#boxOne img{
	padding-left: 13px;
	padding-bottom: 0.9em;
}

#boxOne h4 {
	text-align: left;
	width: 386px;
	margin-left: 13px;
	margin-top: 10px;
	margin-bottom: .8em;
	padding-left: 0.7em;
}


#boxTwo {
	width: 428px;
	float: left;
	text-align: left;
	padding-bottom: 2em;
}
#boxTwo a {
	color: #773122;
	text-decoration: underline;
}

#boxTwo a:hover {
	color: #FFFFFF;
}

#boxThree {
	width: 855px;
	float: left;
	padding-top: 2em;
	text-align: left;
	background-color: #9BAFB2;
}

#boxThree p {
	padding-left: 5em;
}

#boxThree h1 {
	padding-left: 1.5em;

}

#colOne {
	width: 211px;
	float: left;
}

#colOne ul {
	padding: 0;
	margin-left: 1.9em;
	margin-bottom: .75em;
}

#colOne ul li {
	margin-bottom: 5px;
	border-bottom-color: #FFFFFF;
	font-size: 10px;
}


#colTwo {
	width: 211px;
	float: left;
}

#colTwo img {
	margin-left: 13px;
	border: 1px solid #FFFFFF;
	margin-bottom: .7em;

}

#colTwo ul {
	padding: 0;
	margin-left: 1.9em;
	margin-bottom: .75em;
}

#colTwo ul li {
	margin-bottom: 5px;
	border-bottom-color: #FFFFFF;
	font-size: 10px;
}





#colThree {
	width: 430px;
	float: left;
}
#form{
	padding-left: 6em;
	padding-top: 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

#footer {
	color: #fff;
	clear: none;
	font-size: 0.85em;
	background-color: #4f7d7f;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width: 855px;
	height: 90px;
}

#footer img {
	vertical-align: bottom;
	margin-top: 10px;
	float: left;
}

#footer h6 {
	margin-right: 0px;
	vertical-align: top;
}

#footer h3 {
	margin-left: 0px;

}

#footertext {
	float: right;
	margin-right: 20px;
	margin-top: 20px;

}

#subfooter {
	font-size: 0.7em;
	width: 855px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0.7em;
	color: #FFFFFF;

}

#newsmenu a {
	font-size: 10px;
	margin-left: 2.7em;
	color: #135263;
	font-weight: bold;
}

#newsmenu a:hover {
	color: #C46620;

}

#newsmenu h2 {
	font-size: 9px;
	margin-top: .75em;

}

#newsmenu h3 {
	font-size: 9px;

}
#submenu {
	width: 195px;
}

#submenu ul {
	padding: 0;
	list-style-type: none;
	margin-left: .8em;
}

#submenu ul li {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

#submenu ul li a {
	font-size:10px;
	line-height:2em;
	text-decoration:none;
	color:#FFFFFF;
	display:block;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 0;
	font-weight: bold;
}


#submenu ul li a:hover {
	background-color:#4F7D7F;
}

#radiobutton {
	background-position: left;

}
