/*****  Basic Styles   *******/
body {
	background-color: #006c66;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #010658;
	margin-top: 0;
	}
h1 {
	font-size: 1px;
	margin: 0;
	text-indent: -9000px;
	}

/*****  Container Div, to hold everything together  in the center *******/
#wrapper {
	margin: 0 auto;
	padding-left: .01em;
	width: 726px;
	}
	
/*****  Top Div  *******/
#top { 
	width: 726px;
	height: 0px;
	background-color: #E6ECF9;
	}		

/*****  Colorbar Div  *******/

#colorbar {
	width: 726px;
	height: 147px;
	border-top: 0px solid #E6ECF9;
	border-right: 0px solid #7281AA;
	border-bottom: 1px solid #FFFFFF;
	border-left: 0px solid #7281AA;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}

#colorbar a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 3px 0px 1px;
}
#colorbar a:hover {
	text-decoration: underline;
}
#search {
	float: right;
	margin: 10px 0px 0px 0px;
	}
form {
	float: right;
	margin: 0px 7px 0px 0px;
	}
/*****  Logobar Div  *******/
#logobar {
	width: 726px;
	height: 0px;
	border-bottom: 1px solid #FFFFFF;
	background-color: #ffffff;
	}
#logobar img {height: 0;}

/*****  ToolBar Div  *******/
#toolbar {
	margin: 0;
	padding: 0;
	margin-top: -2px;
	}

#toolbar ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	clear: left;
	}

#toolbar ul li {
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
	}

#toolbar ul li a {
	background: #fff;
	width: 145px;
	height: 25px;
	border: 0;
	margin: 0;
	color: #01065B;
	text-decoration: none;
	display: block;
	text-align: left;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 2em;
	font-size: 012px;
	
	background-image:  url(../images/bullet_blue_forwhite.gif);
	background-repeat: no-repeat;
	background-position: 8px 6px; /*moves bg image to the right, down*/
	padding: 0px 0px 0px 20px;
	}
	
#toolbar ul li a.hom {
	border-left: 1px solid #7281AA;
	background-color: #fff;
	}
#toolbar ul li a.cat {
	background-color: #fff;
	}
#toolbar ul li a.res {
	background-color: #fff;
	}
#toolbar ul li a.ask {
	background-color: #fff;
	}
#toolbar ul li a.acct {
	color: #fff;
	background-image: url(../images/bullet_white_forltblue.gif);
	background-repeat: no-repeat;
	background-color: #7281AA;
	}

#toolbar ul li#one a {
	width: 44px;
	}
#toolbar ul li#two a	{
	width: 119px;
	}
#toolbar ul li#three a {
	width: 156px;
	}
#toolbar ul li#four a	{
	width: 125px;
	}
#toolbar ul li#five a	{
	width: 181px;
	}

#toolbar ul li a:hover {
	color: #FFF;
	background: #7281AA;
	background-image: url(../images/bullet_white_forltblue.gif);
	background-repeat: no-repeat;
		background-position: 8px 6px; /*moves bg image to the right, down*/
	padding: 0px 0px 0px 20px;
	}

#toolbar ul li#five a.acct:hover {
	color: #FFF;
	background: #040A6A;
	background-image: url(../images/bullet_white_forltblue.gif);
	background-repeat: no-repeat;
		background-position: 8px 6px; /*moves bg image to the right, down*/
	padding: 0px 0px 0px 20px;
	}

/*****  Main_Nav Div  *******/
#main_nav {
	margin: 0;
	padding: 0;
	}

#main_nav ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	clear: left;
	}

#main_nav ul li {
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
	}

#main_nav ul li a {
	background: #040A6A;
	height: 25px;
	border: 0;
	margin: 0;
	
	font-size: 012px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 2em;
	
	background-image:  url(../images/bullet_white_forblue.gif);
	background-repeat: no-repeat;
	background-position: 8px 6px; /*moves bg image to the right, down*/
	padding: 0px 0px 0px 20px;
	display: block;
	}
	


#main_nav ul li#one a {
	width: 72px;
	}
#main_nav ul li#two a	{
	width: 156px;
	}
#main_nav ul li#three a {
	width: 104px;
	}
#main_nav ul li#four a	{
	width: 98px;
	}
#main_nav ul li#five a	{
	width: 85px;
	}
#main_nav ul li#six a	{
	width: 91px;
	}
