﻿/* CSS layout */
h3 {
	font-family: Georgia;
	color: orange;
}

h2 {
	font-family: Georgia;
	color: orange;
}

h1 {
	font-family: Georgia;
	color: orange;
}


A:link {text-decoration: none; color:#000099;}
A:visited {text-decoration: none; color:#000099;}
A:active {text-decoration: none; color:#000099;}
A:hover {text-decoration: underline; color:#000099;}

#roundedbox {
background: url(/images/topleft.PNG) white no-repeat scroll left top;
background: url(/images/topright.PNG) white no-repeat scroll right top;
background: url(/images/bottomright.PNG) white no-repeat scroll right bottom;
background: url(/images/bottomleft.PNG) white no-repeat scroll left bottom;
background: RGB(240, 240, 0) repeat;
border: thin;
border-color: #E4AD05;
padding: 10px 10px 10px 10px;
}

#masthead {
	background: orange url('images/masthead2.jpg') no-repeat scroll center top;
}

#top_nav {
	font-family: Georgia;
	background-color: orange;
	border-bottom-color: gray;
	border-bottom-style: solid;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 187px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: orange none no-repeat scroll center center;
	border-right-style: dashed;
	border-right-width: thin;
	border-right-color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

#page_content {
	margin-left: 200px;
	float: left;
	background: white none no-repeat scroll center center;
	padding: 10px;
	font-family: Georgia;
}

#footer {
	font-family: Georgia;
	text-align: center;
	font-style: italic;
	font-size: xx-small;
	background: orange none no-repeat scroll center center;
}
