@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

a {
	outline: none;
}

html {
	font-size: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: center;
	color: #666666;
	background-color: #7e7c7c;
}


/*================================= MAIN DIVS ========================================*/

#center {
	width: 850px;
	text-align: left;
	margin: 0px auto;
	position: relative;
}

img {
	border: 0px;
}

a {
	border: 0px;
}

.imageReplacement {
	text-indent: -3000px;
}



.indexGalleryImage a img {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

.indexGalleryImage a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

#skipNav {
	position: absolute;
	z-index: 10;
	width: 400px;
	height: 50px;
	color:#CCCCCC;
	text-align:left;
	padding-left: 10px;
}

#skipNav a {
	color:#CCCCCC;
}

#skipNav a:link {
	color:#CCCCCC;
	text-decoration:none;
}

#skipNav a:visited {
	color:#CCCCCC;
	text-decoration:none;
}
/*=================================== TOPBAR=============================================*/

#topBar {
	float: left;
	width: 850px;
	height: 12px;
	background-color: #A0CE67;
}

#topBarLeft { 
	float: left;
	display: inline;
	background-color: #CCCCCC;
	height: 12px;
	width: 200px;	
}

/* ========================================flashBar =============================================*/


#flashBar {
	float: left;
	width: 850px;
	height: 117px;
	background-color: #F2F2F2;
	border-top: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
} 

#flashBarRight {
	float: right;
	width: 240px;
	margin: 20px 20px 0px 0px;
}

#flashBarLeft {
	float: left;
	width: 500px;
	height: 112px;
}

#flashcontent {
	float: left;
	width: 500px;
	height: 112px;
}

#flashAlt {
	float: left;
	width: 500px;
	height: 115px;
	background: url(images/AltFlash/AltFlashSquares.jpg) no-repeat top left;
}

/* =============================================mainContent ============================================*/

#mainContent {
	float: left;
	width: 850px;
	background-color:#CCCCCC;
	height: 610px;

}

/* ------------------------contentLeft -----------------------------*/
#contentLeft {
	float: left;
	width: 200px;
	display: inline;
	background-color:#CCCCCC;
}

#leftNavigation {
	float: left;
	width: 200px;
	height: 270px;
	color:#99CC33;
	background-color:#666666;
}

#leftNavigation ul {
	margin: 20px 0px 0px 8px;
}

#leftNavigation ul li {
	list-style: none;
}
/*
#leftNavigation ul li:hover {
	list-style-image: url(images/mis/bulletPoint.gif);
}
*/
#leftNavigation ul a {
	display: block;
	height: 20px;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	color: #99CC33;
	padding-left: 20px;
	background: url(images/mis/bulletPoint2.gif) no-repeat left center;
}

#leftNavigation ul a:link {
	text-decoration: none;
	color: #99CC33;
}

#leftNavigation ul a:hover {
	text-decoration: none;
	color:#FFFFFF;
	background: url(images/mis/bulletPoint.gif) no-repeat left center;
}

#leftNavigation ul a:visited {
	text-decoration: none;
	color:#99CC33;
}

#leftNavigation ul a:active{
	text-decoration: none;
	color:#99CC33;
}



#addressBox {
	float: left;
	margin: 10px 0px 0px 7px;
	width: 180px;
	display:inline;
	background-color:#CCCCCC;
}

#addressBox a {
	 color: #666666;
	 text-decoration:none;
}

#addressBox a:link {
	 color: #666666;
	  text-decoration:none;
}

#addressBox a:hover{
	  text-decoration:underline;
}

#addressBox a:visited, #addressBox a:active {
	 color: #666666;
	  text-decoration:none;
}


/* ----------------------------contentRight -------------------------------*/
#contentRight {
	float: right;
	display: inline;
	width: 649px;
}
/* =================================================footer ===========================================*/

#footer {
	float: left;
	width: 850px;
	height: 20px;
	text-align: right;
	padding-top: 6px;
	margin-bottom: 20px;
	color: #FFFFFF;
	background-color: #666666;
}

#footerRight {
	float: right;
	width: 350px;
	
}

#footerLeft {
	font-size: 95%;
	float: left;
	width: 350px;
	text-align:left;
	padding-left: 5px;
}

#footerLeft a:link {
	color: #FFFFFF;
}

#footerLeft a:hover {
	color: #FFFFFF;
}

#footerLeft a:visited {
	color: #FFFFFF;
}
/* ===================================text ==================================*/

p {
	margin: 2px 5px; ;
	font-size: 100%;
}

em {
	margin: 2px;
	font-size: 100%;
}

em a {
 	color: #666666;
	font-size: 100%;
	text-decoration:underline;
}

em a:link {
	color: #666666;
	font-size: 100%;
	text-decoration:underline;
}
em a:hover {
 	color: #666666;
	font-size: 100%;
	text-decoration: none;
}

em a:visited, em a:active {
	color: #666666;
	font-size: 100%;
	text-decoration:underline;
}
h1 {
	font-size: 240%;
	margin: 5px;
	color: #A0CE67;
	font-weight: bold;
}

h2 {
	font-size: 145%;
	margin: 5px;
}

h3 {
	margin: 3px;
	font-size: 110%;
	font-weight: bold;
}

h4 {
	margin: 3px;
	font-weight: normal;
	font-size: 110%;
}