#main_nav ul li a.cal:hover {
	color: #FFF;
	background-color: #526845;
	background-image: url(../images/bullet_white_forgreen.gif);
	background-repeat: no-repeat;
		background-position: 8px 6px; /*moves bg image to the right, down*/
	padding: 0px 0px 0px 20px;
	}

#main_nav ul li a.gen:hover {
	color: #FFF;
	background-color: #6C4B75;
	background-image: url(../images/bullet_white_forpurple.gif);
	background-repeat: no-repeat;
		background-position: 8px 6px; /*moves bg image to the right, down*/
	padding: 0px 0px 0px 20px;
	}
#main_nav ul li a.kid:hover {
	color: #FFF;
	background-color: #BB0348;
	background-image: url(../images/bullet_white_forred.gif);
	background-repeat: no-repeat;
		background-position: 8px 6px; /*moves bg image to the right, down*/
	padding: 0px 0px 0px 20px;
	}

#main_nav ul li a.teen:hover {
	color: #FFF;
	background-color: #DD5D11;
	background-image: url(../images/bullet_white_forcayenne.gif);
	background-repeat: no-repeat;
		background-position: 8px 6px; /*moves bg image to the right, down*/
	padding: 0px 0px 0px 20px;
	}
#main_nav ul li a.ref:hover {
	color: #FFF;
	background-color: #1E8586;
	background-image: url(../images/bullet_white_forteal.gif);
	background-repeat: no-repeat;
		background-position: 8px 6px; /*moves bg image to the right, down*/
	padding: 0px 0px 0px 20px;
	}

#main_nav ul li a.bknk:hover {
	color: #FFF;
	background-color: #FFBA00;
	background-image: url(../images/bullet_white_fororange.gif);
	background-repeat: no-repeat;
		background-position: 8px 6px; /*moves bg image to the right, down*/
	padding: 0px 0px 0px 20px;
	}
	
	
/*****  Content Div, to hold content background image *******/
#content {
	border-top: 1px solid #FFFFFF;
	float: left;
	width: 726px;
	background-color: #FFFFFF;
	background-image: url(../images/bg_content.gif);
	clear: left;
	}

/*****  Left Box and Left Box Content *******/
#leftbox {
	float: left;
	margin-right: 1px;
	width: 160px;
	}
#leftboxcontent {
	padding: 14px 0px 10px 0px;
	line-height: 1.5em;
	}
#leftboxcontent a.navbutton {
	color: #FFFFFF; 
	font-size: 12px;
	font-weight: normal;
	background-image:  url(../images/bullet_white_forpurple.gif);
	background-repeat: no-repeat;
	background-position: 9px 6px; /*moves bg image to the right, down*/
	padding: 0px 0px 0px 21px;
	margin: 1px 0px 1px 0px;
	display: block;
	text-decoration: none;
	}

#leftboxcontent a.navbutton:hover {
	color: #EEFFFF; 
	background-color:#040A6A;
	background-image:  url("../images/bullet_white_forblue.gif");
	}
#leftboxcontent a.subnavbutton {
	color: #FFFFFF; 
	font-size: 12px;
	margin: 1px 0px 1px 0px;
	text-indent: 21px;
	display:block;
	text-decoration: none;
	}
#leftboxcontent a.subnavbutton:hover {
	color: #040A6A;; 
	background-color: #E6F2F2;
	}

/*****  Center Box and Center Box Content  *******/
#centerbox {
	float: left;
	width: 364px;
	margin-right: 1px;
}
#widebox {
	float: left;
	width: 564px;
	margin-right: 1px;
}
#centerboxcontent  {
	padding: 14px 12px 10px 12px;
}
#centerboxcontent h2 {
	margin: 0px 0px 8px;
	font-weight: normal;
	letter-spacing: .2em;
	text-transform: uppercase;
}
centerboxcontent h3  {
	font: normal bold .85em Verdana, Arial, Helvetica, sans-serif;
	margin: 14px 0px 0px;
	display: block;
}

#centerboxcontent p {
	font: normal 0.8em Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	line-height: 1.4em;
	}

#centerboxcontent ul {
		margin-left: 12px;
	}

#centerboxcontent ul li {
	font: normal 0.8em Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	line-height: 1.4em;
	list-style-image: url(../images/bullet_whitestar_forltblue.gif);
		color: #01065B;
	}
	
#centerboxcontent ol {
		margin-left: 12px;
	}

