@charset "utf-8";
/* CSS Document */
a img { border: none; }

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #69F;
}
.oneColFixCtrHdr #container {
	width: 800px;
	text-align: center;
	padding: 0px;
	background-color: #FFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	font-style: italic;
	color: #FFF;
	background-color: #081D2B;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	vertical-align: bottom;
	background-repeat: no-repeat;
	width: 800px;
	line-height: 20px;
	background-image: url(images/ins_page_banner.gif);
	text-align: right;
	text-indent: 20px;
}
.oneColFixCtrHdr #header h5{
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	vertical-align: bottom;
	text-align: center;
	font-size: 100%;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.oneColFixCtrHdr #sponsors {
	width: 800px;
	height: 30px;
	background-color: #FFF;
	vertical-align: middle;
	padding-bottom: 10px;
}

.oneColFixCtrHdr #mainContent {
	background-color: #FFF;
	background-image: url(images/home2_bg.jpg);
	text-align: left;
	vertical-align: top;
	font-style: italic;
	color: #C00;
	font-size: x-small;
	width: 800px;
	height: 450px;
	padding: 0;
}

.oneColFixCtrHdr #footer {
	text-align: center;
	background-repeat: no-repeat;
	background-color: #F0F0F0;
	width: 100%;
	padding: 0;
	vertical-align: middle;
	background-image: url(images/home_footer_bg_trimmed.gif);
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 60%;
	color: #FFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	width: 100%;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
#videolinks a:link {
	color:#C00;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	font-style: normal;
	text-align: center;
}
#videolinks a:visited {
	color:#C00;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	font-style: normal;
	text-align: center;
}
#videolinks a:hover {
	color:#C00;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	font-style: normal;
	text-align: center;
}
#videolinks a:active {
	color:#C00;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	font-style: normal;

#navlinks a:link {
	color:#003;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 85%;
	font-style: italic;
}

#navlinks a:link {
	color:#003;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 85%;
	font-style: italic;
}
#navlinks a:visited {
	color:#003;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 85%;
	font-style: italic;
}
#navlinks a:hover {
	color:#C00;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 85%;
	font-style: italic;
}
#navlinks a:active {
	color:#C00;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 85%;
	font-style: italic;
}
