@charset "utf-8";
body {
	background-image: url(images/bkgd.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: 10px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #CCE6FF;
}
#wrapper {
	position: relative;
	min-height:100%;
}
#bottomNav {
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	bottom: 30px;
}
#wrapper #content {
	padding-bottom: 60px;
}
a {
	color: #C26701;
	text-decoration: underline;
}
a:hover {
	color: #7D53D5;
}
a:visited {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #AB4989;
	margin-bottom: 10px;
}
h2 {
	font-weight: normal;
	font-size: 12px;
	margin: 0px 0px 10px;
	padding: 0px;
}
h3 {
	font-size: 13px;
	color: #4445AB;
	padding-top: 10px;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}
h5 {
	font-size: 9px;
	margin-top: 0px;
	padding-top: 0px;
	font-family: Verdana, Geneva, sans-serif;
	color: #369;
	font-weight: normal;
}
.arialBlue {
	font-family: Arial, Helvetica, sans-serif;
	color: #4D5E8A;
}
.blackText {
	color: #000000;
}
.blueText {
	color: #4445AB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}




.borderDots {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.borderDotsAllAound {
	border: 1px dotted #999999;
	padding: 5px;
}

.borderOrange {
	padding: 5px;
	border: 1px solid #C26701;
	float: left;
	clear: both;
}
.borderDotsAllOrange {
	border: 1px dotted #C26701;
	padding: 5px;
}
.bgDarker {
	background-color: #BFDFFF;
}
.bgLighter {
	background-color: #D9EBFF;
}




.border {
	padding: 5px;
	border: 1px solid #D6D6D6;
}

.newsletterBox {
	font-size: 11px;
	width: 182px;
	padding-left: 6px;
	background-color: #F2F9FF;
}


.orangeText {
	color: #C47500;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.redText {
	color: #C30;
}
.tiny {
	font-size: 10px;
	color: #000000;
}
.elevenPt {
	font-size: 11px;
}


.webDesign {
	color: #336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
