html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 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-image: url(../images/SiteBg.jpg);
	background-repeat: repeat-x;
	background-color: #05161f;
	margin: 0px;
	color: #505050;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#Content #Container p {
	padding-top: 5px;
	padding-bottom: 5px;
}
#Wrapper #AddressBar {
	background-image: url(../images/AddressBar.png);
	height: 61px;
	width: 796px;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
}
#AddressBar #name {
	width: 250px;
	float: left;
	text-align: center;
	margin-left: 30px;
	padding-top: 12px;
}
#AddressBar #address {
	float: left;
	width: 300px;
	text-align: center;
	padding-top: 12px;
}
#AddressBar #phone {
	float: left;
	width: 175px;
	text-align: center;
	padding-top: 12px;
}



#Wrapper {
	width: 796px;
	margin-right: auto;
	margin-left: auto;
}
#Header {
	background-image: url(../images/Header.png);
	background-repeat: no-repeat;
	height: 187px;
}

.ClearRight {
	clear: right;
}
#Background {
	background-image: url(../images/ContentBg.png);
	background-repeat: repeat-y;
}
#Content #Container {
	padding-right: 35px;
	padding-left: 35px;
	padding-top: 10px;
	padding-bottom: 15px;
}
.DividerLine {
	background-color: #c7c7c7;
	height: 1px;
}

#Content #Container .ImageBorder {
	margin: 3px;
	padding: 3px;
	border: 1px solid #334050;
}
#Content #Container h2 {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #203b56;
	padding-top: 3px;
}
#Content #Container h2 a{
	color: #203b56;
	text-decoration:none;
}
#Content #Container h2 a:hover{
	text-decoration:underline;
}
#Content #Container h1 {
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	color: #203b56;
	padding-bottom: 10px;
	padding-top: 10px;
}

#Nav {
	padding-right: 21px;
	padding-left: 21px;
}
#Footer {
	color: #FFF;
	text-align: center;
	margin-bottom: 25px;
}
#Footer a {
	color: #FFF;
	text-decoration: none;
	padding-right: 7px;
	padding-left: 7px;
}
#Footer a:hover {
	text-decoration: underline;
}
#Content #Container ul {
	margin-left: 30px;
	list-style-type: disc;
	margin-top: 5px;
	margin-bottom: 5px;
}
#Content #Container ul li {
	margin-top: 2px;
	margin-bottom: 2px;
}

#Header #FlashArea {
	padding-top: 35px;
	float: right;
	padding-right: 28px;
}

