@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
body {
	text-align: center;
	font-family: Arial;
	font-size: 13pt;
	background-image: url(../images/background.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #FFF;
	background-attachment: scroll;
}

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#top {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/logo.jpg);
	height: 213px;


}
#topnav {
	width: 150px;
	float: left;
}
#topnav ul {
	width: 150px;
	list-style: none;
	position: relative;
	bottom: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
}
#topnav a {
	color: #FFF;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	text-align: left;
	display: block;
	width: 135px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #666;
	border-right-color: #666;
	border-left-color: #666;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	background-color: #000;
	margin-right: 20px;
	margin-left: 10px;
}

#topnav a:hover {
	color: #9A639A;
	background-color: #FFF;
}
#topnav a.on {
	color: #9E699D;
	background-color: #FFF;
}

#left {
	width: 250px;
	float: left;
	text-align: center;
}
#left a {
	color: #069;
}
#left img {
	border: 1px dotted #FFF;
	padding: 10px;
	margin-bottom: 15px;
}
#left li {
	list-style: none;
}

#left li a {
	color: #000;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}



#right {
	float: left;
	width: 500px;
	margin-left: 25px;
}
#right a {
	color: #069;
}
#right ul li {
	font-family: Georgia;
	font-size: 14px;
	line-height: 1.5em;
	margin-right: 45px;
	margin-left: 45px;
	color: #333;
	margin-bottom: 25px;
}
#right img {
	border: 1px dotted #069;
	padding: 5px;
	margin-right: 15px;
}



h1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #069;
	font-size: 18px;
	padding-bottom: 5px;
	text-transform: none;
	color: #636;
	margin-bottom: 15px;
}

h2 {
	font-family: Verdana;
	font-size: 24px;
	color: #636;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 1.5em;
	width: 200px;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 25px;
	text-align: left;
}
h4 {
	font-size: 10px;
	font-family: Verdana;
	font-weight: normal;
	padding-left: 15px;
	padding-right: 15px;
}
h5 {
	font-family: Verdana;
	font-size: 14px;
	color: #636;
	text-align: left;
}



p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: justify;
	line-height: 1.5em;
	margin-top: 15px;
	margin-bottom: 15px;
}

.show  {
	color: #069;
	font-weight: normal;
	font-style: normal;
	font-family: "Arial Black";
}
.top {
	color: #069;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
}
a {
	text-decoration: none;
}

