@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	background-color: #E9EAE4;
	background-image: url(../images/bg.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.twoColFixLtHdr #topContainer {
	width: 922px;
	text-align: right;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 200px;
	padding: 0px;
	margin-top: 0px;
}

.twoColFixLtHdr #container {
	width: 922px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	margin-top: -18px;
} 
.twoColFixLtHdr #topContainer #logo  {
	margin: 0px;
	padding: 0px;
	width: 350px;
	height: 80px;
	float: left;
}
.twoColFixLtHdr #topContainer #navbar {
	float: right;
	width: 570px;
	height: 34px;
	margin-top: 148px;
}

.twoColFixLtHdr #topContainer #navbar ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

.twoColFixLtHdr #topContainer #navbar li
{
	display: inline;
	list-style-type: none;
}

.twoColFixLtHdr #topContainer #navbar a { padding: 6px 10px; }

.twoColFixLtHdr #topContainer #navbar a:link
{
	color: #fff;
	background-color: #662e79;
	text-decoration: none;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
}

.twoColFixLtHdr #topContainer #navbar a:visited
{
color: #fff;
background-color: #662e79;
text-decoration: none;
}

.twoColFixLtHdr #topContainer #navbar a:hover
{
color: #fff;
background-color: #8b45a3;
text-decoration: none;
}

.twoColFixLtHdr #banner {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 337px;
	padding-top: 0;
	padding-bottom: 0;
        border: 5px solid white;
} 
a:link {
	text-decoration: none;
	color: #606;
}
a:visited {
	text-decoration: none;
	color: #606;
}
a:hover {
	text-decoration: underline;
	color: #909;
}
a:active {
	text-decoration: none;
	color: #F00;
}




.twoColFixLtHdr #mainContent {
	background-color: #FFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 272px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #container #sidebar1 h1 {
	color: #914800;
	font-size: 18px;
}

.twoColFixLtHdr #container #mainContent h1 {
	color: #906;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent h2 {
	color: #906;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #footer {
	width: 922px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #333;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#ctaBoxes {
	height: 150px;
	width: 922px;
	margin-top: 15px;
	position: relative;
}
#ctaBoxes #box1 {
	height: 150px;
	width: 226px;
	position: absolute;
	left: 0px;
}
#ctaBoxes #box2 {
	height: 150px;
	width: 450px;
	position: absolute;
	left: 235px;
}
#ctaBoxes #box3 {
	height: 150px;
	width: 226px;
	position: absolute;
	right: 0px;
}

#footer ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#footer a { padding: 6px 10px; }

#footer li
{
	display: inline;
	list-style-type: none;
}


#footer a:link
{
	color: #333;

	text-decoration: none;
}

#footer a:visited
{
color: #333;
text-decoration: none;
}

#footer a:hover
{
color: #662e79;
text-decoration: none;
}

img {
border: none;
}