/* DEFAULT
-------------------------------------------------------------------------------
*/
body {
	margin: 0;
	background-color: #7E99A7;
}

p , td , th , ul , ol , li , div , span , dl , dt , dd , blockquote {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	line-height: 130%;
}
a:link {
	color: #30434D;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #30434D;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color:#990000;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color:#990000;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
h1 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 28px;
	color: #622000;
	text-decoration: none;
	font-weight: normal;
	line-height: 130%;
	margin: 0px;
}
h1.padLeft {
	margin: 0px 0px 0px 20px;
}
h2 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 20px;
	color: #622000;
	text-decoration: none;
	font-weight: normal;
	line-height: 130%;
	margin: 0px;
}
h3 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 18px;
	color: #622000;
	text-decoration: none;
	font-weight: normal;
	line-height: 130%;
}
th {
	text-align: left;
	font-weight: bold;
	white-space: nowrap;
}
/* FRAME
-------------------------------------------------------------------------------
*/
#frame {
	width: 950px;
	margin: 40px auto 40px auto;
	padding: 5px;
	background-color: #FFFFFF;
}
/* HEADER
-------------------------------------------------------------------------------
*/
#header {
	width: 950px;
	margin: 0px auto 0px auto;
}
#header_top {
	width: 930px;
	height: 25px;
	margin: 0px auto 2px auto;
	padding: 0px 10px 0px 10px;
	background-image: url(/img/global/header_top_bkg.jpg);
	text-align: right;
}
#header_top a:link {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 25px;
}
#header_top a:visited {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 25px;
}
#header_top a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	line-height: 25px;
}
#header_top a:active {
	color: #FFFFFF;
	text-decoration: underline;
	line-height: 25px;
}
#header_left {
	width: 248px;
	height: 325px;
	float: left;
	background-color: #30434D;
	background-image: url(/img/global/header_left_bkg.jpg);
}
#header_name {
	width: 200px;
	margin: 40px auto 0px auto;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
}
#header_name a:link {
	color: #FF0000;
	font-weight: bold;
	line-height: 120%;
	font-size: 18px;
	text-decoration: none;
}
#header_name a:visited {
	color: #FF0000;
	font-weight: bold;
	line-height: 120%;
	font-size: 18px;
	text-decoration: none;
}
#header_name a:hover {
	color: #FF0000;
	font-weight: bold;
	line-height: 120%;
	font-size: 18px;
	text-decoration: none;
}
#header_name a:active {
	color: #FF0000;
	font-weight: bold;
	line-height: 120%;
	font-size: 18px;
	text-decoration: none;
}
#header_logo {
	width: 200px;
	margin: 15px auto 0px auto;
	border: 1px solid #FFFFFF;
}
#header_motto {
	width: 200px;
	margin: 15px auto 0px auto;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}
#header_nav {
	margin: 40px auto 0px auto;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #FFFFFF;
}
#nav img {
	display: block;
	margin-top: 2px;
}
#header_right {
	width: 700px;
	height: 325px;
	float: right;
}
#header_bottom {
	clear: both;
	width: 950px;
	height: 2px;
	margin: 2px auto 0px auto;
	background-color: #622000;
}

/* MAIN CONTENT
-------------------------------------------------------------------------------
*/
#content {
	position: relative;
	width: 950px;
	margin: 0px auto 0px auto;
}
#content.one_col {
	background-color: #EAE9DE;
	padding-top: 20px;
}
#content_left {
	position: absolute;
	width: 208px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	background-color: #D4E3DA; /*pink:#E0D1C3*/
	background-image: url(/img/global/content_left_bkg.jpg);
	padding: 20px;
}
#content_right {
	width: 660px;
	float: right;
	background-color: #EAE9DE;
	padding: 20px;
}
#content_right img {
	display: block;
	float: right;
	margin: 0px 0px 20px 20px;
	padding: 2px;
	border: 1px solid #622000;
}
#content_bottom {
	clear: both;
	width: 950px;
	height: 2px;
	background-color: #FFFFFF;
}
/* FOOTER
-------------------------------------------------------------------------------
*/
#footer {
	clear: both;
	width: 950px;
	height: 25px;
	margin: 0px auto 0px auto;
	background-image: url(/img/global/header_top_bkg.jpg);
}
#footer_address {
	width: 460px;
	float: left;
	padding: 0px 0px 0px 10px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
}
#footer_nav {
	width: 460px;
	float: right;
	padding: 0px 10px 0px 0px;
	color: #FFFFFF;
	font-size: 11px;
	text-align: right;
	line-height: 25px;
}
#footer a:link {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:active {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
#footer_bottom {
	clear: both;
}
/* LINK LIST
-------------------------------------------------------------------------------
*/
#link_list {
	margin-left: 0px;
}
/* FORMS
-------------------------------------------------------------------------------
*/
form {
	width: 450px;
	margin: 30px 0px 0px 0px;
}
fieldset {
	padding: 10px 0px 10px 0px;
	border: none;
}
legend {
	display: block;
	margin: 10px 0px 5px 0px;
	font-size: 125%;
	font-weight: bold;
}
label {
	margin: 2px 0px 2px 0px;
	width: 450px;
	float: left;
	clear: both;
}

label.checkbox {
	margin: 10px 0px 10px 0px;
}
label.checkbox input {
	width: 20px;
	float: left;
}
label.checkbox span.labelText {
	width: 400px;
	float: left;
}

label.file {
	margin: 10px 0px 10px 0px;
}
label.file input {
	width: 300px;
	float: left;
}
label.file span.labelText {
	width: 150px;
	float: left;
}

label.password {
	margin: 10px 0px 10px 0px;
}
label.password input {
	width: 100px;
	float: left;
}
label.password span.labelText {
	width: 150px;
	float: left;
	text-align: left;
}
label.password span {
	width: 92px;
	float: left;
	text-align: center;
}

label.radio {
	margin: 10px 0px 10px 0px;
}
label.radio input {
}
label.radio span.labelText {
	width: 150px;
	float: left;
}


label.select {
	margin: 10px 0px 10px 0px;
}
label.select input {
	width: 300px;
	float: left;
}
label.select span.labelText {
	width: 150px;
	float: left;
}

label.text span.labelText {
	width: 150px;
	float: left;
}
label.text input {
	width: 296px;
	float: right;
}

label.textarea {
	margin: 10px 0px 10px 0px;
}
label.textarea span.labelText {
	width: 150px;
	float: left;
}
textarea {
	width: 294px;
	float: left;
}

label.submit {
	margin: 1em 0 1em 0;
}
label.submit input {
	display: block;
	margin: 0px auto 0px auto;
}
input.submit {
	display: block;
	width: 300px;
	height: 30px;
	margin: 0px auto 0px auto;
}

/* MEMBERS
-------------------------------------------------------------------------------
*/
img.certification {
	display: block;
	margin: 0px auto 10px auto;
}

/* LOGIN FORM
-------------------------------------------------------------------------------
*/
form.login {
	width: 200px;
	margin: 0px;
}
form.login label {
	width: 200px;
	margin: 0px;
}
form.login label input {
	width: 150px;
	float: none;
}
form.login label.submit {
	margin: 20px 0px 0px 0px;
}
form.login label.submit input {
	margin: 0px;
}