body {
	margin: 0px;
	padding: 0px;
}
#pageContainer {
	text-align: center;
	margin: auto;
	padding: 0px;
	float: left;
}
#headerArea {
	background-image: url(../img/template/headerbkgrnd1.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 115px;
	vertical-align: bottom;
	margin: auto;
	width: 100%;
	min-width: 950px;
	text-align: center;
	float: left;
}
#headerArea #headerLogo {
	margin: 15px auto auto;
	width: 950px;
	text-align: left;
}
#topNavBkgrnd {
	background-color: #002C62;
	height: 53px;
	width: 100%;
	margin: auto;
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 7px;
	float: left;
}

#topNavArea {
	background-image: url(../img/template/topnavbkgrnd1.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	height: 40px;
	width: 950px;
	margin: auto;
	border: 1px solid #CCCCCC;
}
#topNavArea #topMenuItem {
	height: 25px;
	width: 102px;
	float: left;
	margin: 6px auto auto;
	background-image: url(../img/template/topnavsep.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#topNavArea #topMenuItem a:link, #topNavArea #topMenuItem a:visited {
	display: block;
	height: 23px;
	width: 100px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
}

#topNavArea #topMenuItem a:hover {
	display: block;
	height: 23px;
	width: 100px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: small;
	color: #FFFFCC;
	text-decoration: none;
	padding-top: 2px;
}

#pageWidth {
	width: 100%;
	margin: auto;
	padding: 0px;
	background-image: url(../img/template/superlargebkgrnd.png);
	background-repeat: repeat-y;
	background-position: center top;
	float: left;
}

#mainContentArea {
	padding-bottom: 20px;
	width: 950px;
	margin: auto;
}
#leftColumnArea {
	width: 190px;
	float: left;
}


#leftColumn {
	float: left;
	width: 180px;
	margin-left: auto;
	margin-bottom: 7px;
	margin-top: auto;
	margin-right: auto;
}
#leftHeader {
	margin: 5px auto;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
	width: 180px;
}
#leftLinks {
	float: left;
	width: 180px;
	text-align: left;
}
#leftLinks li {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -42px;
}
#leftLinks li a {
	font-family: "Trebuchet MS", Arial, Verdana;
	text-decoration: none;
	font-size: 11px;
	line-height: 12px;
	color: #002C62;
	display: block;
	height: 33px;
	width: 162px;
	margin-top: 2px;
	padding-top: 6px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 15px;
}
#leftLinks li a:hover {
	font-family: "Trebuchet MS", Arial, Verdana;
	text-decoration: none;
	font-size: 11px;
	line-height: 12px;
	color: #FFFFFF;
	display: block;
	height: 33px;
	width: 162px;
	margin-top: 2px;
	padding-top: 6px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 15px;
	background-image: url(../img/template/leftnavbkgrnd_hover1.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#centerColumn {
	float: left;
	width: 567px;
	margin: auto 8px;
}
#centerColumn #mainImage {
	height: 150px;
	overflow: hidden;
	width: 567px;
	float: left;
	margin: auto;
}

#centerColumn #centerButtonsArea {
	float: left;
	height: 120px;
	width: 567px;
	margin: 8px auto auto;
}
#centerButton {
	background-image: url(../img/template/largeButtonbkgrnd1.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 3px;
	height: 120px;
	width: 180px;
	float: left;
}
#centerButtonMid {
	background-image: url(../img/template/largeButtonbkgrnd1.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 3px;
	height: 120px;
	width: 180px;
	float: left;
	margin-right: 4px;
	margin-left: 4px;
}
#centerButton h2, #centerButtonMid H2 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #002C62;
	margin: 0px;
	padding: 0px;
}
#centerButton p, #centerButtonMid p {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10px;
	text-align: left;
	margin: 5px 0px 0px 3px;
	padding: 0px;
}
#centerButtonReadMore {
	height: 19px;
	width: 70px;
	float: right;
	margin-right: 4px;
	margin-top: 20px;
}





#contentArea {
	text-align: left;
	margin-top: 10px;
	float: left;
	width: 567px;
}
#contentArea h1 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 25px;
	color: #002C62;
	font-weight: normal;
}
#contentArea p {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: small;
	color: #333333;
}
#contentArea ul {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: small;
	color: #333333;
}
#contentArea ul a {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: small;
	color: #333333;
	text-decoration: none;
}
#contentArea ul a:hover {
	color: #5996CB;
	text-decoration: none;
}
#rightColumn {
	float: right;
	width: 165px;
	margin: 6px auto auto 3px;
}
#rightColumn img {
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
}

#rightColumn #rightTop {
	float: right;
	width: 180px;
	margin: auto;
}

#rightContact h2 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	background-image: url(../img/template/contactInsync.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	display: block;
	height: 21px;
	width: 170px;
	padding-top: 4px;
	padding-left: 10px;
	margin: 0px;
}
#rightContact {
	margin-top: 8px;
	font-size: x-small;
	float: right;
}
#rightContact #rightContactLower {
	width: 166px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: x-small;
	text-align: left;
	padding: 6px;
	border-top-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.redText {
	color: #CC0000;
}
.redText a {
	color: #CC0000;
	text-decoration: none;
}




#spacer {
	height: 1px;
	width: 950px;
	margin: auto;
	float: left;
	padding: 0px;
}
#spacerCol {
	width: 100%;
}

#footerArea {
	width: 100%;
	background-color: #666666;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: x-small;
	color: #FFFFFF;
	text-align: left;
	padding: 4px;
	height: 22px;
	float: left;
	margin: auto;
}
.contact {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: small;
	color: #333333;
}
.contact a {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: small;
	color: #5996CB;
	text-decoration: none;
}
.contact a:hover {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: small;
	color: #990000;
}
#RightColumnArea {
	margin: auto;
	float: right;
	width: 170px;
	padding: 0px;
}

#rightLinks {
	float: left;
	width: 170px;
	text-align: right;
}
#rightLinks li {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -42px;
}
#rightLinks li a {
	font-family: "Trebuchet MS", Arial, Verdana;
	text-decoration: none;
	font-size: 11px;
	line-height: 12px;
	color: #002C62;
	display: block;
	height: 33px;
	width: 160px;
	margin-top: 2px;
	padding-top: 6px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 5px;
}

#rightLinks li a:hover {
	font-family: "Trebuchet MS", Arial, Verdana;
	text-decoration: none;
	font-size: 11px;
	line-height: 12px;
	color: #FFFFFF;
	display: block;
	height: 33px;
	width: 160px;
	margin-top: 2px;
	padding-top: 6px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-left: 5px;
	padding-right: 10px;
	background-image: url(../img/template/rightnavbkgrnd_hover1.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#rightHeader {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	text-transform: uppercase;
	width: 170px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#rightHeader img {
	margin: auto;
	
}
#contentArea a {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: small;
	color: #5996CB;
	text-decoration: none;
}
#contentArea a:hover {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: small;
	color: #990000;
}
