﻿.mainpage {
	background-color: #709BDE;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	padding-top: 10px;
}
.mainframe {
	width: 1020px;
	background-color: white;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 15px;
	color: #003366;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
}
.full_width {
	float: left;
	text-align: left;
}
.left_column {
	width:  140px;
	float: left;
	padding-left: 10px;
	color: white;
}
.col_head {
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
	color: blue;
}
.justified {
	text-align: justify;
	color: #003366;
}
.menu {
	background-image: url('images/line.jpg');
	background-repeat: repeat-y;
	height: 25px;
	text-align: center;
	color: white;
	font-size: small;
	color: white;
}
.menu_selected {
	background-image: url('images/line_selected.jpg');
	background-repeat: repeat-y;
	height: 25px;
	text-align: center;
	color: black;
	font-size: small;
}
.menu a {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.right_column {
	width: 840px;
	float: right;
	padding-left: 10px;
}
.left_of_2 {
	width: 410px;
	float: left;
	padding-left: 10px;
	border: medium silver;
}
.right_of_2 {
	width: 410px;
	float: right;
	padding-left: 10px;
	border: medium silver;
}
a {
	color: #7A9EDD;
	text-decoration: underline;
}
a:visited {
	color: #7A9EDD;
	text-decoration: underline;
}
a:hover {
	background: #FFEFBD;
	text-decoration: none;
	color: #7A9EDD;
}
a:active {
	color: #7A9EDD;
	text-decoration: underline;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
.header {
	height: 160px;
}
.header_pic {
	float: left;
	width: 200px;
}
.header_text {
	float: right;
	text-align: left;
	width: 800px;
	font-size: 18px;
	color: #003366;
}
.name {
	font-size: 22px;
	font-weight: bold;
}
.tip {
	font-size: 16px;
	font-style: italic;
}
.footer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px;
	text-align: right;
	font-size: 9pt;
	font-weight: bold;
	vertical-align: bottom;
	color: #FFFFFF;
	background-image: url('images/base.jpg');
	background-repeat: repeat-x;
}
.footer a {
	color: #FFFFFF;
	background: #152A3C;
	text-decoration: none;
}
.footer a:hover {
	background: #FFEFBD;
	text-decoration: none;
	color: #7A9EDD;
	font-weight: bold;
}
