@charset "UTF-8";
body  {
	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: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #454575;
}
.twoColFixLtHdr #container {
	width: 850px; /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	list-style-type: square;
	background-image: url(images/all_pages/background850w.jpg);
}

.twoColFixLtHdr #container_articles {
	width: 850px; /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	list-style-type: square;
	background-image: url(images/info_articles/background850w_articles.jpg);
}
.twoColFixLtHdr #containerblk {
	width: 850px; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #21204c;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	list-style-type: square;
	background-color: #d7d8e4;
	background-repeat: repeat-y;
	background-image: url(images/splash/splash_background850w.jpg);
} 
.twoColFixLtHdr #containergray {
	width: 850px; /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	list-style-type: square;
	background-image: url(images/all_pages/background850w_gray.jpg);
}
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-bottom: 0;
	clear: both;
	background-image: url(images/basic_images/header_gradient.jpg);
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.twoColFixLtHdr #header_black {
	padding-top: 0;
	padding-bottom: 0;
	clear: both;
	background-image: url(images/basic_images/header_gradient.jpg);
} 
ul.MenuBarHorizontal   ul {
	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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	color: #9092f4;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 100%;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 p{
	color: #9092f4;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 100%;
	text-decoration: none;
}

.twoColFixLtHdr #sidebar1 p a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #b5b6cb;
	text-decoration: none
}
.twoColFixLtHdr #sidebar1 p a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #b5b6cb;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 p a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #999999
}
.twoColFixLtHdr #sidebar1 p a:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #999999
}

.twoColFixLtHdr #sidebar1_black {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	color: #9092f4;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 100%;
	text-decoration: none;
}

.twoColFixLtHdr #sidebar1_black p a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #b5b6cb;
	text-decoration: none
}
.twoColFixLtHdr #sidebar1_black p a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #999999
}
.twoColFixLtHdr #sidebar1_black p a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #999999
}
.twoColFixLtHdr #sidebar1_black p a:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #999999
}
	
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent ul{ 
	display: block;
	list-style-type: square;
	list-style-position: outside;
	list-style-image: url(images/all_pages/blue_bullet4px.gif);
}
.twoColFixLtHdr #mainContent li {
	display: list-item;
	list-style-position: outside;
}
.twoColFixLtHdr #mainContent_whitebkgrnd {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #ffffff;
}
.twoColFixLtHdr #mainContent_whitebkgrnd p{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: 200;
	list-style-type: circle;
}
.twoColFixLtHdr #mainContent_whitebkgrnd ul{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: 200;
	list-style-type: circle;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	border-top-width: 2px;
	border-top-style: double;
	border-top-color: #666699;
	background-color: #454575;
} 
.twoColFixLtHdr #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 */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 200;
	font-size: 80%;
	text-decoration: none;
	font-color: #000000;
}
.twoColFixLtHdr #footer p a:link {
	color: #b5b6cb;
	text-decoration: none
}
.twoColFixLtHdr #footer p a:visited {
	color: #999999;
	text-decoration: none;
}
.twoColFixLtHdr #footer p a:hover {
	color: #999999;
	text-decoration: none;
}
.twoColFixLtHdr #footer p a:active {
	color: #999999;
	text-decoration: none
}
.contact_credit {
	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 */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 200;
	font-size: 80%;
	text-decoration: none;
	font-color: #000000;
}
.contact_credit a:link {
	color: #b5b6cb;
	text-decoration: none
}
.contact_credit a:visited {
	color: #999999;
	text-decoration: none;
}
.contact_credit a:hover {
	color: #999999;
	text-decoration: none;
}
.contact_creditr a:active {
	color: #999999;
	text-decoration: none
}
.center_text_field {
	width: 550px;
	padding-left: 150px;
}
.menu_floatcenter {
	padding-right: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-left: 1px;
	list-style-type: none;
}
.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;
}
.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;
}
.inside_purple_field
{
	padding-right: 75px;
	padding-left: 75px;
}
.image_border {
	border: 4px solid #34334f;
}
.image_border_right {
	border: 4px solid #34334f;
	float: right;
	margin-left: 10px;
}
.minilinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: 200;
	color: #999999;
	text-decoration: none;
	text-align: center;
}
.minilinks a:link {
	color: #b5b6cb;
	text-decoration: none;
	}
.minilinks a:visited {
	color: #999999;
	text-decoration: none;
	}
.minilinks a:hover {
	color: #999999;
	text-decoration: none;
	}
.minilinks a:active {
	color: #999999;
	text-decoration: none;
	}
.small_type {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: 200;
	color: #999999;
	text-decoration: none;
}
.tabs_center {
	background-color: 232249;
	background-position: center;
	padding-left: 30px;
	padding-right: 30px;
}
.small_images {
	border: 2px solid #000000;
	}
