html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border: none;
	height: 100%;
}

.bgouter {
	background-color: #2F3C40;
	background-image: url(../osky_images/outerbg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

.bgheader {
	background-color: #FFFFFF;
	background-image: url(../osky_images/headerbg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.bgright {
	background-image: url(../osky_images/bg_right.gif);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #C1CC9D;
}

.bggunmetal, .footerright, .bgheadertopmid {
	background-color: #7494A4;
}

.bglight, .footerleft, .bgheadertopright {
	background-color: #C6DEEA;
}

.bgwhite, .leftbg, .bgmainpic {
	background-color: #FFFFFF;
}

.bgheadertopmid {
	background-image: url(../osky_images/header_topmid.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 1px;
}

.bgheadertopright {
	background-image: url(../osky_images/header_topright.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 449px;
}

.bgtitlebar {
	background-image: url(../osky_images/titlebar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #5BA8CD;
	height: 30px;
	padding-left: 30px;
}

.bgmainpic {
	height: 215px;
}

.leftbg {
	background-image: url(../osky_images/bgleftshade.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 450px;
}

.righttabletop {
	background-color: #8AC1DC;
	height: 10px;
}

.righttablebottom {
	background-color: #8AC1DC;
	padding-left: 30px;
	height: 30px;
}

.bodytext, .footerleft, .footerright, .textpadding, .textlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #566167;
	text-decoration: none;
}

.textpadding, .textlarge {
	padding-left: 30px;
	padding-top: 17px;
	padding-right: 30px;
	padding-bottom: 15px;
}

.textlarge {
	font-size: 12px;
}

.textgreen {
	color: #6B951E;
	font-weight: bold;
}

.textlink {
	font-family: Arial, Helvetica, sans-serif;
	color: #566167;
	text-decoration: none;
}

.textlink:hover {
	color: #000000;
	text-decoration: underline;
}

.textlink2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #305E76;
	text-decoration: underline;
}

.textlink2:hover {
	color: #000000;
	text-decoration: underline;
}


.footerleft {
	color: #566167;
	padding-left: 30px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}

.footerright {
	color: #FFFFFF;
	padding-left: 30px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
}

.button {
	background-color: #7494A4;
	border: #FFFFFF 1px solid;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

.siteindex dl {
	float: left;
	width: 200px; height: auto;
	padding: 0; margin: 0 10px 10px 0;
}

.siteindex dl dt {
	float: left;
	clear: both;
	width: 200px; height: 10px;
	padding: 15px 0 5px 0; margin: 0;
	font-size: 12px; font-weight: bold; line-height: 1.3;
}

.siteindex dl dd {
	float: left;
	clear: both;
	width: 200px; height: auto;
	font-size: 12px; font-weight: normal; line-height: 1.3;
	color: #666;
	padding: 0 0 0 20px; margin: 0;
}

/* Side nav bar */
.navbarindex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7494A4;
	margin: 0;
	text-decoration: none;
	height: 15px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.navbar, .navbaractive {
	display: block;         /* lines extend to right, make area clickable */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	color: #566167;
	background-color: #C6DEEA;
	margin: 0;
	text-decoration: none;
	height: 15px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 15px;
	background-image: url(../osky_images/navarrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}


.navbar:hover {
	color: #FFFFFF;
	background-color: #ADC77D;
}

.navbaractive {
	color: #FFFFFF;
	background-color: #3091C1;
}