/* Undo some of the default styling of common (X)HTML browsers */
/* Based on code from Yahoo! Inc.'s reset.css (BSD) and Tantek Celik's undohtml.css (Creative Commons Attribution 2.0) */
html, body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {margin: 0; padding: 0;}
fieldset, img {border: 0;}
address, abbr, caption, cite, code, dfn, th, var {font-style: normal; font-weight: normal;}
ol, ul {list-style: none;}
caption, th {text-align: left;}
h1, h2, h3, h4, h5, h6 {font-size: 100%; font-style: normal; font-weight: normal;}
q:before, q:after {content: '';}


body {
	background-color: #c0c0c0;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	width: 1024px;
	padding: 1px;
	margin: auto;
}
#TopNav a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 5px;
	margin-left: 5px;
}

#Header {
	background-image: url(../images/Header.jpg);
	height: 143px;
	background-repeat: no-repeat;
}
#TopNav {
	background-image: url(../images/TopNavBg.jpg);
	background-repeat: no-repeat;
	height: 32px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}
#TopNav #Container {
	padding-right: 85px;
	padding-top: 9px;
}
#MainPageArea #LeftNav {
	width: 210px;
	float: left;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
#MainPageArea #LeftNav ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}
#MainPageArea #Content #Container {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #201d6d;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#TopNav a:hover {
	text-decoration: underline;
}
#Footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#Footer a:hover {
	text-decoration: underline;
}



#MainPageArea #LeftNav li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#MainPageArea #LeftNav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
}
#MainPageArea #LeftNav a:hover {
	background-color: #ea1d22;
}


#MainPageArea #Content #Container p {
	padding-top: 7px;
	padding-bottom: 7px;
}

#MainPageArea #Content {
	float: left;
	width: 814px;
	line-height: 18px;
}
#Header h1 {
	display: none;
}

#AddressBar {
	background-image: url(../images/AddressBar.jpg);
	height: 26px;
}
#Footer {
	color: #FFFFFF;
	background-image: url(../images/FooterBg.jpg);
	background-repeat: no-repeat;
	height: 70px;
	font-size: 11px;
	text-align: center;
}
#Footer #Container {
	padding-top: 10px;
}


#MainPageArea {
	background-image: url(../images/PageBg.jpg);
	background-repeat: repeat-y;
}
.ClearBoth {
	clear: both;
}
#MainPageArea #Content ul {
	list-style-type: disc;
	margin-left: 40px;
}

#flashContent{
	width:640px;
	height: 300px;
	margin: 0 auto;
	border:1px solid #ccc;
}

#contactCheckBox p{
	margin:0px;
	padding:0px;
}
