body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #D8D9E2;
	background-image: url(grfx/bkg.gif);
	background-repeat: repeat;
}

p {
	padding: 0px;
	margin: 0px;
}
a.videolink:link {
	color: #406C9F;
	text-decoration: none;
}
a.videolink:visited {
	color: #406C9F;
	text-decoration: none;
}
a.videolink:hover {
	color: #406C9F;
	text-decoration: underline;
}
a.footerlinks:link {
	font-size: 11px;
	color: #999;
	text-decoration: none;
}
a.footerlinks:visited {
	font-size: 11px;
	color: #999;
	text-decoration: none;
}
a.footerlinks:hover {
	font-size: 11px;
	color: #999;
	text-decoration: underline;
}
a.warninglinks:link {
	color: #9F0000;
	text-decoration: none;
}
a.warninglinks:visited {
	color: #9F0000;
	text-decoration: none;
}
a.warninglinks:hover {
	color: #9F0000;
	text-decoration: underline;
}



.name_highlight {
	color: #2B4C75;
}
.bold_highlight_text {
	font-weight: bold;
	color: #2B4B72;
}
.sub_header {
	font-size: 18px;
	font-weight: bold;
	color: #406C9F;
}
.contact_headers {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.secondary_subheaders {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}



#container {
	text-align: left;
}
#top_container {
	background-image: url(grfx/top_bkg.jpg);
	background-repeat: repeat-x;
}
#bottom_nav {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#top_nav {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#content_container {
	background-color: #FFF;
	background-image: url(grfx/content_bkg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#content_holder {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#clear_float {
	clear: both;
}
#home_content_right {
	float: right;
	width: 269px;
	margin-right: 24px;
	margin-top: 20px;
}

#home_content_left {
	float: left;
	width: 666px;
	margin-left: 24px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#home_stories_banner {
	width: 666px;
}
#home_page_title {
	margin-top: 20px;
	margin-bottom: 10px;
}
#home_video_banner {
	margin-top: 20px;
	margin-bottom: 16px;
}
#home_newsletter_banner {
	margin-top: 14px;
	margin-bottom: 10px;
	background-image: url(grfx/newsletter_banner_bkg.jpg);
	background-repeat: no-repeat;
	height: 81px;
}

#home_newsletter_form_box {
	height: 25px;
	margin-left: 10px;
	margin-right: 9px;
	padding-top: 50px;
}
#bio {
	margin-bottom: 16px;
	background-color: #E4EAF8;
	padding: 4px;
}
#signup {
	background-color: #2B4C75;
	color: #FFF;
	font-weight: bold;
	border: 1px solid #000;
	outline:none
}
#footer {
	background-image: url(grfx/footer2.jpg);
	background-repeat: no-repeat;
	height: 88px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-position: center;
}
#footer_subcontainer {
	background-image: url(grfx/footer2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#footer_container {
	background-image: url(grfx/footer_kg.jpg);
	background-repeat: repeat-x;
}

#tags {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	text-align: center;
	position: relative;
	padding-top: 72px;
}
#tags ul {
	margin: 0px;
	padding: 0px;
}
#tags ul li {
	list-style-image: none;
	list-style-type: none;
	display: inline;
	padding-right: 14px;
	padding-left: 14px;
}
#sub_footer {
	background-image: url(grfx/sub_footer.jpg);
	background-repeat: no-repeat;
	height: 88px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-position: center;
}
#home_calendar_banner a {
	outline: none;
}
#home_video_banner a {
	outline: none;
}
#contact_form {
	border: 1px solid #999;
}
#contact_form tr td{
	border: 1px solid #CCC;
}
.divStyle {
	background-color: #FBB;
	font-weight: normal;
	padding: 4px;
	height: 50px;
}
#warning_icon {
	margin-right: 10px;
}


.bio_text {
	font-size: 10px;
}
