@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#45A8C8
}

#outerContainer {
	margin:auto
}

#container {
	margin:auto;
	width:747px
}

#links {
	margin:auto;
	width:747px;
	height:36px
}

#links img {
	float:left
}

#subpage {
	margin:auto;
	text-align:left;
	width:747px
}

#subContent {
	margin:auto;
	width:747px;
	min-height:650px;
	background-color:#D4ECF4
}

#inSubContent {
	padding:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal
}

#subLeftCol {
	float:left;
	width:437px
}

#inSubLeftCol {
	padding-right:30px
}

#subRightColHOME {
	float:right;
	width:250px;
	height:550px;
	background-image:url(images/rightColHOME.jpg);
	background-repeat:no-repeat;
	color:#1d3856
}

#subRightCol {
	float:right;
	width:250px;
	height:500px;
	background-image:url(images/rightCol2.jpg);
	background-repeat:no-repeat;
	color:#1d3856
}

#subRightCol a {
	text-decoration:none;
	font-weight:bold;
	color:#1d3856
}

#subRightCol a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#c7a716
}

#inSubRightCol {
	padding:15px;
	font-size:12px;
	line-height:19px
}

#inSubRightCol2 {
	padding:16px;
	font-size:14px;
	line-height:22px
}

#inSubRightColHOME {
	padding:15px;
	font-size:12px;
	line-height:15px
}

/*
#subLeftCol2 {
	float:left;
	width:500px
}

#inSubLeftCol2 {
	padding-right:30px
}

#subRightCol2 {
	float:right;
	width:187px;
	height:500px;
	background-image:url(images/rightCol2.jpg);
	background-repeat:no-repeat
}

#inSubRightCol2 {
	padding:15px;
	font-size:11px
}

*/

#footer {
	width:100%;
	min-height:60px;
	background-image:url(images/footerBG.jpg);
	background-repeat:repeat-x;
	position:fixed;
	margin-bottom:0px;
	bottom:0px;
}

#inFooter {
	margin:auto;
	width:747px;
	padding-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#08485c;
	font-weight:bold
}

#inFooter a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#08485c;
	font-weight:bold
}

#inFooter a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#08485c;
	font-weight:bold;
	text-decoration:none
}

.blue {
	font-weight:bold;
	color:#000099
}

.gold {
	font-weight:bold;
	color:#CC9900
}