/* global styles */

body {
	margin: 0;
	padding: 0;
	color: #564f70;
	background: #cbcbb9;
	font: small Arial, Helvetica, sans-serif;
}

/* adjustment for IE5 */

body {
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}

html>body { /* be nice to Opera */
	font-size: small;
	text-align: center;
	}
	
h3 {
	font-size: 100%;
	color: #564f70;
	text-align: center;
	margin: 8px 0px 0px;
	font-weight: normal;
}

/* layout styles */

#container {
	margin: 12px auto;
	width: 792px;
	background: #f9f9f9;
	border: 1px solid #549788;
}

#header {
	background: url(../images/bkgds/headerbkgdname.gif) no-repeat left top;
	height: 24px;
	width: 730px;
	border-bottom: 2px solid #cbcbb9;
	padding-top: 48px;
	padding-right: 112px;
}

/* header text styles */

#hdrtitles {
	float: right;
	display: inline;
}
.hdertext {
	font-size: 120%;
	color: #599c8d;
	margin-right: 166px;
	display: inline;
}
.hdertextp {
	font-size: 120%;
	color: #564f70;	
}
.hdertextg {
	font-size: 120%;
	color: #599c8d;	
}


#navbararea {
	background: url(../images/bkgds/navbkgd2.gif);
	height: 44px;
	width: 792px;
}
#navbar {
	margin-left: 23px;
	padding-top: 7px;
}

#pgdescription {
	background: #e5e5dc;
	padding: 10px 8px 10px 10px;
	width: 600px;
	margin-left: auto;
    margin-right: auto;
	margin-top: 16px;
	color: #564f70;
	text-align: left;
	text-indent: 22px;
}
#contenttable {
	margin: 25px auto;
}

#contenttable a {
	color: #599c8d;
	text-decoration: underline;
}

#mainContent {
	float: left;
	display: inline;
		}

#mainContent {
	width: 688px;
	background: #E5E5DC;
	padding: 5px 0px 10px 15px;
	margin: 12px 0 22px 46px; 
		}

.columnContainer {
		padding-top: 13px;
		}

.column {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 0px;
		}

#mainContent .column {
	width: 213px;
		}

#mainContent .spanTwo {
		width: 370px;
		}

#mainContent .spanThree {
		width: 560px;
		}
#mainContent .spanFour {
	width: 750px;
}


#footer {
	color: #599c8d;
	background: #cbcbb9;
	padding: 4px;
	margin-top: 4px;
	width: 792px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#footer a {
	color: #599c8d;
	text-decoration: underline;
}


/* class styles */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.swcaption {
	font-size: 85%;
	vertical-align: bottom;
	padding-bottom: 6px;
	padding-left: 6px;
}
.scaption {
	font-size: 85%;
	vertical-align: middle;
}

.greenborder {
	border: 1px solid #63B7A1;
}
.caption {
	font-size: 90%;
	color: #564f70;
	margin-top: 12px;
}
.textcell {
	background: #E5E5DC;
}


#purple p {
	margin: 17px 13px 13px 13px;
	color: #564f70;
}

#green p {
	margin: 4px 13px 13px;
	color: #599c8d;
}

.clearFix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		}
.button {
	color: #564f70;
	text-decoration: underline;
	font-size: 90%;
	display: inline;
	margin: 12px;
}

#buttonholder {
	height: auto;
	width: auto;
	margin-top: 12px;
	margin-bottom: 12px;
}

#endnav {
	font-size: 85%;
	float: right;
	width: 600px;
	text-align: right;
	margin-right: 47px;
	margin-bottom: 12px;
}
#endnav a {
	color: #5a4590;
}
#endnav a:hover {
	color: #488275;
}


