﻿body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #2C3796;
	link: #9D0000;
	alink:  #9D0000;
	vlink:  #9D0000;
	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;
}

h1 {
	color: #9D0000;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
}
h2 {
	color: #9D0000;
	font-size: 16pt;
	font-weight:bold;
	text-align:left;
}
h3 {
	color: #9D0000;
	font-size: 12pt;
	font-weight:bold;
	text-align: center;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.linkbar { 
	padding: 5px 10px 5px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
  background-color: #9D0000;
	font-size: small;
	font-weight: bold;
	text-align:center;
	color: white;
}
a.linkbar:link, a.linkbar:hover, a.linkbar:active, a.linkbar:visited {color: white; text-decoration:none;}

.newsletter_heading {
	background-color: #9D0000; 
	vertical-align: middle; 
	text-align: left; 
	padding: 5px 10px 5px 25px; 
	font-size: 16pt; 
	font-weight: bold; 
  font-family: 'Times New Roman', Times, serif; 
	color: white;">
}
.newsletter_main {
	color: black; 
	font-weight: normal; 
	font-size: small;
	float: right;
	width: 600px;
	padding-top: 10px;
	padding-right:10px;
}
.newsletter_sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; 
	padding: 30px 10px 10px 10px;
	background-color: white;
}
.newsletter_sidebar_quote {
	float: left; /* since this element is floated, a width must be given */
	width: 135px; 
	padding: 10px 5px 10px 10px;
	background-color: white;
	font-family: "Comic Sans MS", cursive;
	color: #2C3796;
}
.newsletter_title {
	vertical-align: middle;
  color: #2C3796;
	font-weight: bold; 
	font-size: large;">
}
.sidebar1_image {
	width: 200px;
	text-align: center;
	padding: 20px 0 0 0;
}
.text_line
{
clear:both;
margin-bottom:2px;
}
.thumbnail 
{
	float:left;
	margin:15px;
	text-align: center;
}

#black_text {
	color: #000000;
}
#box_highlight {
	width: 400px;
	height: auto;
	background-color: #E6E6E6;
	border-color: #2C3796;
	border-width: medium;
	border-style: solid;
	margin: 10px auto;
	padding: 10px;
}

/* no longer used */
#button_newsletter_signup {
	background-color: #9D0000;
	margin: 40px 0px 10px 0px;
	padding: 5px;
	text-align: center;
	font-weight:bold;
	color:#FFFFFF;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	vertical-align: middle;
} 
#footer { 
	padding: 5px 10px 5px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #D09B2C; 
	font-size:60%;
	text-align:center;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#header {
	/* padding: 10px 10px 10px 10px; */ /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFF;
	vertical-align: middle;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header_image {
	float:left;
	width: 240px;
	height: 180px;
}
#header_image2 {
	float: right;
	width: 240px;
	height: 180px;
}
#header_middle {
	float:left;
	width: 300px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 0 0;
}
#header_middle p {
	font-family: Verdana, Geneva, sans-serif;
	color: #2C3796;
	font-size: 110%;
	padding: 10px 0 0 0;
}
#header_sidebar {
	float:right;
	width: 300px;
	padding-top: 60px;
}
#header_sidebar p {
  padding: 30px 10px 10px 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #2C3796;
	font-size: 135%;
	text-align: center;
}
#header_sidebar_quote {
	font-size: 14px;
	font-family: "Comic Sans MS", cursive;
	padding: 10px;
	color: #9D0000;
}

#logo {
	padding-left:50px;
	width: auto;
	height: auto;
}
#mainContent { 
	margin: 0 220px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 80%;
} 
#mainContent_noside {
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 25px 10px 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 80%;
}
#newsletter_container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	vertical-align: middle;
} 

#quote {
	font-family: "Comic Sans MS", cursive;
	color: #9D0000;
	text-align: center;
	font-size: 110%;
}

a.menu_subheader:link {color: #9D0000}
a.menu_subheader:visited {color: #9D0000}
a.menu_subheader:hover {color: #9D0000}
a.menu_subheader:active {color: #9D0000}
a.menu_subheader {text-decoration: none}

#menu_subheader {
	color:#9D0000;
	text-align: center;
	text-decoration: overline;
	position:relative;
	top: -10px;
	text-decoration: none;
}

/*
	a:link {color: #9D0000}
	a: visited {color: #9D0000}
	a: hover {color: #9D0000}
	a: active {color: #9D0000}
	*/
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 10px 10px 10px;
	background-color: #D09B2C;
}
.sidebar1_image {
	width: 200px;
	text-align: center;
	padding: 20px 0 0 0;
}
#video_update {
	background-color: white;
	width: 170px;
	border: thick #2C3796 double;
	padding: 0px 10px 10px 10px;
	font-size: 80%;
	vertical-align: top;
	margin-top: 20px;
}
#video_update_list {
	margin: 0px 10px 5px 0px;
}
#video_update_title {
	color: #9D0000;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	border-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 5px;
	vertical-align:top;
	height: 14pt;
}

/*-------------------------------------------------------------------------------------------------*/
/* Navigation bar */
ul.navbar
{
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
}
li.navbar
{
float:left;
}
a:link.navbar,a:visited.navbar
{
display:block;
width:122px;
font-weight:bold;
color:#FFFFFF;
background-color:#98bf21;
text-align:center;
padding:4px;
text-decoration:none;
text-transform:uppercase;
}
a:hover.navbar,a:active.navbar
{
background-color:#7A991A;
}
li.navbar_fill
{
 float:left;
}
a:link.navbar_fill, a:visited.navbar_fill, a:hover.navbar_fill, a:active.nabvar_fill
{
	display:block;
	width:10px;
	background-color:#F00;
}


/*----------------------------------------------------------------------------------------------------------*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/* These particular button files from http://www.dynamicdrive.com/style/csslibrary/item/bold_css_buttons/  */

a.boldbuttons{
background: transparent url('images/roundedge-red-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;
}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white; /*button text color*/
}

a.boldbuttons span{
background: transparent url('images/roundedge-red-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons{ /* Hover state CSS */
text-decoration: underline;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

/* end of button files */

[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 220px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#sidebar1 { padding-top: 30px; }
#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>

.boxstyle {
	border: 0px;
	background-color: #D8CFB4; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #2C3796;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}

.centeredcopyright {
	font-size: xx-small;
	text-align: center;
}

.centeredlogotextlarge {
	font-family: Impact;
	color: #2C3796;
	font-size: 40pt;
	text-align: center;
	vertical-align:middle;
}

.centeredlogotextmed {
	font-family: Impact;
	color: #2C3796;
	font-size: 35pt;
	text-align: center;
}



.hangindentanswer {
	margin-left:0.23in;
	text-indent:-0.23in;
}

.hangindentcontinue {
	margin-left:0.23in;
}

.hangindentquestion {
	margin-left:0.23in;
	text-indent:-0.23in;
	font-weight:bold;
}

.mediumtitle {
	color: #9D0000;
	font-size: 12pt;
	text-align: center;
	height:18pt;
}
 
.noborder {
	border-width: 0px;
}

.scriptstyle {
	color: #2C3796;
	font-size: 16pt;
	font-family: "Monotype Corsiva" ;
}

.scriptstylelarger {
	color: #000080;
	font-size: 20pt;
	font-family: "Monotype Corsiva" ;
}

.selectedmenuitem {
	border: 1px solid #FFFFFF;
	color: #2C3796;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #D8CFB4;
	font-size: 12pt;
}

.unselectedmenuitem {
	border: 1px solid #FFFFFF;
	color: #9D0000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #D8CFB4;
	font-size: 12pt;
}

</style>
