﻿/* CSS layout */
#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#right_col {
	width: 200px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#page_content {
	margin-right: 200px;
	margin-left: 200px;
	font-family: Arial, Helvetica, sans-serif;
}
	
#container {
	position: relative;
	width: 100%;
}
.Margin_left_40px {
	margin-left: 40px;
}
.Margin_left_80px {
	margin-left: 80px;
}
.Picture_link_border {
	border-width: 0px;
}
.regularcontent {
	margin: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	text-align: center;
	color: #002200;
	font-style: italic;
}
.text_center {
	text-align: center;
}
.Text_medium_indented {
	font-size: medium;
	margin-left: 40px;
}
.text_Xlarge {
	font-size: x-large;
	color: #003300;
}
.text_color_green {
	color: #002200;
}
.Text_green_left {
	color: #003300;
}
.tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	color: #002200;
	text-align: left;
}
.Text_not_italic {
	font-style: normal;
}
.text_left_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #002200;
	font-style: italic;
	text-align: left;
}
.thumbnail_border_none {
	border-style: solid;
	border-width: 0px;
}
.Text_small_spacing_indented {
	margin-left: 80px;
	margin-top: 0;
	margin-bottom: 0;
}
