body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#Header {
	background-image: url(../images/Header.jpg);
	width: 755px;
	height: 205px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#Header h1 {
	display: none;
}
#Header #TopNav .Container {
	padding-top: 8px;
	text-align: right;
}
#Header #TopNav a {
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	width: 100px;
	color: #1f2157;
}
#PageContent {
	background-image: url(../images/ContentBg.jpg);
	background-repeat: repeat-y;
	width: 755px;
	margin-right: auto;
	margin-left: auto;
}
.ClearBoth {
	clear: both;
}

#PageContent #LeftNav {
	width: 146px;
	color: #FFFFFF;
	float: left;
}
#PageContent #LeftNav .Container {
	padding-right: 3px;
	padding-left: 6px;
	padding-bottom: 10px;
}
#PageContent #LeftNav .Container p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#PageContent #LeftNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#PageContent #LeftNav li {
	margin-top: 3px;
	margin-bottom: 3px;
}
#PageContent #LeftNav a {
	color: #FFFFFF;
	text-decoration: none;
}
#PageContent #LeftNav a:hover {
	color: #1f2157;
}
#PageContent #Content {
	width: 609px;
	float: left;
}
#PageContent #Content .Container {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
}
#PageContent #Content  h1 {
	font-size: 12px;
	font-weight: bold;
	color: #1f2157;
	margin-top: 0px;
}


#Footer {
	clear: both;
	width: 755px;
	margin-right: auto;
	margin-left: auto;
}
#LearnMoreLeft {
	float: left;
	width: 275px;
	margin-right: 10px;
	border: 1px solid #202157;
}
#LearnMoreLeft #Container {
	padding: 10px;
	border: 1px solid #202157;
	margin: 15px;
}
#LearnMoreRight p {
	margin-top: 0px;
	margin-bottom: 15px;
}
#LearnMoreLeft #Container ul li {
	padding-bottom: 10px;
	line-height: 22px;
}

#LearnMoreRight {
	float: left;
	width: 275px;
	text-align: center;
}
#LearnMoreRight a {
	color:#666666;
	text-decoration:none;
}
#LearnMoreRight a:hover {
	text-decoration:underline;
}
#ContactLeft {
	float: left;
	width: 285px;
	margin-right: 10px;
}
#ContactLeft .TextField{
	border:1px solid #000;
	width: 280px;
}
#ContactRight #Container {
	padding: 10px;
}
#ContactRight p {
	margin-top: 0px;
	margin-bottom: 15px;
}
#ContactRight #Container ul {
	margin-left:20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#ContactRight #Container blockquote {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}

#ContactRight #Container ul li {
	padding-bottom: 10px;
}
#ContactRight {
	float: left;
	width: 275px;
	border: 1px solid #202157;
}
