/* CSS Document */

/**************************************************/
/*	GENERAL HTML TAGS							  */
/**************************************************/
  body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	font-size: 11px;
	margin: 17px auto 0px auto;
	background-image: url(../fw/bg.gif);
	background-repeat: repeat-x;
	background-color: #006699;
 	}

  body, td {
  	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	font-size: 11px;
 	}

  h1 {
	color:#006699;
	font-size: 16px;
	font-weight:bold;
	margin: 0px 0px 10px 0px;
 	}
	
	h2 {
	color:#069;
	font-size: 11px;
	font-weight:bold;
	margin: 0px 0px 10px 0px;
 	}
  

 


/**************************************************/
/*	LAYOUT DIVS 					              */
/**************************************************/
 
.mainContainer {
	width: 822px;	
	border: 10px solid #ccc;
	margin: auto;
	background: #fff;
}


/**************************************************/
/*	LAYOUT  TABLES	                         	  */
/**************************************************/

.headerCell {
	padding: 15px 20px 6px 15px;
}

.innerGraphic img{
	border-top: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
}

.innerMenuCell{
	background-image: url(../fw/inner_menuBg.gif);
	background-repeat: repeat;	
	padding: 10px;
	width: 160px;
	border-right: 1px solid #ccc;
}

.innerContentCell {
	padding:15px;
}

.defaultHeader {
	height:197px;
	background-image: url(../fw/home_headerGraphic.jpg);
	background-repeat: no-repeat;	
}

.homeContentCell {
	width: 33%;
	padding: 10px;
}
/**************************************************/
/*	LINKS						                  */
/**************************************************/

  a {
  color: #069;
	 }
 


 
   a:hover {
    color: #666666;
		}
	
/**************************************************/
/*	FORMS						                  */
/**************************************************/ 


/**************************************************/
/*	MISC       				                      */
/**************************************************/ 


/**************************************************/
/*	LIST MENUS      				              */
/**************************************************/ 


/* START SIDE NAVIGATION */

/* defines properties of the div container that hold the menu  */	
.sideMenu {
	float: right;
	text-align: right;
	width: 200px;
	margin-bottom: 100px;
	}

/* removes the indents and bullets from the unordered list */			
.sideMenu li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0;
	}

.sideMenu ul {
	margin: 0;
	padding: 0;	
	}

/* styles your links and link roll-over states  */			
.sideMenu a{
	width: 200px;
	display: block;
	font-weight: bold;
	margin: 2px 0px 2px 5px;
	padding: 3px 5px 3px 10px;
	background: url(../fw/arrow_green.gif) no-repeat left center;
	color:#069;
	text-decoration: none;
	text-align:left;
	}	
	
.sideMenu a:hover, a:active{
	color:#99CC00;
	}		
	
/* END SIDE NAVIGATION */	



/* START ADMIN LOG-IN BUTTON */

/* defines properties of the div container that hold the menu  */	
.adminLogIn {
	float: right;
	text-align: right;
	width: 120px;
	}

/* removes the indents and bullets from the unordered list */			
.adminLogIn li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0;
	}

.adminLogIn ul {
	margin: 0;
	padding: 0;	
	}

/* styles your links and link roll-over states  */			
.adminLogIn a{
	width: 120px;
	display: block;
	font-weight: bold;
	margin: 10px 0px 2px 0px;
	padding: 10px 15px 0px 3px;
	background: url(../fw/icon_login.gif) no-repeat left center;
	color:#069;
	text-decoration: none;
	text-align:right;
	}	
	
.adminLogIn a:hover, .adminLogIn a:active{
	background: url(../fw/icon_login.gif) no-repeat;
	color:#99CC00;
	}		
	
/* END ADMIN LOG-IN BUTTON */	



/* START HOME NAVIGATION */

/* defines properties of the div container that hold the menu  */	
.homeMenu {
	float: right;
	text-align: left;
	width: 200px;
	margin:0px;
	}

/* removes the indents and bullets from the unordered list */			
.homeMenu li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0;
	}

.homeMenu ul {
	margin: 0;
	padding: 0;	
	}

/* styles your links and link roll-over states  */			
.homeMenu a{
	width: 200px;
	display: block;
	font-weight: bold;
	margin: 2px 0px 2px 5px;
	padding: 3px 5px 3px 14px;
	background: url(../fw/arrow_blue-home.gif) no-repeat left center;
	color:#fff;
	text-decoration: none;
	text-align:left;
	}	
	
.homeMenu a:hover, a:active{
	text-decoration: underline;
	}
	
.footerContent
{
	font-size:9px;
}
	
/* END HOME NAVIGATION */	

