body {
    
    margin: 0px;
    padding: 0px;
    font-family: Arial, Sans-Serif;
    font-size: 62.5%;
    background-image: url(/images/bgtile.jpg);
    background-repeat: repeat-x;
	background-position: top;
	background-color: #004A91;
	color: #6D6F71;
}

p {

	padding: 0px;
	margin: 0px;
}

#container {

	margin: 45px 0px 25px 0px;
	border-bottom: solid 2px #A28F5F;
	width: 964px;
	height: auto;
	margin-left: auto;
    margin-right: auto;
}

#containerinner {

	margin: 45px 0px 0px 0px;
	border-top: solid 2px #FFFFFF;
	border-left: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	width: 960px;
	height: auto;
	margin-left: auto;
    margin-right: auto;
}

#header {

	border-top: solid 4px #A28F5F;
	width: 960px;
	height: 170px;
	background-color: #004A91;
}

#logo {

	margin: 25px 0px 0px 35px;
	width: 231px;
	height: 121px;
	float: left;
}

#headertext {

	margin: 25px 0px 0px 50px;
	width: 560px;
	height: 120px;
	color: #FFFFFF;
	font-size: 3.5em;
	line-height: 60px;
	float: left;
}

#content {

	width: 960px;
	height: 575px;
	background-image: url(/images/goldtile.jpg);
    background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}

#content-column1 {

	margin: 25px 10px 0px 40px;
	width: 380px;
	height: 545px;
	display: inline;
	float: left;
}

#contenttitle {

	font-size: 2.2em;
	color: #FFFFFF;
	line-height: 35px;
}

#contenttext {

	margin-top: 50px;
	font-size: 1.3em;
	line-height: 18px;
	color: #004A90;
}

#logos {

	width: 380px;
	height: 180px;
}

.logorow {

	width: 380px;
	height: 53px;
}

#goldlink {

	margin-top: 10px;
	width: 173px;
	height: 26px;
	float: left;
}

#goldlink-left {

	width: 9px;
	height: 26px;
	background-image: url(/images/golden_left.jpg);
	background-repeat: no-repeat;
	float: left;
}

#goldlink-center {

	padding: 0px 5px 0px 5px;
	width: 145px;
	height: 26px;
	line-height: 26px;
	font-size: 1.2em;
	background-color: #A28F5F;
	float: left;
}

#goldlink-center a {

	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#goldlink-center a:hover {

	text-decoration: underline;
}

#goldlink-right {

	width: 9px;
	height: 26px;
	background-image: url(/images/golden_right.jpg);
	background-repeat: no-repeat;
	float: left;
}

#bluelink {

	margin-top: 10px;
	width: 173px;
	height: 26px;
	float: left;
}

#bluelink-left {

	width: 9px;
	height: 26px;
	background-image: url(/images/blue_left.jpg);
	background-repeat: no-repeat;
	float: left;
}

#bluelink-center {

	padding: 0px 5px 0px 5px;
	width: 145px;
	height: 26px;
	line-height: 26px;
	font-size: 1.2em;
	background-color: #004A91;
	float: left;
}

#bluelink-center a {

	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#bluelink-center a:hover {

	text-decoration: underline;
}

#bluelink-right {

	width: 9px;
	height: 26px;
	background-image: url(/images/blue_right.jpg);
	background-repeat: no-repeat;
	float: left;
}

#content-column2 {

	margin: 25px 0px 0px 0px;
	width: 495px;
	height: 545px;
	display: inline;
	float: left;
}

#phonetext {

	font-size: 1.6em;
	color: #004A90;
}

#bottomcurves {

	width: 964px;
	height: 19px;
}

#bottomcurves-left {

	width: 19px;
	height: 19px;
	float: left;
	
}

#bottomcurves-center {

	width: 926px;
	height: 19px;
	background-color: #FFFFFF;
	float: left;
}

#bottomcurves-right {

	width: 19px;
	height: 19px;
	float: left;
}

#footer {

	width: 964px;
	height: 40px;
	line-height: 40px;
	font-size: 1.1em;
	color: #FFFFFF;
}

#footer-left {

	width: 740px;
	height: 40px;
	float: left;
}

#footer-right {

	width: 224px;
	height: 40px;
	float: left;
}

#footer-right a {

	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#footer-right a:hover {

	text-decoration: underline;
}

