@charset "UTF-8";
/* CSS Document */


/*FONT FAMILY===========================================================================================*/

body, td, th {
	font-family: Trebuchet MS;
	font-size: 12px;/*Arial & Helvetica are almost undistinguishable*/
	
}

/*-------uncomment and ustomize if you want to use different fonts for different page elements
h2 { font-family: Georgia }
h3 { font-family: Georgia }
h4 { font-family: Georgia }
p { font-family: Verdana }
---------*/
 
 /*FONT SIZE=============================================================================================*/

h1 {
	font-size: 18pt;
	font-family: Trebuchet MS;
} /* - header or special effects */
h2 {
	font-size: 16pt;
	font-family: Trebuchet MS;
} /* content headings */
h3 { font-size: 90%; } /* content sub-headings */
h4 { font-size: 95%; } /* list headings, same size as (p) */
h5 { font-size:75%; } /* list headings 2, same size as (p) */

p, ul, ol, td { font-size: 95%; }

ul ul { font-size: 95%; } /*- actually only necessary if the ul size is not 100%  */
td p {
	font-size: 90%;
}


/*FONT COLORS=============================================================================================*/
/*--------------------
below is the color scheme used - it's for info only, if you want to change you need to change below (after the body tag)
lead  color: 		#0066cc  	blue		h1, h2, h3
second color:		#333333		green		seperaton lines, some links
highlight 1:		#9966cc		purple		not used but matching color - if you want to highlight something
highlight 2:		#990000		red			not used but matching color - if you want to highlight something

background 1:		#eeeeff		light 	 	lead elements
background 2:		#f7f7ff		light 		lightest bg
box underline:		#cccccc		light grey
---------------------*/


body {
	color: black;
}
a:active {	
	color: #7785c2;
	text-decoration: none;
	font-weight: normal;
}

h1, h1 a:link, h1 a:visited {
	font-size: 18pt;
	color: #662d91;
	font-family: Trebuchet MS;
}

h2, h3, h2 a:link, h3 a:link, h2 a:visited, h3 a:visited {
	font-size: 14pt;
	color: #662d91;
	font-family: Trebuchet MS;
}

ul li a:link, ul li a:visited {
	color: #333333; 
	text-decoration: none; 
	font-weight: bold;
}

p a:link, p a:visited {
	color: #333333; 
	text-decoration: none; 
	font-weight: bold;
}

a:link, a:visited {
	color: #0000cc; 
	text-decoration: none; 
	font-weight: bold;
}


/*LINK STYLE other than color=============================================================================*/

a:link, a:visited {
	text-decoration:none 
}

p a:link, p a:visited {
	text-decoration:underline 
} 

a:hover {
	text-decoration:underline
}

h1 a:hover {
	text-decoration:none 
}

#footer p a:link, #footer p a:visited {
	text-decoration: none; font-color: #ffffff; 
}

#footer p a:hover {
	text-decoration: underline
}

/*MARGINS, BORDERS AND PADDING for elements (not for containers)=============================================================================================*/

body {margin:0px; padding: 0px;}
.footer {
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration:none;
	margin-left: 10px;
}
ul, ol {list-style: outside}
#sidebar ul, #sidebar ol {margin-left: 0;	padding-left: 0; list-style-type: none; padding-right:7px;	}



h1, h1 a:link, h1 a:visited, h1 a:hover {margin-top:0}
h2, h2 a:link, h2 a:visited, h2 a:hover {margin-top:0}
h3, h3 a:link, h3 a:visited, h3 a:hover {margin-top:0}
h4, h4 a:link, h4 a:visited, h4 a:hover {margin-top:0}


