@charset "UTF-8";
/* This is the container (or box) that holds the contents of the website */
#container {
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #a4c2c2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;	
}
/* This is the basic style for the entire site */
body {
	background-color:#33636F;
	font:11px arial;
	color:#333333;
}
/* This is the header style */
#header {
	height: 30px;
	width: 775px;
	color: #FFFFFF;
	letter-spacing:0.4em;
	font-weight:bold;
	font-family: "times new roman";
	font-size: 18px;
	text-transform: uppercase;
	text-align: right;
	padding-top: 30px;
	padding-right: 25px;
	background-color:#33636F;
}
/* These are the navigation bar styles */
#navbar {
	height: 36px;
	width: 800px;
	background-color: #a4c2c2;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#navbar ul {
	list-style:none;
	padding: 12px;
	margin: 0;

}
#navbar li {
	display:inline;	

}
#navbar li a {
	text-decoration:none;
	color: #336666;
	letter-spacing:0.1em;
	font-family: arial;
	font-size: 10px;
	text-transform: uppercase;
	padding: 0px 10px;
	text-align:center;
	width: 80px;
}
#navbar a:hover {
	text-decoration:underline;
	color: #993300;
}
/* This is the side bar style */
#sidebar {
	width: 210px;
	float: left;
	background-color: #a4c2c2;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}

/* These are the main text body styles */
#textbody {
	width: 530px;
	float: right;
	line-height:24px;
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
}
#textbody a {
	font-weight:bold;
	color: #cc0000;
	text-decoration:none;
}
#textbody a:hover {
    color: #0F350E;
    text-decoration: underline;
}
/* Misc. text styles */
.pageName {
    font: 20px georgia;
    color: #110539;
    letter-spacing: .1em;
    line-height: 26px;
}

.style3 {
	font-size: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.style5 {
	font-style: italic; 
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.style8 {
	color: #666666;
}

.style9 {
	color: #FFFFFF;
}
#footer {
	clear: both;
	width: 800px;
}#container #textbody h2 {
	color: #000000;
}
