	
/* -------------------------------------------------------------
   STANDARD CLASSES - this section defines standard html classes	
   ------------------------------------------------------------ */

html { height: 100%; margin-bottom: 5px;  }
	
body {
	background: #ebebeb url(images/background.jpg) repeat-x;
	color: #333; /*defines the general text color for the entire site */
	font-family: Arial, Verdana sans-serif; /*defines the general font family & size for the entire site */
	margin: 10px 0 0 0;
	padding: 0;	
	text-align: center; }

a:link {
	color: #336699;
	text-decoration: underline;
	font-weight: bold; }

a:visited {
	color: #672D85;
	text-decoration: underline;
	font-weight: bold; }

a:hover {
	color: #000;
	text-decoration: none;
	font-family: Arial, "Verdana sans-serif";
}

h1 {
	color: #000000;
	font: bold 110% Arial, Verdana, sans-serif;
	font-size: 120%;
}
h2 { color: #336699;	font: bold 105% Arial, Verdana, sans-serif; }
h3 { color: #006666;	font: bold 105% Arial, Verdana, sans-serif; }	
h4 { color: #336699; font: bold 100% Arial, Verdana, sans-serif; }
h5 { 
	color: #333; 
	font: bold 100% Arial, sans-serif;
	letter-spacing: .75em;
	border: 1px solid #ccc; 
	background-color: #f5f5f5; 
	padding: 4px; }
	
h6 { color: #5F9EA0; font: bold 100% Arial, sans-serif; }	

hr {
	background-color: #ccc;
	color: #ccc;
	border: none;
	height: 1px;
	width: 100%;}

img { border: none;}
li { font-size: 90%; }
p {
	font-size: 90%;
}
ol { list-style-type: decimal; }
ul {
	list-style-image: none;
	list-style-type: none;
}
table, tr, td { border-collapse: collapse; } /* collapses any borders from any html tables - required for javascript calendar */

/* --------------------- 
   END Standard Classes 
/* --------------------- */


/* -------------------- 
   LAYOUT Information
   -------------------- */
#wrapper { 
	width: 900px;
	text-align: left;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid #999; /* creates the thin border around the site design */ }

#header {
	width: 900px;
	height: 190px;   /* creates the top space between the banner and text - was210*/
	position: relative; }
	
#body1 { /* main content right aligned */
	float: right;
	width: 650px;
	line-height: 1.5em;
	padding: 10px 10px 10px 20px; 
	margin-top: 50px; }
	
#body2 { /* sidebar content left aligned */
	float: left;
	width: 200px;
	padding: 5px; 
	margin-top: 50px; }	
	
#body1b { /* main content left aligned */
	float: left;
	width: 600px;
	line-height: 1.5em;
	padding: 10px 20px 10px 10px; 
	margin-top: 50px; }
	
#body2b { /* sidebar content right aligned */
	float: right;
	width: 250px;
	padding: 10px; 
	margin-top: 50px; }	
	
#body3 {
	width: 880px;
	line-height: 1.5em;
	padding: 10px; 
	margin-top: 50px; }
	
#footer {
	color: #333;
	font-size: 80%;
	text-align: center;
	background: #fff url(images/footer.gif) repeat-x bottom;
	padding: 20px 0;
	clear: both;
	border-top: 1px solid #999; }

#footer p {
	color: #333;
	font-size: 80%; }
	
#footer a:link, #footer a:hover, #footer a:visited { text-decoration: none; }

#navigation {
	color: #333;
	font-size: 100%;
	text-align: center;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #999; }

#navigation a:link, #navigation a:visited { text-decoration: none; font-weight: bold; }
#navigation a:hover{ text-decoration: underline; font-weight: bold; }

/* -------------------- 
   END Layout Information
   -------------------- */	
	

/* ------------------------ 
   GENERAL CLASSES & ID'S
   ------------------------ */	

.border { padding: 4px;	border: 1px solid #ccc; } /* simple border */
.border2 { padding: 4px; border: 1px solid #ccc; background-color: #fafafa; } /* simple border w/background color */
	
.borderfloatL { /* poloroid style border w/float left */ 
	float: left;
	padding: .5em .5em 2em .5em;
	margin: 0 10px 10px 0; 
	border-top: 1px solid #ebebeb; 
	border-right: 1px solid #efefef; 
	border-left: 1px solid #f4f4f4; 	
	background: #f8f8f8 url(images/shadow-btm.png) repeat-x bottom; }

.borderfloatR { /* poloroid style border w/float right */ 
	float: right;
	padding: .5em .5em 2em .5em;
	margin: 0 0 10px 10px; 
	border-top: 1px solid #ebebeb; 
	border-right: 1px solid #efefef; 
	border-left: 1px solid #f4f4f4; 	
	background: #f8f8f8 url(images/shadow-btm.png) repeat-x bottom; }

.borderfloatR p, .borderfloatL p { /* poloroid style text */ 
	margin: 0 0 -6px 0px ; 
	font: 7pt Arial, sans-serif; 
	color: #333; 
	text-align: center;
}
	
.cred { color: #ff0000; } /* color red */
.cblue { color: #3366CC; } /* color blue */
.cgreen { color: #009900; } /* color green */
.center { text-align: center; }	
.clear { clear: both; }
.floatL { float: left; margin: 0 10px 0 0; } /* basic float left */ 
.floatR { float: right; margin: 0 0 0 10px; } /* basic float right */ 
.xsmall { font-size: x-small; }
.xxsmall { font-size: xx-small; }
	
/* --------------------------- 
   END General Classes & ID's
   --------------------------- */		
	
/* -------------------------------------------
	MAIN MENU SECTION - For Advanced Users Only
	------------------------------------------- */

#menu ul { list-style: none; margin: 0; padding: 0; }
#menu li { list-style: none; display: inline; }
#menu { width: 200px; border: 1px solid #ccc; margin: 10px 10px 10px 0; }
#menu li a { height: 32px; voice-family: "\"}\"";  voice-family: inherit; height: 24px; text-decoration: none; }
#menu li a:link, #menu li a:visited { color: #000000; font: 12px Verdana; display: block; background: url(images/menusmalle.gif); padding: 0 0 0 20px; }
#menu li a:hover, #menu li #current, #menu li a:active { color: #000000; font: 12px Verdana; background: url(images/menusmalld.gif) 0 -20px; padding: 0 0 0 20px; text-indent: 2px; }

/* ---------------------
   END Main Menu Section
	--------------------- */

.FontExtraSmall {font-size: x-small;}
.style3 {font-size: 14px;}
.style4 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
size120 {
	font-size: 120%;
}
.style1 {
  background-color: #FFFFFF;
  color: #000000;}
  
.size110 {
	font-size: 100%;}
	
sizemedium {
	font-size: medium;
}
sizelarge {
	font-size: large;
}
