/* CSS Document */
/* Design & Code (c) Caleb Zahnd. */
/* This document is to maintain the styles of various layout items throughout the site */

html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	behavior:url("csshover.htc");
	background-color: #EDECEC;

}

/* Box Model Hack for font sizes in crappy old IE5/Win */
body {
	font-size: x-small; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* for well-behaved, complient browsers */
}


/* Box Model Hack for font sizes in crappy old IE5/Win */
body {
	font-size: x-small; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* for well-behaved, complient browsers */
}
html>body { /* be nice to Opera */
	font-size: small;
}
/* end of box model hack */

#header, #navbar_wrapper, #banner, #content_wrapper {
	width: 750px;
	margin-left:auto;
	margin-right:auto;
}
#header, #navbar_wrapper, #content_wrapper, #banner {
	background-image:url(../images/structure/bkgd/main_brdr.gif);
	background-repeat:repeat-y;
	padding-left:6px;
	padding-right:6px;
}
#header {
	height: 100px;
}
#navbar {
	background-image:url(../images/structure/navbar/bkgd.gif);
	background-repeat:repeat-x;
	height: 30px;
}
#banner_wrapper {
	background-color: #124680;
	width:100%;
	clear: left;
}
#banner {
	background-image:url(../images/structure/bkgd/banner_brdr.gif);
	height: 200px;
	border-bottom: 0px solid #dadada;
}
#bannerbox_A, #bannerbox_B {
	background-color:#FFFFFF;
	height: 190px;
	padding-top: 5px;
}
#bannerbox_A {
	width: 200px;
	padding-left: 5px;
}
#bannerbox_B {
	float:right;
	padding-right: 5px;
}
#footer {
	background-image:url(../images/structure/bkgd/footer_brdr.gif);
	background-repeat:repeat-x;
	height: 6px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
/* THIS SECTION SETS THE MIN-HEIGHT FOR INTERNET EXPLORER */
/* for smart, logical, understanding browsers */
/**/#content {
/**/min-height:400px; 
/**/height:auto;
/**/}
/* for Internet Explorer */
/*\*/
/**/* html #content {
/**/height: 400px;
/**/}
/**********************************************************/
#content {
	font-family:Arial, Helvetica, sans-serif;
	padding-left:5px;
	padding-right:5px;
	color: #0C449B;
	color: #000000;
}

.column_A {
	width: 200px;
	padding-right: 5px;
	border-right: 1px dashed #DADADA;
}
.column_B {
	padding-left: 5px;
	width:530px;
}

fieldset {
	background-color: #CCCCCC;
	border: solid 1px #000000;
	padding: 10px;
	margin-bottom: 25px;
}

legend {
	font-size: larger;
	font-weight: bold;
	color:#FFFFFF;
	border: solid 1px #000000;
	background-color: #698fb2;
	padding: 0px 10px 0px 10px;
	text-transform: uppercase;
}
label {
float: left;
width: 120px;
font-weight: bold;
}

input, textarea {
width: 180px;
margin-bottom: 5px;
}
textarea {
	width: 600px;
	height: 300px;
	
}
.submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}