@charset "UTF-8";

body, html {
	min-width: 910px;
}

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #222;
	background-color: #FFF;
	background-image: url(images/bg_gridpaper.gif);
	background-repeat: repeat;
	margin: 35px 0px 0px 0px;
	text-align: center;
	font-size: xx-small;
}

/* Be nice to Opera :) */
html>body {
	font-size: small;
}



a {
	color:#126B94;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color:#0B3C53;
	text-decoration: none;
}



.contentHolderArea {
	margin: 0 auto;
	text-align: center;
	background-color: transparent;
	border: 1px solid #999;
	width: 910px;
	padding: 0px;
}


.contentTable {	
background-color:#EAE8E4;
	margin: 0px;
	padding: 0px;
	width:910px	;
}


.contentTable td {
	background-color:#EAE8E4;
}

#contentArea {
	background-color:#FFF;
	color:#222;
	background-image:url(images/uppper_left_corner.gif);
	background-position:top right;
	background-repeat:no-repeat;
	text-align:left;
	padding: 20px 20px 40px 10px;
	vertical-align: top;
}


#contentArea strong {
	color: #00467F;
	font-weight: bold;
	}

#contentArea h1 {
	color:#989794;
	font-size: 220%;
	font-weight: normal;
	text-transform:uppercase;
	margin: 2px 0px 10px 0px;
	}
	
#contentArea h2 {
	color:#56A2D6;
	font-size: 170%;
	font-weight: lighter;
	text-transform:capitalize;
	margin: 5px 0px 10px 0px;
	}

#contentArea h3 {
	color:#3E382B;
	font-size: 140%;
	font-weight: normal;
	text-transform:none;
	margin: 5px 0px 5px 0px;
	}
	
#contentArea h4 {
	color:#312815;
	font-size: 120%;
	font-weight: bolder;
	text-transform:none;
	margin: 5px 0px 5px 0px;
	}

#contentArea h5, h6 {
	color:#261C07;
	font-size: 100%;
	font-weight: bolder;
	text-transform:uppercase;
	margin: 5px 0px 5px 0px;
	}

#contentArea p {
	margin: 1px 0px 15px 0px;
	}


#navArea {
	background-color: #F5F3F2;
	text-align:left;
	vertical-align: top;
}


.sectionTree {
	font-size: 90%;
}


.sectionTreeOpen {
	display: block;
}

.sectionTreeClosed {
	display: none;
}


ul.sectionTree, ul.sectionTree ul{
	list-style-type: none;
	margin: 0; 
	padding: 0;  
} 

ul.sectionTree ul { 
	margin-left: 10px; 
} 



ul.sectionTree li { 
	margin: 0; 
	padding: 0 18px;
	line-height: 20px; 
	display: block;
}

/* First link */


#firstLink {
	background-color:#F5F3F2; /*#EAE8E4; */	
	background-image:url(images/nav_bg_first_link.gif);
	background-position:top left;
	background-repeat:no-repeat;
	}


#firstLink a{
	display: block;
	padding: 10px 0px 5px 0px;
	text-transform: uppercase;
	text-decoration: none;
	color: #00467F;
	font-weight: bold;
}
	
#firstLink a:hover{
	color: #142736;
}



#firstLink li ul {
	margin: 0px;
}


ul #firstLink li ul li{
	margin: 0px;
	padding: 0px;
	background-color:#000000; /*#F5F3F2; */
	background-image:none;
	display:block;
	width:100%;
	}


ul #firstLink li ul li a{
	background-image:url(images/sub_nav_indicator.gif);
	background-position:0px 13px;
	background-repeat: no-repeat;
	display: block;
	padding: 10px 0px 5px 20px;
	text-transform: capitalize;
	text-decoration: none;
	color: #55A1D5;
	font-weight: bold;
	border-top:1px solid #55A1D5;
}
	
ul #firstLinkli ul li a:hover{
	background-image:url(images/sub_nav_indicator_over.gif);
	background-position:0px 13px;
	background-repeat: no-repeat;
	color: #B50937;
}



/* end first link */


.sectionTree li {
	
	background-color:#F5F3F2;	
	background-image:url(images/nav_bg_default.gif);
	background-position:top left;
	background-repeat:no-repeat;
	}


.sectionTree li a{
	display: block;
	padding: 10px 0px 5px 0px;
	text-transform: uppercase;
	text-decoration: none;
	color: #00467F;
	font-weight: bold;
}
	
.sectionTree li a:hover{
	color: #142736;
}


ul.sectionTree li.last { 
	background-color:#F5F3F2;	
	background-image:url(images/nav_bg_default.gif);
	background-position:top left;
	background-repeat:no-repeat;
	}

ul.sectionTree li.last a{
	display: block;
	padding: 10px 0px 105px 0px;
	text-transform: uppercase;
	text-decoration: none;
	color: #00467F;
	font-weight: bold;
}
	
ul.sectionTree li.last a:hover{
	color: #142736;
}



ul.sectionTree li ul {
	margin: 0px;
}


ul.sectionTree li ul li{
	margin: 0px;
	padding: 0px;
	background-color:#F5F3F2;
	background-image:none;
	display:block;
	width:100%;
	}


