@charset "utf-8";
/* ---------- base styles ------------- */
* {
	padding:0;
	margin: 0;
	}
html{
	overflow-y: scroll;
}

html, body {
	height: 100%;
	}
body  {
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #669900;
	background-image: url(../images/contentBack2.jpg);
	background-repeat: repeat;
	background-position: center bottom;
	background-attachment: fixed;
}

#container {
	position:relative;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
} 
#header {
	width: 960px;
}
#topnav {
	height: 33px;
	width: 960px;
	background-image: url(../images/images/layout_02.gif);
}
#topnav /* -- main navigation styles --*/
 ul {
	list-style:none;
	left: 30px;
	height: 33px;
	width: 960px;
	}
#topnav  ul  li{
	float:left;
	}
#topnav  ul  a {
	font-size:12px;
	text-decoration:none;
	color:#FFFFFF;
	float:left;
	display:block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	line-height: 2.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	}
#topnav  ul  a:hover{
	color:#FFC600;
	}
#crumb {
	height: 38px;
	width: 960px;
	background-image: url(../images/images/layout_03.gif);
	background-repeat: no-repeat;
}
#crumb   /* -- main navigation styles --*/
ul {
	list-style:none;
	left: 30px;
	height: 33px;
	width: 960px;
	}
#crumb    ul    li{
	float:left;
	}
#crumb   ul   a {
	font-size:11px;
	text-decoration:none;
	color:#B22626;
	display:block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	line-height: 2.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	}
#crumb   ul   a:hover{
	color:#FFFFFF;
	}


#content {
	float: left;
	width: 600px;
	padding: 30px;
}
#content img {
	border: 2px solid #009900;
	margin-bottom: 15px;
	display: block;
}
#home {
	width: 940px;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	height: 100px;
}


#copy {
	padding: 20px;
	border: 1px dashed #E07A24;
	background-color: #FFFFCC;
}
#copy p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	text-align: justify;
}
#copy ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	font-style: italic;
	margin-left: 25px;
}
#copy table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2em;
}



#sidebar {
	float: left;
	width: 300px;
	margin-top: 30px;
	background-color: #FFFFFF;
}
#sidebar img {
	padding: 10px;
	border: 1px dashed #FFCC66;
}
#copy2 {
	padding: 20px;
	border: 1px dotted #FF8D00;
	margin-right: 20px;
	background-color: #FFFF99;
}
#copy2 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



h1 {
	color: #BB2B2B;
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A64007;
	text-transform: capitalize;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #FF6600;
	margin-bottom: 15px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	text-align: justify;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
	text-align: justify;
	padding-left: 15px;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FF6600;
	line-height: 2em;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC6600;
	line-height: 2em;
	text-align: left;
}
h7 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #BB2B2B;
	list-style-type: square;
	text-align: center;
}

.style1 {font-size: 18px}
.staff {
	padding: 5px;
	display: inline;
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
	clear: left;
}
