body {/* set everything to zero for a good cross-browser starting point */
	margin: 0;/*zeroes the margins on the body*/
	padding: 0;/*zeroes the padding on the body ** Opera carries a default padding and requires this zeroing*/
	border: 0;/*zeroes off any existing border*/
	background-repeat:repeat;
	background-color: #E7E7DC;
	color: #000000; 
	text-align: center; /* Hack to centre the wrapper in IE5.x PC */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;/* Sets default font size. This odd value compensates for several browser bugs. First, setting a default font size in percent (instead of em) eliminates an IE/Win problem with growing or shrinking fonts out of proportion if they are later set in ems in other elements. Additionally, some versions of Opera will draw a default font-size of 100% too small compared to other browsers. Safari, on the other hand, has a problem with a font-size of 101%. Current "best" suggestion is to use the 100.01% value for this property */
	min-width: 770px; /* Prevents the body becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with Gecko browsers */
}

#wrapper {
	margin: 5px auto;
	width: 770px; 
	position: relative; 
	background-color: #E7E7DC;
	border: 1px dotted #000000;
	text-align: left;/* Realigns the text to the left after the IE hack in the body rule */
}


#banner {
	width: 770px;
	height: 145px;
	background-image: url(images/banner_bg.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #000000;
}


#content {
    margin: 10px 210px 20px 0px;
    width: 543px;/*sets the width of the div*/
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #FFFFFF;
}



#content p {
	font-size: 80%;
	margin: 20px 0 0 10px;
	padding: 0 5px 0 5px;
	color: #000;
	line-height: 130%;
}


#content h1 {
	font-size: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 15px 0 10px;
	padding: 0 0 3px 0;
	color: #000000;
	text-align:center;
	text-decoration: none;
	font-weight: bold;
}

#content h2 {
	font-size: 110%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 15px 15px 0 10px;
	padding: 20px 0 3px 0;
	color: #2B388F;
	font-weight: bold;
}


.boxes {
	background-color: none;
	border: 1px solid #000000;
	margin: 10px 5px 10px 5px;
	padding-bottom: 3px;
}


.boxes h3 {
	font-size: 90%;
	background-color: #2B388F;
	margin: 0;
	padding: 2px 0 2px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	border-bottom: 1px solid #4F4F4F;
	color: #FFFFFF;
}


.boxes p {
	font-size: 70%;
	margin: 5px 3px 3px 5px;
	padding: 0;
	line-height: 130%;
	background-color: none;
}


.boxes a:link, .boxes a:visited {
	background-color: none;
	color: #FFFFFF;
}


.boxes a:hover, .boxes a:focus {
	background-color: #8080FF;
	color: #FFFFFF;
	text-decoration: none;
}


#navbox {
	float: right;
	width: 182px;/*set the width for IE 5.x*/
	w\idth: 180px;/*set the width for other browsers*/
	margin-right: 5px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	margin-top: 10px;
}


html>body #navbox {
   margin-right: 12px;
}


#navbox h2 {
	font-size: 95%;
	background-color: #2B388F;
	margin: 4px 5px 6px 5px;
	padding: 2px 0 2px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	border: 1px solid #4F4F4F;
	color: #FFFFFF;
}


#navbox ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


#navbox li {
	margin: 0px;
	padding: 0px;
}


#navbox a {
	margin: 0px;
	padding: 3px 3px 3px 10px;
	width: 90%;
	display: block;
	color: FFFFFF;
}
/*/*/a{}
#navbox a {
	background-color: #2B388F;
	color: #FFFFFF;
	border-top: 2px solid #8080FF;
	border-left: 2px solid #8080FF;
	border-bottom: 2px solid #000066;
	border-right: 2px solid #000066;
	text-decoration: none;
}
#navbox a:hover, #navbox a:focus {
	color: #FFFFFF;
	border-top: 2px solid #000066;
	border-left: 2px solid #000066;
	border-bottom: 2px solid #8080FF;
	border-right: 2px solid #8080FF;
	background: #9299CB;
}
/*NN4 hack */

/*float styles for images placed in the content div*/
.left {
	float: left;
	border: 1px solid #000000;/*add a border around the image*/
	margin: 5px 10px 0 0;
}

.right {
	float: right;
	border: 1px solid #000000;/*add a border around the image*/
	margin: 5px 10px 0 10px;
}


#footer {
	width: 770px;
	clear: right;/*ensures the footer is always placed below the right column no matter what its contents dictate*/
	background-color: #BE1E2D;
	font-size: 60%;
	color: #FFFFFF;
	text-align: center;
	margin-top: 20px;
}

