﻿/* CSS layout */
#bigcontainer {
	text-align: left;
	background-color: #FFFFFF;
	margin: 0px auto 0px auto;
	position: relative;
	width: 800px;
}
#masthead {
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
	height: 100%;
}
#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 300px;
}
#page_content {
	padding: 10px;
	margin-left: 200px;
}

#footer {
}
a {
	text-decoration: none;
	color: #34608D;
}
li {
	margin-bottom: 6px;
}
ul li ul {
	margin-top: 6px;
	list-style-type: circle;
}
a:hover {
	text-decoration: underline;
}
body {
	font-family: Verdana;
	font-size: small;
}
h1 {
	font-family: Verdana;
	font-size: x-large;
	font-weight: bold;
	color: #34608D;
	margin: 0px 0px 10px 0px;
}
h2 {
	font-family: Verdana;
	font-size: large;
	font-weight: bold;
	color: #000000;
}
#page_content p {
	margin: 0px;
}
.list-items-bold {
	color: #34608D;
	font-weight: bolder;
}
.link_info {
	color: #666666;
	font-size: x-small;
	font-family: Verdana;
}

