@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#divWrapper {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#divTopNav {
	padding: 0px;
	height: 33px;
	width: 721px;
	background-image: url('../images/TopNav.gif');
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	background-repeat: no-repeat;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#divTopNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#divTopNav li {
	display: block;
	width: 144px;
	padding-top: 5px;
	text-align: center;
	float: left;
}
#divTopNav a {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
#divTopNav a:hover {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: underline;
}
#divTopBranding {
	padding: 0px;
	float: left;
	height: 169px;
	width: 721px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#divSideNav {
	width: 125px;
	float: left;
	line-height: 15px;
	margin-right: 12px;
}



#divSideNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#divSideNav li {
	display: block;
	width: 125px;
	padding-top: 7px;
	text-align: center;
	height: 43px;
	background-image: url('../images/SideNavBG.gif');
	background-repeat: no-repeat;
	background-position: left top;
}
#divSideNav a {
	color: #000000;
	text-decoration: none;
	font-size: 13px;
}
#divSideNav a:hover {
	color: #006600;
	text-decoration: none;
	font-size: 13px;
}
#divContent {
	float: left;
	width: 583px;
	margin: 0px;
	padding: 0px;
}
#divContent a {
	color: #4f63ae;
	text-decoration: underline;
}
#divContent a:hover {
	color: #4f63ae;
	text-decoration: none;
}


#divFooter {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 35px;
	font-size: 10px;
	font-weight: normal;
}
#divFooter a {
	color: #000000;
	text-decoration: none;
}
#divFooter a:hover {
	color: #000000;
	text-decoration: underline;
}





.clear {
	clear: both;
}
p {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 24px;
	color: #3d61ad;
	font-weight: normal;
	margin: 0px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
}
h3 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
}

#tblContact .td
{
  white-space: nowrap;
}

.modalBackground
{
	background-color: Black; 
	opacity: .50; 
	filter: alpha(opacity=50); 
}

.Popup
{
  border: 1px solid #000000;
  background-color: #FFFFFF;
}

.Popup .PopupHeader
{
  background-color: #000000; 
  padding: 5px; 
  border-bottom: 1px solid #000000;
}

.Popup .PopupHeader td
{
  color: #FFFFFF; 
  font-weight: bold;
}
.Popup .PopupBody
{
  background-color: #FFFFFF; 
  padding-top: 10px; 
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
