body {
	margin: 0; padding: 0;
	font-family: Verdana, Arial, sans-serif;
	background: #d5dde0;
}

a {	text-decoration: none; }
a:link		{ color: #39c; }
a:visited	{ color: #069; }
a:active	{ color: #74d8f7; }
a:hover		{ color: #74d8f7; }

img { border: 0; }

#container {
	margin: 0 auto;
}

#content {
	padding: 10px 0 0 0;
	background: #fff;
}

#qaButton {
	height: 52px;
}
#qaButton a {
	float: right;
	width: 268px;
	display: block;
	height: 52px;
	background: url("images/why_rollover.jpg") no-repeat 0 0;
}
#qaButton a:hover { 
	background-position: 0 -52;
}

#topNav {
	height: 52px;
	padding-right: 25px;
	background: url("images/bg_home_topnav.jpg") no-repeat bottom left;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	color: #555555;
}
#topNav a			{ margin: 0 5px; }
#topNav a:link		{ color: #fff; }
#topNav a:visited	{ color: #ccc; }
#topNav a:active	{ color: #74d8f7; }
#topNav a:hover		{ color: #74d8f7; }


#flashHeader {
	margin: 0 0 30px 0;
	width: 949px;
	border-bottom: 10px solid #383838;
}

#sectionNav  {
	height: 85px;
	color: #fff;
	background: url("images/bg_section.jpg") no-repeat 0 0;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
}
#sectionNav a			{ margin: 0 5px; white-space: nowrap; }
#sectionNav a:link		{ color: #fff; }
#sectionNav a:visited	{ color: #999; }
#sectionNav a:active	{ color: #74d8f7; }
#sectionNav a:hover		{ color: #74d8f7; }

#bigButtons {
	margin: 0 auto 30px auto;
}

.baButton a {
	display: block;
	width: 254px;
	height: 56px;
	background: url("images/home_baRollover.jpg") no-repeat 0 0;
}
.baButton a:hover { 
	background-position: 0 -56px;
}
.ieButton a {
	display: block;
	width: 254px;
	height: 56px;
	background: url("images/home_ieRollover.jpg") no-repeat 0 0;
}
.ieButton a:hover { 
	background-position: 0 -56px;
}
.govButton a {
	display: block;
	width: 254px;
	height: 56px;
	background: url("images/home_govRollover.jpg") no-repeat 0 0;
}
.govButton a:hover { 
	background-position: 0 -56px;
}

#pageContent {
	width: 895px;
	padding: 0 30px 20px 30px;
	background: url("images/bg_inner2.jpg") repeat-y 0 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.5;
	text-align: justify;
}
#pageContent p {
	margin: 0 0 20px 10px;
}
#pageContent td {
	font-size: 12px;
	line-height: 2;
}
#pageContent .intro {
	font-size: 16px;
	line-height: 1.5;
	color: #666;
	margin: 0 0 25px 10px;
}
#pageContent h1 {
	margin: 0 0 10px 0;
	font-size: 19px;
	font-weight: bold;
	color: #326eaa;
}
#pageContent h2 {
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	color: #039;
}
#pageContent img {
	float: right;
	border: 0px solid #333;
	margin: 5px 0 15px 30px;
}
#pageContent .events img {
	float: clear;
	border: 0;
	margin: 0 0 5px 0;
}

.subNavHome {
	padding: 10px;
	width: 288px;
	color: #fff;
	background: #383838;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
}
.subNavHome p {
	font-size: 12px;
	margin: 0 0 0 25px;
}
.subNavHome ul {
	margin-bottom: 0;
}
.lCol {	border-right: 1px solid #000; }
.cCol { border-left: 1px solid #666;
		border-right: 1px solid #000; }
.rCol { border-left: 1px solid #666; }

.subNavHome a			{  }
.subNavHome a:link		{ color: #fff; }
.subNavHome a:visited	{ color: #ccc; }
.subNavHome a:active	{ color: #74d8f7; }
.subNavHome a:hover		{ color: #74d8f7; }

.subNav {
	padding: 10px;
	width: 288px;
	color: #2f2f2f;
	background: #fff;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
}
.subNav p {
	font-size: 12px;
	margin: 0 0 0 25px;
}
.subNav ul {
	margin-bottom: 0;
}

.subNav a			{  }
.subNav a:link		{ color: #2f2f2f; }
.subNav a:visited	{ color: #666; }
.subNav a:active	{ color: #74d8f7; }
.subNav a:hover		{ color: #74d8f7; }

#footer {
	color: #ccc;
	margin: 35px 0;
	font-size: 12px;
	text-align: center;
}
#footer a			{ margin: 0 10px; }
#footer a:link		{ color: #2f2f2f; }
#footer a:visited	{ color: #666; }
#footer a:active	{ color: #74d8f7; }
#footer a:hover		{ color: #74d8f7; }

textarea {
	resize:none;
}