﻿body 
{
	font-family:Arial, Verdana, Trebuchet MS, Sans-Serif;
	font-size:13px;
	/*background-color:#E7F1FD;*/
	margin-top:0px;
		background-image:url(../Images/img01.jpg);
	background-repeat: repeat-x;
}

h1, h2, h3 {
	margin-bottom: 1em;
	font-weight: normal;
	color: #549DC7;
}

h1 a, h2 a, h3 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
}

h1 {
	letter-spacing: -2px;
	font-size: 36px;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 150%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

li
{
	color: #E58C43;
}

.paragraph_color
{
	color: #8A7F7F;
}


.centerall
{
	margin:0px auto 0px auto;
	width:866px;
	background-color:White;
	border:solid 1px #999999;
}

.banner_bg {
	background:url(../Images/bg_banner.jpg) no-repeat top;
	height:310px;
	width:775px;
}

.banner_bg_int
{
	background:url(../Images/bg_banner_int.jpg) no-repeat top;
	height:75px;
	width:775px;
	
}

.main_bg
{
	/*background-image:url(../Images/body_bottom.jpg);*/
	background-repeat:no-repeat;
	background-position:bottom;
}


.content_bg_left
{
	/*background-image:url(../Images/bg_right_content.jpg);
	background-repeat: repeat-x;*/
	border:solid 1px #CCCCCC;
	width:200px;
	height:350px;
}

.content_bg_center
{
	background-image:url(../Images/bg_right_content.jpg);
	background-repeat: repeat-x;
	width:400px;
	height:350px;
}

.content_bg_right
{
	/*background-image:url(../Images/bg_right_content.jpg);
	background-repeat: repeat-x;*/
	/*border:solid 1px #CCCCCC;*/
	width:225px;
	height:350px;
}



.border_sub_pg
{
	/*border:solid 1px #CCCCCC;*/
	width:775px;	
}



.blue_bg
{
	background-color:#539ECD;
}

/*Text styles*/
.header_green
{
	font-size:17px;
	color:#93AC72;
}
.text_indigo
{
	
	color:#4800AF;
}

.header_indigo
{
	font-size:17px;
	color:#4800AF;
}

.header_gray
{
	font-size:17px;
	color:#DEDEDE;
}
.header_blue
{
	font-size:17px;
	color:#6097B5;
	font-weight:bold;
}
.header_gold
{
	font-size:17px;
	color:#AFA07A;
}

.text_bold
{
	color:#506142;
	font-weight:bold;
}

.text_gray
{
	color:#DEDEDE;
}

.text_blue
{
	color:#6097B5;
}

.tex_gold
{
	color:#AFA07A;
}

.footer a:link
{
	font-weight:bold;
	font-size:10px;
	color:#6097B5;
}

/*begin creating the tabs */
.menu {
	margin-left: 0px;
	background: url(../images/tab_bg.gif) repeat-x;
	width:216px;
	height:45;
	font-size: 17px;
	font-weight:500;
	color: #89AB9E;
	
}

/* set tab1 as top level container table, then target TDs inside*/
.menuItem td {
	color: #89AB9E;
	height: 40px;
	background: url(../images/tab2.jpg) no-repeat;
	width: 100px;
	text-align: left;
}

/* make current tab gray,set the background-color also in case images are not on*/
.menuSelectedItem td {
	background: url(../images/tab2.jpg) no-repeat;
}

/* make link and visited the same look,set the background-color also in case images are not on*/
.menuItem a:link, .menuItem a:visited  {
	color: #89AB9E;
	padding-left:20px;
	text-decoration: none;
}
.menuPopupItem a:link, .menuPopupItem a:visited
{
	color:#FFFFFF;
	
}

.menuPopupItem a:hover
{
	color:#F7F7F7;
	font-weight:bold;
}

/* make hover by changing vertical position of background to -22px (the tab_dim2.gif is 44px high) */
.menuItem a:hover {
	text-decoration: underline;
}

/* make drop down menu container style */
.menuPopup {
	background: url(../images/background_drop_menu.jpg) repeat #8C9FB4;
	width: 180px;
	border: 1px solid #666666;
	border-bottom: none;
	color: #ffffff;
	font-size:10px;
	text-align:left;
}

/* make drop down menu item style */
.menuPopupItem {
	color: #ffffff;
	border-bottom: 1px solid #666666;
	width: 180px;
	padding: 3px;
}
