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

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #FFF;
	background-color: #577FA2;
	margin: 0px;
	line-height: 115%;
}
#wrap1 {
	background-color: #577FA2;
	width: 100%;
}
#wrap2 {
	width: 770px;
	background-color: #577FA2;
}
#leftsidebar {
	float: left;
	height: auto;
	width: 225px;
	padding-right: 5px;
}
#maincontent {
	float: left;
	height: auto;
	width: 700px;
	background-color: #577FA2;
}
#maincontent2 {
	float: left;
	height: auto;
	width: 520px;
}
ul {
	text-align: right;
	display: block;
	margin-top: 45px;
	line-height: 130%;
}
.clearboth {
	clear: both;
	float: none;
}
#bodytextlist {
	text-align: left;
	text-transform: none;
	line-height: normal;
}

.inside10 {
	padding: 10px;
}
#footer {
	font-size: 70%;
	text-align: center;
	background-color: #363636;
	width: 770px;
}
#footer a {
	text-transform: capitalize;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

.bodytext {
	font-size: 80%;
	text-align: left;
	display: block;
}
h1 {
	font-size: 120%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #363636;
	padding: 3px;
	height: auto;
	width: 500px;
}
h2 {
	font-size: 105%;
	line-height: normal;
	background-color: #363636;
	width: 500px;
	padding: 3px;
}
h3 {
	font-size: 70%;
	font-variant: small-caps;
	line-height: 10px;
}

a {
	color: #FFF;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}






li {
	font-size: 90%;
	text-transform: uppercase;
	list-style-type: disc;
	text-indent: 3px;
	list-style-position: inside;
}
blockquote li {
	font-size: 85%;
	text-transform: none;
	list-style-type: disc;
	list-style-position: inside;
	text-indent: -12px;
}
blockquote ul {
	list-style-position: inside;
	list-style-type: disc;
	text-align: left;
}


li a {
	color: #FFF;
	text-decoration: none;
}
li a:hover {
	color: #FF9;
	text-decoration: underline;
}
.inside20 {
	padding: 20px;
}
.inside30 {
	padding: 30px;
}
blockquote {
	line-height: normal;
	margin-left: 10px;
}
#linktable {
	font-size: 60%;
	background-color: #577FA2;
}
#linktable a {
	color: #FFF;
	text-decoration: underline;
}
#linktable a:hover {
	color: #F03;
	text-decoration: none;
}
.left30 {
	padding-left: 30px;
}
.lefttop30 {
	padding-top: 30px;
	padding-left: 30px;
}
