﻿/* CSS layout */
body {
	margin: 0px;
	padding: 5px;
	background-color:whitesmoke;
	font-family: Verdana,Geneva, Arial, Sans-Serif;
	font-weight: normal;
	font-size: small;
	line-height: 1.6em;
}

.ContentBox { position: relative; width: 100%; border: 0px #F5F5F5 solid }
.Contentcorner { position: absolute; width: 10px; height: 10px; background: url('lightbluecircle.jpg') no-repeat; font-size: 0%; }
.ContentcornerBoxInner { padding: 0px; }

.TL { top: -1px; left: -1px; background-position: 0 0; }
.TR { top: -1px; right: -1px; background-position: -10px 0; }
.BL { bottom: -1px; left: -1px; background-position: 0 -10px; }
.BR { bottom: -1px; right: -1px; background-position: -10px -10px; }


#masthead {
padding-top:10px;
}

#top_nav {
background-color:white;
padding-bottom:10px;
}

#container {
	clear: both;
	min-width: 950px;
	min-height:690px;
	margin: 0px;
	padding: 5px;
	background-color:white;
}

#left_col {
    min-height:690px;
	width: 200px;
	float: left;
	background-color:white;
	
}

#right_col {
    min-height:690px;
	width: 190px;
	float: right;
	padding-left:5px;
}

#page_content {
    min-height:690px;
	padding: 0px;
	margin-left: 200px;
	margin-right: 200px;
	
	
}

#footer {
	clear: both;
	background-color:lightblue;
}
