		html {
			background: #fff;
			text-align: center;
			background: url(../images/site_bgd.jpg) no-repeat center top;
		}
		body {
			position: relative;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: small;
			color: #333;
			text-align: left;
			width: 800px;
			margin: 0 auto;
			background: #fff;
		}
		#siteContainer {
			position: relative;
			width: 100%; 
		}
		#pageTitle {
			text-align: center;
		}
		#leftColumnContainer {
			float: left;
			width: 500px;
			margin-left: 10px;
		}
		#leftColumnContainer div p, #rightColumnContainer div p {
			font-size: 85%;
			margin: 15px 0;
		}
		#rightColumnContainer {
			float: right;
			width: 261px;
			margin-right: 10px;
		}
		#footer {
			clear: both;
		}
		form {
			margin-top: 15px;
		}
a {
	color: #1F397F;
	text-decoration: none;
	border: 0px;
}
a:hover {
	text-decoration: underline;
}
.white {
	color: #FFF;
}
#header
{
			background: url(../images/site_bgd.jpg) no-repeat center top;
}
.footer {
	text-align: center;
	font-size: 10px;
}
.searchField {
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	font-size: 10px;
}
.mainTable {
	vertical-align: top;
	font-size: 11px;
}

#mainNav {
    margin: 0;
    padding: 0;
    list-style: none;
    /*float: left;*/
}
#mainNav li {
    float: left;
}
#mainNav a {
    display: block;
    padding: 0 1em;
    line-height: 20px;
    background: #535353;
    text-decoration: none;
    border-top: 2px solid #c1c1c1;
    border-bottom: 2px solid #c1c1c1;
    border-left: 2px solid #c1c1c1;
    color: #fff;
    font-size: 10px;
    font-family: "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
}
#mainNav a.lastBtn {
    border-right: 2px solid #c1c1c1;
}
#mainNav a:hover {
    background: #039;
}
#mainContent {
    clear: both;
    font-size: 12px;
    font-family: Verdana;
    width: 500px;
}

