﻿/* CSS layout */
#masthead {
	height: 100px;
	text-align: center;
	width: 100%;
}
#top_nav {
	height: 30px;
	text-align: center;
	background-image: url('RootImages/TopNavBack.jpg');
	vertical-align: middle;
	width: 100%;
}

#container {
	position: relative;
	width: 100%;
	top: 0px;
	left: 0px;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	background-color: #EBEBEB;
}

#page_content {
	margin-right: 200px;
	margin-left: 200px;
	padding-right: 10px;
	text-align: left;
	padding-left: 10px;
	font-family: Tahoma;
	width: (600px);
}
#right_col {
	border-style: none;
	background: #EBEBEB 0px 0px;
	width: 190px;
	position: absolute;
	right: 0px;
	top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	bottom: 0;
}
#footer {
	background-color: #808080;
	font-size: small;
	height: 25px;
	width: 100%;
}
#top_nav ul {
	list-style-type: none;
	width: 100%;
	padding: 5px;
	margin: 0px;
	height: 30px;
}
#top_nav li {
	float: left;
}
#top_nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #7D8A9A;
}
.CCContent {
	background-position: 0px 0px;
	text-align: left;
	background-repeat: repeat;
	background-attachment: scroll;
	font-size: medium;
	font-family: Tahoma;
}
.SubHeading {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #000000;
}
.Heading {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #000000;
}
#top_nav a {
	padding: 1px 5px 1px 5px;
	color: #DBDBDB;
	display: block;
	margin-right: 2px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
}
.LCLinks {
	padding-left: 20px;
	text-decoration: none;
	font-family: Tahoma;
	font-size: small;
	text-align: left;
}
.RCItalic {
	font-family: Tahoma;
	font-style: italic;
	font-size: small;
}

.PageTitle {
	color: #465F7E;
}
