﻿/* CSS layout */

BODY, TR, TD 		{ font-family: arial, sans-serif; font-size: 10pt; text-align: left;}

span.tiny-blu-text 	{ color: #000080; font-size: 7pt; }

span.small-text { font-size: 8pt; }

span.medium-blu-text { color: #000080; }

H2					{ font-family: arial, sans-serif; font-size:16pt; margin-top: 1em; margin-bottom: 1em; }

H4					{ font-family: arial, sans-serif; font-size:11pt; }


#page {
	margin-left: auto;
	margin-right: auto;
	width: 786px;
	text-align: left;
}

#masthead {
width:797px;
text-align:center;
}

#top_nav {
}

#top_nav_left {
width:120px;
float:left;
}

#top_nav_right {
width:630px;
float:right;
text-align:right;
}

#page_title {
font-family: arial, sans-serif; 
font-size:16pt; 
margin-top: 1em; 
margin-bottom: 1em;
font-weight:bold;
height:60px;
min-height:60px;
}

#page_title_left {
width:65px;
float:left;
height:60px;
min-height:60px;
}

#page_title_right {
width:700px;
float:left;
height:60px;
min-height:60px;
}

#page_subtitle {
font-family: arial, sans-serif; 
font-size:11pt; 
font-weight:bold;
height:30px;
min-height:30px;
}

#page_subtitle_left {
width:85px;
float:left;
height:30px;
min-height:30px;
}

#page_subtitle_right {
width:695px;
float:left;
height:30px;
min-height:30px;
}

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

#left_col {
	width: 100px;
	float:left;
	min-width:100px;
}

#page_content_container {
	background-image:url('../images/VertBarBgnd.jpg');
	background-repeat:repeat-y;
	float:right;
	width:670px;
}

#page_content {
	width:640px;
	float:right;
}

#footer {
	text-align:center;
}

/* Hack to fix float issue in firefox */
.full_width {
	/* border: 1px solid black; padding:0.5em; */ }

.full_width:after {content: ""; display: block; height: 0; clear:both; }


