﻿/* CSS layout */
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 740px;
}
#masthead {
	background-color: #99CCFF;
	background-image: url('images/corner.gif');
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	border-bottom-color: #1A8CFF;
	height: 80px;
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-left: 220px;
}

#footer {
}
h1 {
	padding: 30px 5px 5px 5px;
}
h3 {
	background-image: url('images/corner.gif');
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #CCE6FF;
	margin: 5px 0px 0px 0px;
	padding: 5px;
	font-size: 90%;
	text-align: center;
	color: #1A8CFF;
}
h2 {
	background-color: #6CB6FF;
	background-image: url('images/corner.gif');
	background-repeat: no-repeat;
	background-position: right top;
	margin: 5px 0px 0px 0px;
	padding: 5px;
	color: #FFFFFF;
	font-size: 80%;
}
.breakout {
	background-color: #F4FAFF;
	border-style: none solid solid solid;
	border-width: 1px;
	border-color: #D2E9FF;
	margin: 0px;
	padding: 5px;
}
img {
	float: left;
	margin-right: 5px;
	vertical-align: middle;
}
.h3bottom {
	background-color: #F9FCFF;
	border: 1px solid #D9ECFF;
	margin: 0px;
	padding: 5px;
	color: #0059B3;
}
/* Styles for Navigation */
body {
	font-family: Arial, Helvetica, sans-serif;
}
#top_nav a {
	color: #1A8CFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 80%;
	margin-right: 5px;
	margin-left: 5px;
}
#top_nav a:hover {
	color: #000000;
}
