@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E6FFFC;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: small;
	color: #666;
	line-height: 170%;
}

a {
	color: #333;
	text-decoration: none;
}

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #F36;
}
a:active {
	text-decoration: none;
	color: #F36;
}

#nav {
	width: 200px;
	float: left;
}
#cross-back {
	position: absolute;
}
#copyright {
	font-size: 80%;
	font-style: italic;
	text-align: left;
	margin-top: 210px;
}
#home {
	float: none;
	margin-top: 0px;
}
#backarrow {
	margin-bottom: 3px;
}
#menu {
	margin-top: 100px;
}
#main-container {
	width: 580px;
	float: left;
}
#main {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 25px;
}
#cross-side {
	float: right;
	background-image: url(images/site/cross-side.png);
	background-repeat: no-repeat;
	height: 556px;
	width: 40px;
}
#cointainer {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#main h1 {
	font-size: x-large;
	color: #666;
	font-weight: bolder;
	margin: 0px;
	line-height: 110%;
}
#main h3 {
	line-height: 110%;
	font-size: 90%;
	color: #666;
	font-weight: normal;
	margin: 0px;
}
#main h2 {
	font-size: medium;
	color: #666;
	margin: 0px;
	padding: 0px;
}
#main img {
	border: thin solid #999;
	background-color:#fff;
	padding: 2px;
}
#main li {
	list-style-type: circle;
}
#cross-nav {
	background-image: url(images/site/cross-nav.png);
	background-repeat: no-repeat;
	height: 23px;
	width: 200px;
}
#cross-top {
	background-image: url(images/site/cross-top.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 580px;
}
