﻿/* CSS layout */
#masthead {
	position: relative;
	width: 100%;
}

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

#header {
	margin-left:200px;
}

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

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

#page_content {
	margin-right: 200px;
	margin-left: 200px;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer {
}
/* end layout */

.smallBluePlus {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
}
.underPics {
	color: #000000;
	font-size: small;
}
.picFloatRpadLeft5 {
	vertical-align: middle;
	margin-left: 5px;
	float: right;
}
.LargeLeft {
	font-size: large;
	text-align: left;
}
.xxBluePlus {
	color: #0000FF;
	font-size: xx-large;
	font-style: italic;
}
.large {
	color: #000000;
	font-size: large;
}
.large_blue {
	color: #0000FF;
	font-size: large;
}
.leftPad40 {
	text-align: left;
	margin-left: 40px;
}
.txt_align_center {
	text-align: center;
}
.fontLarger {
	font-size: larger;
}
.right {
	text-align: right;
}
.large {
	font-size: xx-large;
	text-align: center;
}
.xtraLrgUnderline {
	font-size: xx-large;
	text-decoration: underline;
}