.small_images_rt {
	border: 2px solid #000000;
	float: right;
}

.small_images_left {
	border: 2px solid #000000;
	float: left;
}
.small_pics_container {
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 5px;
	z-index: 2000;
}
.style1 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: 300;
	width: 266px;
	margin-right: 5px;
	margin-left: 10px;
	}

.textunder_small_pics {
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
	z-index: 2000;
	margin-top: 15px;
	clear: both;
	overflow: visible;
	visibility: inherit;
	width: 255px;
}
.center_table {
	padding-left: 175px;
}
.table_onwhite {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: 200;
}

.small_imagemiddle {
	padding-right: 10px;
	padding-left: 10px;
}
.small_type {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: 200;
	color: #000000;
	text-decoration: none;
	line-height: 1em;
	height: auto;
	width: 255px;
	text-align: center;
	margin: 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.small_type_rt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: 200;
	color: #000000;
	text-decoration: none;
	line-height: 1em;
	height: auto;
	width: 45px;
	padding-top: 10px;
	padding-right: 5px;
}
.img_floatleft {
	marging-right: 10px;
	margin-bottom: 10px;
	float: left;
	border: 2px solid #000000;
	margin-right: 10px;
}
.img_floatright {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-topm: 10px;
	float: left;
	border: 2px solid #000000;
}
.splash_videocontainer {
	background-color: d7d8e4;
	width: 846px;
	visibility: visible;
	z-index: 1000;
	background-image: url(images/splash/div_background850w.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #333399;
	border-bottom-color: #333399;
}
.video_border {
	border: 4px solid #21204c;
}
#albumlist {
list-style-type: none;
}
#albumlist li {
float: left;
margin-right: 6px;
margin-bottom: 10px;
}
#albumlist img {
	display: block;
}
#albumlist img_rt {
	display: block;
}
.center_maincontent {
	background-color: #b4b5cd;
	height: auto;
	width: auto;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #FFFFFF;
	list-style-position: inside;
	list-style-type: square;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: 400;
	color: #FFFFFF;
}
.center_maincontent_100pxhigh {
	background-color: #777886;
	padding: 10px;
	height: auto;
	width: auto;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #FFFFFF;
}
.center_maincontent_faq {
	background-color: #b4b5cd;
	padding: 10px;
	height: auto;
	width: auto;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #FFFFFF;
	font-size: 100%;
	list-style-position: inside;
}
.center_maincontent_faq p {
	font-size: 90%;
}
.indexpage_borders {
	border: 1px solid #666666;
	padding: 17px;
	margin-top: -15px;
}
.img_purpleborder_2px {
	border: 2px solid #34334f;
}
.td_bkground {
	background-image: url(images/all_pages/tablecell_bkground.jpg);
}
.purple_field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: 200;
	color: #ffffff;
	background-color: #b4b5cd;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
/* iframes styles below */
.iframes {
	background-color: #d6d6e3;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	text-decoration: none;
	font-weight: 300;
	padding: 7px;
	text-align: left;
}
/* font styles below */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: 300;
	color: #333333;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: square;
}
.p_indent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: 300;
	color: #333333;
	text-decoration: none;
	margin-right: 20px;
	margin-left: 20px;
}
.splash_h1 {s
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: 300;
	color: #000000;
	background-color: #b3b2c4;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 10px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: 500;
	color: #000000;
	background-color: #9e9fb0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 10px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: 500;
	color: #000000;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: 400;
	color: #ffffff;
	background-color: #6c6ea0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 10px;
}
/* h4 is for article headlines */
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: 600;
	color: #27024a;
	text-decoration: none;
	margin-bottom: 0px;
}
/* h5 is for sub-headlines */
h5 {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: 200;
	color: #111111;
	margin-top: 0px;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: 200;
	color: #ffffff;
	padding: 0px;
	line-height: 1em;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
a:link {
	color: #221e61;
	text-decoration: none
}
a:visited {
	color: #000033;
	text-decoration: none;
}
a:hover {
	color: #a3a5f8;
	text-decoration: none;
}
a:active {
	color: #a3a5f8;
	text-decoration: none
}
.splash_rectangles_bkgrnd {
	background-image: url(images/splash/splash_gradientbox.jpg);
	height: 125px;
	width: 255px;
	background-repeat: no-repeat;
}
.three_boxessplash_container {
	float: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	width: 110px;
}
.on_black a:link {
	color: #988cf2;
	text-decoration: none
}
.on_black a:visited {
	color: #988cf2;
	text-decoration: none;
}
.on_black a:hover {
	color: #999999;
	text-decoration: none;
}
.on_black a:active {
	color: #999999;
	text-decoration: none
}
