<!--
a:link {
	color: #367BBA;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #367BBA;
}
a:hover {
	text-decoration: none;
	color: #367BBA;
}
a:active {
	text-decoration: underline;
	color: #367BBA;
}
body {
	text-align: center;
	min-width: 628px;
	background: #fff url(images/background.jpg) repeat-y 50% 0;
	margin: 0;
	padding: 0;
}
#wrapper {
	margin: 0 auto;
	width: 628px;
	text-align: left;
}
#mainContainer {
width: 628px;
position: relative;
min-height: 800px;
}
#mainContainer img {
border: none;
}
#header {
width: 628px;
height: 75px;
background: url(images/gradient.jpg);
background-position: right;
background-repeat: no-repeat;
}
#mainImage {
width: 628px;
height: 189px;
}
#nav {
width: 628px;
height: 40px;
background: url(images/nav_bar.jpg);
background-position: right;
background-repeat: no-repeat;
}
#dropShadow {
width: 628px;
height: 10px;
background: url(images/drop_shadow.jpg);
background-repeat: no-repeat;
}
.breadCrumbs {
width: 180px;
position: relative;
float: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666;
text-align: center;
line-height: 14px;
}
.breadCrumbs p {
margin-top: 18px;
}
.mainCopy {
width: 445px;
position: relative;
float: right;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
text-align: justify;
line-height: 18px;
}
.mainCopy p {
padding-right: 30px;
margin-top: 18px;
}
.mainCopy h3 {
font-size: 10px;
color: #1D558D;
font-weight: bold;
}
.heading {
font-weight: bold;
}
.subHeading {
text-decoration: underline;
}
.bold {
font-weight: bold;
}
.footer {
color: #999898;
padding-top:200px;
padding-bottom: 25px;
}
.180 {
background: url(images/180_bg.jpg);
width: 200px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666;
border: 1px;
border-thickness: 1px;
border-style: solid;
border-color: #666;
margin-bottom: 16px;
padding-left: 2px;
padding-right: 2px;
}
.textBox {
background: url(images/textbox_bg.jpg);
width: 405px;
background-position: bottom;
background-repeat: repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666;
border: 1px;
border-thickness: 1px;
border-style: solid;
border-color: #666;
margin-bottom: 16px;
padding-left: 2px;
padding-right: 2px;
padding-top: 2px;
}
.submitButton {
background: url(images/submit_bg.jpg);
background-position: bottom;
background-repeat: repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666;
border: 1px;
border-thickness: 1px;
border-style: solid;
border-color: #666;
margin-bottom: 16px;
}
.address {
float: right; 
vertical-align: top;
line-height: 14px;
padding-bottom: 5px;
padding-right: 5px;
}
ul {
	padding-right: 30px;
	padding-bottom: 10px;
}
-->