body {
	font: 11px "Century Gothic", Arial, Helvetica, sans-serif;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	background-image: url(../images/page-BG.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 0px;
}



/* HOLDER STYLES */
#holder {
	text-align: center;
	width: 850px;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
}



/* HEADER STYLES */
#header {
	font: 10px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px 0px 20px 0px;
	width: 850px;
}
#banner {
	width: 850px;
	margin-bottom: 7px;
}
#address {
	color: #FFFFFF;
	width: 850px;
}



/* TEXT STYLES */
.text {
	font: 11px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 16px;
	list-style-position: outside;
	list-style-image: url(../images/dot-point.jpg);
}
.text a {
	color: #2D49BE;
	text-decoration: underline;
}
.text a:hover{
	color: #333333;
	text-decoration: underline;
}
.italic {
	font: 11px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 16px;
	font-style:italic
}


.h1 {
	font: 18px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #2D49BE;
	letter-spacing: 1px;
	font-weight: bold;
}
.h1 a {
	color: #2D49BE;
	text-decoration:underline;
}
.h1 a:hover {
	color: #333333;
	text-decoration:underline;
}
.h2 {
	font: 10px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight:bold;
	text-decoration: none;
}
.h3 {
	font: 10px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}
.h3 a {
	color: #333333;
	text-decoration: none;
}
.h3 a:hover {
	color: #333333;
	text-decoration: underline;
}
.h4 {
	font: 11px "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #2D49BE;
	letter-spacing: 1px;
}
.h4 a {
	color: #2D49BE;
	text-decoration:underline;
}
.h4 a:hover {
	color: #333333;
	text-decoration:underline;
}

.h5 {
	font: 11px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #333333;
	letter-spacing: 1px;
	font-weight: bold;
}
.h5 a {
	color: #333333;
	text-decoration:underline;
}
.h5 a:hover {
	color: #2D49BE;
	text-decoration:underline;
}
.h6 {
	font: 11px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: bold;
}

#line {
	border-top: 1px solid #CACDCA;
	margin: 10px 0px 10px 0;
}





/* LEFT NAV STYLES */
#left-nav {
	float: left;
	margin: 0px 40px 10px 0px;
	width: 150px;
}
.left-nav {
	color: #333333;
	text-decoration: none;
	letter-spacing: .5px;
	vertical-align: middle;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 23px;
	font-weight: bold;
}
.left-nav a {
	display:block;
	width:150px;
	background-color: #A5C5F1;
	color: #333333;
	text-decoration: none;
	text-indent: 5px;
	vertical-align: middle;
	height: 25px;
}
.left-nav a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2D49BE;
	text-indent: 5px;
	vertical-align: middle;
	height: 25px;
	width: 150px;
}




/* CONTENT STYLES */
#body {
	margin: 0px 0px 0px 0px;
	width: 850px;
	text-align: left;
}
#content {
	margin: 0px 0px 10px 0px;
	float: right;
	width: 660px;
	text-align: left;
}
#page-heading {
	margin: 0px 0px 15px 0px;
	float: left;
	text-align: left;
	height: 25px;
}
#text-area {
	float: left;
	text-align: left;
	width: 660px;
}			
.box {
	font: 10px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
	border: 1px solid #999999;
}




/* FOOTER STYLES */
#footer {
	font: 10px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 850px;
	margin: 10px 0px 10px 0px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.footer {
	font: 10px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
	letter-spacing: 1px;
}
.footer a:link{
	color: #999999;
	text-decoration: underline;
}
.footer a:hover{
	color: #A5C5F1;
	text-decoration: underline;
}
#copyright {
	width: 400px;
	margin: 10px 0px 5px 0px;
	text-align:left;
	float: left;
}
#credits {
	width: 400px;
	margin: 10px 0px 5px 0px;
	text-align:right;
	float: right;
}

