﻿/*** START STANDARD HTML TAGS ***/
body {
	border-style: none;
	background: #660066 url('images/bodybg.gif') no-repeat fixed left bottom;

	 /*background: #ffeba5 url(images/bg_body.jpg) repeat-x left top*/
	margin: 5px;
	padding: 0px;
	background-position: left bottom; 
	
}
	
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333; 
	}
	
td,ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333; 
	}
	
a {
	color: #660000;
	text-decoration:none;

	}
	
a:hover {
	color: #CC3399;
	font-size: 12px;
	text-decoration:none;
	background-color: #CCFF99;

	}

/************** header tag styles **************/

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing:1px;
	color: #B22222; 
	}

h2{
	font: bold normal 16px Arial, sans-serif;
	color: #FF0066;
	margin: 2px 0px 20px 0px;
	padding: 0px 0px 3px 0px;
	text-transform: uppercase;
	background-color: #FFFF00;
	text-decoration: underline;




}

h3{
	font: bold 16px Arial, sans-serif;
	color: #FF0000;
	margin: 10px;
	padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #483D8B;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #483D8B;
 margin: 0px;
 padding: 0px;
}

#header a:link {
	color: #000000;
	white-space: nowrap;
	}

#header a:visited {
	color: #663366;
	}
   
#header a:hover{
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}		   
#header a:active{
	text-decoration: none;
}
.fixedfont { font-size : 12px }

/*** RIGHT HAND PAGE NAV ***/
	
.rightNAv {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	background-image: url(images/nav_background1.jpg);
	background-repeat: no-repeat;
	letter-spacing: normal;
	border: thin groove #660066;
	background-color: #33FF33;



}

.internalNav {
	font-size: 11px;
	color: #00587B;
	text-decoration:none;
	display:block;
	text-transform:uppercase;
	padding:5px 0px 5px 0px; }

/*** Main ***/


.sidebar {
	background-color:#CCFF00;
	color: #BC50B4;
	font-size: 12px;
	text-decoration: none;
	padding: 0px 0px 0px 5px;
	left: 5px;
	top: 5px;
	background-position: center;
	text-align: center;

	}
	
.sidebar a {
	color: #BC50B4;
}

.sidebar a:hover{
	background-color: #00FF33;  
	text-decoration: none;
	font-size:11px
}

.sidebar h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #CC66FF;
	text-transform: uppercase;
	font-style: oblique;
	letter-spacing: .1mm;

}
.sidebar h2{
	font-size: 10px;
	font-weight: bold;
	color: #BC50B4; /* purple */
	text-decoration: none;
	background-color:#FEE3AB;
}

#sidebar h2 {
	Color: #33FF33 ; /* Green */
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}


.sidebar h3 {
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;

}
.sidebar h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8px;
	font-weight: bold;
	color: #CC0000;
	font-style: oblique;
}
/*** FOOTER ***/
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #FFFFFF; 
	}
	
a.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 20px;
	text-decoration:none; 
	}

a.footerText:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFB400;
	line-height: 20px;
	text-decoration:none; 
	}
/*** FOOTER END ***/

.altRow1 {
	background-color:#BC50B4;
	font-size: 24px;
	color: #FFFFFF;

	}
	
.altRow2 {
	background-color:#BC50B4; 
	}
