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

body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 100%;
	color: #000;
	background-color: #FFFFA4;
	margin: 0px;
	padding: 0px;
}

#container {
	background-color: #FFF;
	background-repeat: repeat-y;
	width: 860px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(assets/images/img02.gif);
}
#header {
	background-image: url(assets/images/Header_Rounded%202.png);
	height: 110px;
	width: 860px;
	background-repeat: no-repeat;
}
#header h1 {
	font-size: 200%;
	color: #FFF;
	text-indent: 10px;
}
#mainContent h2 {
	font-size: 110%;
	text-align: center;
	color: #0E08FF;
}


#mainContent {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 220px;
}
#sidebar {
	float: left;
	width: 180px;
	margin-top: 20px;
	margin-left: 10px;
	display: inline;
}
#footer {
	color: #FFF;
	background-image: url(assets/images/Footer_Rounded%202.png);
	padding: 7px;
	background-repeat: no-repeat;
}
#footer ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#footer li {
	display: inline;
	background-repeat: repeat;
}
#footer a:link, #footer a:visited {
	font-size: 80%;
	color: #FFF;
	margin-right: 5px;
	margin-left: 5px;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #124680;
}

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}
.leftimg {
	float: left;
	margin-right: 8px;
}
.rightimg {
	float: none;
	position: relative;
	left: 380px;
	height: 70px;
	width: 55px;
}
.chrightimg {
	float: right;
	margin-right: 8px;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.chleftimg {
	float: left;
	margin-left: 8px;
	padding-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.lefttext {
	float: left;
	margin-left: 8px;
	text-align: left;
}
.righttext {
	float: right;
	margin-right: 8px;
	text-align: right;
}
.mainContent_p {
	font-size: 85%;
	line-height: 1.2;
}




#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	font-size: 100%;
	list-style-type: none;
}
#nav a {
	text-align: center;
	display: block;
	width: 178px;
	height: 35px;
	background-color: #06BDEB;
	margin-top: 5px;
	margin-bottom: 5px;
}
#nav a:link, #nav a:visited {
	color: #000;
	text-decoration: none;
}
#nav a:hover, #nav a:focus, #nav a:active {
	color: #FFF;
	background-color: #256299;
}
table {
	width: 550px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
td {
	font-size: 100%;
	padding: 2px;
}
th {
	font-size: 100%;
	text-align: left;
	padding: 2px;
	font-weight: bold;
}

caption {
	font-size: 110%;
	color: #0E08FF;
	font-weight: bold;
}