ul.sectionTree li ul li a{
	background-image:url(images/sub_nav_indicator.gif);
	background-position:0px 13px;
	background-repeat: no-repeat;
	display: block;
	padding: 10px 0px 5px 20px;
	text-transform: capitalize;
	text-decoration: none;
	color: #55A1D5;
	font-weight: bold;
	border-top:1px solid #55A1D5;
}
	
.sectionTree li ul li a:hover{
	background-image:url(images/sub_nav_indicator_over.gif);
	background-position:0px 13px;
	background-repeat: no-repeat;
	color: #B50937;
}


ul.sectionTree li ul li.last {
	background-image:none; 
	background-color:#F5F3F2;
	}

ul.sectionTree li ul li.last a{
	background-image:url(images/sub_nav_indicator.gif);
	background-position:0px 13px;
	background-repeat: no-repeat;
	display: block;
	padding: 10px 0px 5px 20px;
	margin: 0px 0px 50px 0px;
	text-transform: capitalize;
	text-decoration: none;
	color: #55A1D5;
	font-weight: bold;
	border-bottom:1px solid #55A1D5;
	border-top:1px solid #55A1D5;
}
	
ul.sectionTree li ul li.last a:hover{
	background-image:url(images/sub_nav_indicator_over.gif);
	background-position:0px 13px;
	background-repeat: no-repeat;
	color: #B50937;
}


/* Nav DIV ELEMENTS */


.navFirstSectionHeader {
	font-size: 95%;
	background-color:#F5F3F2;	
	background-image:url(images/nav_bg_first_link.gif);
	background-position:top left;
	background-repeat:no-repeat;
	}


.navFirstSectionHeader a{
	display: block;
	padding: 10px 0px 15px 15px;
	text-transform: uppercase;
	text-decoration: none;
	color: #00467F;
	font-weight: bold;
}
	
.navFirstSectionHeader a:hover{
	color: #142736;
}




.navSectionHeader {
	font-size: 95%;
	background-color:#F5F3F2;	
	background-image:url(images/nav_bg_default.gif);
	background-position:top left;
	background-repeat:no-repeat;
	}


.navSectionHeader a{
	display: block;
	padding: 10px 0px 15px 15px;
	text-transform: uppercase;
	text-decoration: none;
	color: #00467F;
	font-weight: bold;
}
	
.navSectionHeader a:hover{
	color: #142736;
}


.navSection {	
	font-size: 90%;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	background-color:#F5F3F2;
	background-image:none;
	display:block;
	width:80%;
	}


.navSection a{
	background-image:url(images/sub_nav_indicator.gif);
	background-position:20px 13px;
	background-repeat: no-repeat;
	display: block;
	padding: 10px 0px 5px 35px;
	text-transform: capitalize;
	text-decoration: none;
	color: #55A1D5;
	font-weight: bold;
	border-top:1px solid #55A1D5;
}
	
.navSection a:hover{
	background-image:url(images/sub_nav_indicator_over.gif);
	background-position:20px 13px;
	background-repeat: no-repeat;
	color: #B50937;
}


/* end of nav div elements */


#rightSide {
	background-color:#EAE8E4;
	text-align:left;
	vertical-align: top;
}



.rightSideInlineTable {
	width: 100%;
	margin: 0px 0px 0px 0px;
}


.rightSideInlineTable td{
	background-color:#FFF;
	background-image:url(images/uppper_left_corner.gif);
	background-position:top right;
	background-repeat:no-repeat;
	text-align:left;
	vertical-align: top;
	padding: 15px 3px 20px 5px;
	width: 100%;
}


#powderBlueFill {
	background-color:#C9DDF1;
	color:#333;
	margin: 10px 5px 10px 5px;
	display:block;
	vertical-align:top;
	text-align:left;
	}


#footer {
	padding: 10px 20px 10px 0px;
	margin: 0px;
	text-align:left;
}

#footer ul {
	margin: 0px;
	padding: 0px;
}

#footer ul li {
	font-size: 90%;
	color:#A79B93;
	text-transform:uppercase;
	display:inline;
	list-style-type: none;
	}




#footer a{
	display:inline-block;
	color:#A79B93;
	text-decoration: none;
	margin: 5px 10px 5px 0px;
	padding: 5px 10px 5px 5px;
	border-right:1px solid #A79B93;
}



#footer a:hover{
	color:#7F736B;
}


#footer #lastFooter a{
	display:inline-block;
	color:#A79B93;
	text-decoration: none;
	margin: 5px 10px 5px 0px;
	padding: 5px 10px 5px 5px;
	border-right: hidden;
}



#footer  #lastFooter a:hover{
	color:#7F736B;
}



.formTable {
	width: 480px;
	margin: 10px 0px 20px 0px;
	}
	
.formTable td {
	padding: 5px;
	text-align: left;
	vertical-align: top;
	font-size: 100%;
	background-color:#FFF;
	color: #222;
	}

input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	border:1px solid #666;
	color: #00467F;
	background-color:#FFF;
	font-weight:normal;
	}

.error {
	color:#7B0D13;
	font-weight:bold;
	}
	
	



