﻿/* CSS layout */
html {
	width: 80%;
	margin-left: 10%;
	min-width: 400px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
}

#masthead {
	background: url(assets/images/head_bg.gif) no-repeat scroll bottom right;
	text-align: left;
	border-bottom-color: #800000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 20px;
	height: 50px;
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	background: url('assets/images/menu_headbg.gif') no-repeat scroll;
	width: 165px;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	text-align: left;
	line-height: 20pt;
	background-color: #EBEBEB;
	font-weight: bold;
	letter-spacing: 2px;
}

#left_col_bot {
	padding: 0;
	margin: 0;
	background: url('assets/images/menu_footbg.gif') bottom center;
	height: 8px;
	max-height: 8px;
}

#left_col a {
	color: #808080;
	text-decoration: none;
	background-color: #EBEBEB;
}

#left_col a:hover {
	color: #800000;
	background-color: #EBEBEB;
}

#left_col ul {
	padding: 0;
	list-style-type: none;
	margin-left: 0;
	border-left-color: #808080;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #808080;
	border-right-style: solid;
	border-right-width: 1px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

#left_col li {
	border-bottom-color: #808080;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	margin-left: 10px;
	margin-right: 10px;
}

#page_content {
	margin-left: 10px;
}

#footer {
	border-top-color: #800000;
	border-top-style: solid;
	border-top-width: thin;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

.contentBox {
	background: #EBEBEB;
}
.contentBoxTop div {
	background: url(assets/images/contentBoxTopLeft.gif) no-repeat top left;
}

.contentBoxTop {
	background: #800000 url(assets/images/contentBoxTopRight.gif) no-repeat right top;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	height: 7px;
}
.contentBoxBottom div {
	background: url(assets/images/contentBoxBottomLeft.gif) no-repeat bottom left;
	height: 4px;
}
.contentBoxBottom {
	background: url(assets/images/contentBoxBottomRight.gif) no-repeat bottom right;
	height: 4px;
}

/* height and width stuff, width not really nessisary. */
.contentBoxTop div, .contentBoxTop, .contentBoxBottom div, .contentBoxBottom {
	width: 100%;
}
.contentBoxContent {
	margin: 0;
	padding: 0;
	border-left-color: #808080;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #808080;
	border-right-width: 1px;
	border-right-style: solid;
}

.contentBoxBottomBorder {
	background: url(assets/images/contentBoxBorder.gif) 0 100% repeat-x;
	width: 100%;
	height:4px;
}

.contentBoxBottomLeft {
	background: url(assets/images/contentBoxBottomLeft.gif) 0 100% no-repeat;
	width: 100%;
	height:4px;

}

.contentBoxBottomRight {
	background: url(assets/images/contentBoxBottomRight.gif) 100% 100% no-repeat;
	width: 100%;
	height:4px;
}

.contentBox { width: 90%; margin: 1em auto; }

.contentBoxTitle {
	margin: 0 0 0 0;
	background-color: #800000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	padding-left: 10px;
	font-weight: bold;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #800000;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #800000;
	font-weight: bold;
}