a img {border: 0px solid #0066cc}



/*META FONT SIZE=============================================================================================*/
 
.top-meta { font-size: 80%; color: #000000;}


 /*MAIN-TITLES=============================================================================================*/
 
 .main-titles {
	font-size: 140%;
	color: #13286e;
	padding-left: 15px;
	font-family: Georgia;
}

 
/*BODYTEXT-LINKS=============================================================================================*/

.bodytext-links{
	color: #13286e;	font-family: Verdana; font-size: 12px; font-weight: normal; text-decoration: underline;
}

.bodytext-links a:link, .bodytext-links a:visited {
	font-family: Verdana;
	color: #13286e;		 
    font-weight: normal;
	text-decoration: underline;
}

.bodytext-links a:hover{
	font-family: Verdana;
	color: #9a0000;
	font-weight: normal;
	text-decoration: underline;
}



/*BOTTOM-NAV LINKS=============================================================================================*/

.bottomnav {
	padding-top: 5px; padding-bottom: 5px; font-weight: bold; 
}

.bottom-navlinks{
	color: #888888;	
	font-family: Trebuchet MS; 
	font-size: 10px; 
	font-weight: bold; 
	text-decoration: none; 
	padding-top: 5px; padding-bottom: 5px;
}

.bottom-navlinks a:link, .bottom-navlinks a:visited {
	font-family: Trebuchet MS;
	color: #888888;		 
    font-weight: bold; 
	text-decoration: none; padding-top: 5px; padding-bottom: 5px;
}

.bottom-navlinks a:hover{
	font-family: Trebuchet MS;
	color: #662d91;
	font-weight: bold; 
	text-decoration: none; padding-top: 5px; padding-bottom: 5px;	  
}

/*BREADCRUMB=============================================================================================*/

.breadcrumb{
	color: #463d58;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.breadcrumb a:link, .breadcrumb a:visited {
	font-family: Verdana;
	color: #463d58;		 
    font-weight: bold;
	text-decoration: underline; 
	font-size: 10px;
}

.breadcrumb a:hover{
	font-family: Verdana;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}

/*CALL-CHAT=============================================================================================*/

.call-chat{
	color: #a31717;	
	font-family: Georgia; 
	font-size: 140%; 
	font-weight: normal; 
	text-decoration: none; 
}

.call-chat a:link, .call-chat a:visited {
	font-family: Georgia;
	color: #a31717;		 
    font-weight: normal;
	text-decoration: underline; 
}

.call-chat a:hover{
	font-family: Georgia;
	color: #13286e;
	font-weight: normal;
	text-decoration: underline; 	  
}

/*HEADER=============================================================================================*/

 .main-header{
	font-size: 160%;
	color: #463d58;
	font-family: Verdana;
	font-weight: bold;
}

 .subheader {
	font-size: 180%;
	color: #748ab9;
	font-family: Verdana;
	font-weight: bold;
}

 .subheader2 {
	font-size: 140%;
	color: #463d58;
	font-family: Verdana;
	font-weight: bold;
}

 .subpage-flash-header {
	font-size: 300%;
	color: #FFFFFF;
	font-family: Georgia;
	font-weight: normal; 
}

/*NAVLINKS=============================================================================================*/

#nav { 
	font-size: 13px; 
	font-family: Trebuchet MS;
	font-weight: normal; 
	padding: 2px 5px 2px 10px;
	text-decoration: none;
}
	
#nav a{
	font-size: 13px; 
	font-family: Trebuchet MS;  
	font-weight: normal; 
	color:#742600; 
	padding: 2px 5px 2px 0px;
	text-decoration: none;
}

#nav a:hover,#nav a.current {
	font-size: 13px;
	font-family: Trebuchet MS;
	font-weight: normal;
	color: #662d91;
	text-decoration: none;
	padding: 2px 5px 2px 0px;
}

/*ONPAGE NAVLINKS=============================================================================================*/

#nav1 { 
	font-size: 11px; 
	font-family: Trebuchet MS;
	font-weight: normal; 
	padding: 2px 5px 2px 20px;
	text-decoration: none;
}
	
#nav1 a{
	font-size: 11px; 
	font-family: Trebuchet MS;  
	font-weight: normal; 
	color:#742600; 
	padding: 2px 5px 2px 0px;
	text-decoration: none;
}

#nav1 a:hover,#nav1 a.current {
	font-size: 11px;
	font-family: Trebuchet MS;
	font-weight: normal;
	color: #662d91;
	text-decoration: none;
	padding: 2px 5px 2px 0px;
}
/*PAGE-MAIN SECTION TITLES=============================================================================================*/

 .side-panel-titles {
	font-size: 12px; 
	color: #4c2169;
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.side-panel-titles a{
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color:#4c2169; 
	text-decoration: none;
}

.side-panel-titles a:hover,.side-panel-titles a.current {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #7785c2;
	text-decoration: none;
}

 .side-panel-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}


/*PAGE-MAIN SECTION TITLES=============================================================================================*/

 .page-main-title {
	font-size: 175%;
	color: #13286e;
	font-family: Georgia;
}

 .page-main-subtitle {
	font-size: 140%;
	color: #13286e;
	font-family: Georgia;
}


.bottom-copyright {
	color: #888888;
	font-family: Trebuchet MS;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	}
	
.body-text-main {
	color: black;
	font-family:"Trebuchet MS";
	font-size:12px;
}
