﻿/* CSS layout */
h3           { font-family: Tahoma; font-size: 10pt; font-weight: bold }
h2           {
	font-family: Tahoma;
	font-size: 16pt;
	color: #FF0000;
	font-weight: bold;
	margin-top: 2;
	line-height: 100%;
	font-style: italic;
}
.imgright    { font-family: Tahoma; font-size: 10pt; text-indent: 0; line-height: 1.1; 
               text-align: left }
.bodystrong {
	font-size: large;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
#masthead {
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-left: 200px;
}

#footer {
}
