@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-size: 14px;
	background-color: #1bade1;
}
.page  #container {
	width: 760px;
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 435px;
	background-image: url(../images/bkgd.gif);
}
.page  #mainContent {
	margin-left: 280px;
	text-align: justify;
	margin-right: 20px;
	padding: 1px 10px 0 0;
	height: 425px;
	margin-top: 5px;
}

iframe {
	background-color: #FFFFFF;
}

h1 {
	font-size: x-large;
	font-weight: bold;
}

.page #nav {
	width: 150px;
	margin-left: 115px;
	list-style-type: none;
	float: left;
	margin-top: 5px;

	border-right: 1px solid #;
	padding-right: 8px;
	border-right: 1px solid #ffe085;
}

#nav ul {
	list-style-type: none;
	font-size: small;
}
.olink a:link {
	color: #FFE085;
}
.olink a:visited {
	color: #FFE085;
}

#nav li {
	text-align: right;
}

a:hover {
	color: #DA362F;
}
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