#centerboxcontent ol li {
	font: normal 0.8em Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	line-height: 1.4em;
		color: #010658;
	}
#centerboxcontent td {
	font: normal 0.8em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
		color: #010658;
	}
#centerboxcontent td p {
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
		color: #010658;
	}
#centerboxcontent a.inlink {
	color: #010658;
	text-decoration: underline;
	}
#centerboxcontent a.inlink:hover {
	color: #D84D2C;
	text-decoration: underline;
	}
#centerboxcontent a {
	color: #010658;
	text-decoration: underline;
	}
#centerboxcontent a:hover {
	color: #D84D2C;
	text-decoration: underline;
	}
	
#centerboxcontent a.accentl {
	color: #326565;
	text-decoration: none;
	}
#centerboxcontent a.accent:hover{
	color: #D84D2C;
	text-decoration: underline;
	}

/*****  Right Box and Right Box Content  *******/
#rightbox {
	float: left;
	width: 200px;
	} 
#rightboxcontent {
	padding: 12px 10px 6px 10px;
	line-height: 1em;
	}

#rightboxcontent h3  {
	font: normal bold .75em Verdana, Arial, Helvetica, sans-serif;
	margin: 14px 0px 10px 6px;
	display: block;
}
#rightbox p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	padding-left: 6px;
	margin: 0px 0px 10px 0px;
	}
#rightbox a.inlink {
	color: #01065B;
	text-decoration: underline;
	}
#rightbox a.inlink:hover {
	color: #D84D2C;
	text-decoration: underline;
	}
#rightbox a {
	color: #01065B;
	text-decoration: underline;
	}
#rightbox a:hover {
	color: #D84D2C;
	text-decoration: underline;
	}	
#rightbox a.accent{
	color: #D84D2C;
	text-decoration: none;
	line-height: 1.3em;
	}
#rightbox a.accent:hover{
	color: #D84D2C;
	text-decoration: underline;
	}
#rightboxcontent ul {
		margin-left: 12px;
	}

#rightboxcontent ul li {
	font: normal 0.75em Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	line-height: 1.4em;
	list-style-image: url(../images/bullet_whitestar_forltblue.gif);
	}

#rightboxcontent ol li {
	font: normal 0.75em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	}	

/*****  Footer *******/
#footer {
	clear: both;
	font-size: 10px; 
	width: 726px;
	background-color: #E6ECF9;
	color: #01065B;
	}
#footercontent {
	background-color: #E6ECF9;
	border-top: 1px solid #ffffff;
	}
#footercontent p {
	margin: 0 0 4px 0;
	}
#footercontent a {
	color: #010658;
	}
#footercontent a:hover {
	color: #D84D2C;
	}
#footercontent .left {
	float: left; 
	width: 500px;
	}
#footercontent .right {
	float: right; 
	width: 220px; 
	text-align: right;
	}


/*****  Font Size Changer *******/
p.ts_s {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 16px 2px 0px 0px;
	color: #996666;
	float: right;
	text-align: right;
	width: 200px;
	padding: 0px 0px 2px 0px;
	}
a.tsa { 
	color: #336666;
	text-decoration: none;
	background-image: none;
	padding: 0px;
	}
a.tsa:hover	 { 
	color: #D84D2C;
	text-decoration: underline;
	}

/*****  Site Design Notice *******/
#sitedesign {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	margin-left: -900px;
	}
	
.cellbg1 {
	background-color: #B9C2DF;
}
.cellbg2 {
	background-color: #D3DBF0;
}

dl {margin: 0;}

.table dt {
	margin: 0;
	width: 150px;
	float: left;
	padding: 0px 2px 0px 0px;
	text-align: left;
	color: #01065B;
	font-size: 0.8em;
}

.table dd {
	margin: 0;
	padding: 0px 2px 0px 0px;
	color: #010658;
	font-size: 0.8em;
}


.small {
	font-size: .7em;
}
.leftpic {
	margin-right: 5px;
	float: left;
}
.textbox {
	width: 98%;
	border: 1px solid #CCCCFF;
}
.star {
	background-image: url(../images/bullet_whitestar_forltblue.gif);
	text-indent: 12px;
	background-repeat: no-repeat;
	background-position: 3px 3px;
	height: 24px;
	display: block;
	width: 160px;
}
.bgaccent {
	background-color: #D3DBF0;
}
.alert  {
	background-color: #D3DB00;
}