#footer ul {
	padding: 2px 0 4px 0;
	margin: 0;
}

#footer p {
	padding: 3px;
	margin: 0;
	color: #FFFFFF;
	background-color: #2B388F;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#footer ul li {
	padding: 4px;
	margin: 0;
	display: inline;
}
#footer a:link, #footer a:visited {
	background-color: none;
	color: #FFFFFF;
}


#footer a:hover, #footer a:focus {
	background-color: none;
	color: #FFFFFF;
	text-decoration: none;
}



#formcontainer {
	margin: 10px 210px 20px 0px;/*margins set for IE mac which ignored the right hand floated column*/
    width: 543px;/*sets the width of the div*/
	border: 1px solid #000000;
	background-color: #FFFFFF;
}


#formcontainer h1 {
	font-size: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 15px 0 0;
	padding: 0 0 20px 0;
	color: #000000;
	text-align:center;
	text-decoration: none;
	font-weight: bold;
}


#formcontainer p {
	font-size: 80%;
	margin: 20px 0 0 10px;
	padding: 0;
	color: #314048;
	line-height: 130%;
}


#formcontainer input {
	background-color: #FFFFCC;
	color: #414F4B;
	border: 1px solid #4C5854;
	margin: 0;
	width: 150px;
}



#formcontainer textarea {
	background-color: #FFFFCC;
	color: #556660;
	border: 1px solid #4C5854;
	margin: 0 25px 0 0;
	height: 200px;
}


#formcontainer input:focus, #formcontainer textarea:focus {
	background-color: #4F4F4F; 
   color: #FFFFFF; 
}


.labelfloat {
	float: right;
	padding-top: 20px;
}


#formcontainer label {
	color: #4F4F4F;
	font-size: 75%;
	padding-top: 5px;
	display: block;
}


#formcontainer fieldset {
	margin: 0;
	border: 1px solid #5C6231;
	text-align: left;
	padding: 5px 5px 20px 20px;
	width: 450px;
}


#formcontainer fieldset fieldset {
	width: 195px;
	padding: 0;
	border: none;
}


#formcontainer legend {
	color: #000000;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	border: 1px solid #000;
	padding: 2px;
	font-size: 90%;
}


#formcontainer .button {
   background-color: #4F4F4F;
   color: #FFFFFF;
   width: 80px;
   margin-top: 20px;
}



#front {
	width: 770px;
	margin-top: 0; 
	text-align: center;
	padding-top: 20px;
}


#front h1 {
	font-size: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 15px 0 0;
	padding: 0 0 20px 0;
	color: #000000;
	font-weight: bold;
}


#front a {
   color: #000000;
   background-color: #FFFFFF;
   border: 1px solid #000000;
   padding:4px 10px 4px 10px;
   text-decoration: none;
	
}

#front a:hover, #front a:focus {
	background-color: #9299CB;
	color: #FFFFFF;
}


#floatcontainer {
	width: 770px;
	height: 220px;
	padding-top: 20px;
}


.floatboxes {
    width: 152px;
	w\idth: 154px;
	height: 200px;
	margin:  0 16px;/*set the margins for IE5.5*/
	ma\rgin: 0 14px;/*set the margins for IE 6 and other browsers allows for a float bug in IE 6*/
	border: 1px solid #000000;
	float: left;
	background-color: #FFFFFF;
	overflow: auto;/*set overflow to auto - if the content excedds the boxes height scroll bars are provided*/
}

html>body .floatboxes {
   margin: 0 18px;
}


*>html .floatboxes {
	padd\ing-right: 16px; 
	w\idth: 137px; 
}
.floatboxes h3 {
	text-align: center;
	font-size: 105%;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 0 3px 0;
	margin: 0;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #2B388F;
}



*>html .floatboxes h3 {
	bac\kground-color: #F2F7E7;/*provides a background color to match the box background for IE Mac only*/
	c\olor: #000000;/*provides the contrasting text color*/
}

.floatboxes p {
	font-size: 70%;
	margin: 5px;
	padding-bottom: 4px;
}


.floatboxes a, #content a {
	color: #000000; 
}

.floatboxes a:hover, .floatboxes a:focus, #content a:hover, #content a:focus {
	color: #FFFFFF;
	background-color: #9299CB;
	text-decoration: none;
}
.notice {
	color: #F00;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}
.attention {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	color: #00F;
}
