@charset "utf-8";
html {
	overflow-y: scroll;
}
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	background-image: url(../images/background1.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #333333;
	background-attachment: fixed;
}

#container {
	width: 900px;
	text-align: left;
	min-height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#sidebar1 {
	float: left;
	width: 150px;
	margin-left: 230px;
}
#mainContent {
	height: 100%;
	width: 460px;
	float: left;
	padding-right: 30px;
	padding-left: 30px;
	background-image: url(../images/back.png);
	background-repeat: repeat;
} 

#sidebar1 ul {
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	bottom:0;
	float: left;
	width: 150px;
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
#mainNav a {
	display: block;
	color: #006600;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: right;
}
#mainNav a:hover {
	color: #000000;
	background-image: url(../images/back.png);
}
#mainNav a.on {
	display: block;
	color: #000000;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-image: url(../images/back.png);
}
#mainNav a.b {
	display: block;
	color: #000000;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	background-color: #FFFFFF;
	font-style: normal;
	text-align: left;
	border: 1px dashed #C8C8C8;
}
#mainNav a.c {
	display: block;
	color: #000000;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-style: normal;
	text-align: left;
	background-image: url(../images/back.png);
	border: 1px dashed #373737;
}


#mainContent  img {
	padding: 5px;
	border: 1px dotted #35A5A6;
}
#mainContent a {
	color: #006600;
	font-style: normal;
	text-decoration: none;
}
#mainContent     img.top {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 18px;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #B27F6E;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B27F6E;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}

.top {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: italic;
	color: #0C9C9D;
}




.last {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
