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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	background-color: #FF9;
	margin: 0px;
	padding: 0px;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#container {
	background-color: #FFC;
	background-image: url(assets/images/container_bg.jpg);
	background-repeat: repeat-y;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#sidebar {
	display: inline;
	float: left;
	width: 180px;
	margin-top: 20px;
	margin-left: 10px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	font-size: 85%;
	list-style-type: none;
}
#nav a {
	text-align: center;
	display: block;
	width: 178px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #900;
}
#nav a:link, #nav a:visited {
	color: #666;
	text-decoration: none;
	background-color: #FFF;
}
#nav a:hover, #nav a:focus, #nav a:active {
	color: #FFF;
	background-color: #903;
}
#footer ul {
	text-align: center;
	margin: 10px;
	padding: 10px;
}
#footer li {
	display: inline;
}
#footer a:link, #footer a:visited {
	font-size: 80%;
	color: #000;
	margin-right: 5px;
	margin-left: 5px;
}
#copyright {
	text-align: right;
	font-size: 10px;
	margin-right: 8px;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #903;
}

#mainContent {
	margin-right: 0px;
	margin-left: 220px;
}
#footer {
	color: #FFF;
	background-color: #CCC;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}
.leftimg {
	float: left;
	margin-right: 8px;
}
.rightimg {
	float: right;
	margin-right: 5px;
}
.centered {
	text-align: center;
}
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #900;
	margin-top: 0px;
	padding-top: 20px;
}
#mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	color: #903;
}
#mainContent p {
	font-size: 100%;
	line-height: 1.4;
}
#mainContent li {
	font-size: 80%;
	list-style-type: square;
}
.sideContent {
	width: 178px;
	margin-top: 10px;
	margin-bottom: 5px;
	border: 1px solid #666;
}
.sideContent h3 {
	font-size: 100%;
	color: #900;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin: 0px;
}
.sideContent p {
	font-size: 80%;
	margin: 5px;
}
