body {
	background-image: url(../images/bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #20579a;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 120px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #555555;
}
td {
	vertical-align: top;
	line-height: 20px;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
.main-table {
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	width: 100%;
}
.top-img {
	background-image: url(../images/top-bg.jpg);
	height: 250px;
	padding-right: 20px;
	color: #FFFFFF;
	text-align: right;
}
.website-title {
	font-family: "Trebuchet MS", Arial;
	color: #FFFFFF;
	text-align: right;
	margin-top: 100px;
	font-size: 34px;
	letter-spacing: -1px;
	line-height: 100%;
}
.menu {
	height: 35px;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../images/menu-bg.gif);
}
.table-corners {
	width: 900px;
}
.bg-white {
	background-color: #FFFFFF;
}
.corner1 {
	background-image: url(../images/corner1.gif);
	width: 20px;
	height: 20px;
}
.corner2 {
	background-image: url(../images/corner2.gif);
	width: 20px;
	height: 20px;
}
.corner3 {
	background-image: url(../images/corner3.gif);
	width: 20px;
	height: 20px;
}
.corner4 {
	background-image: url(../images/corner4.gif);
	width: 20px;
	height: 20px;
}
a.menu-link {
	background-image: url(../images/menu-sep.gif);
	height: 30px;
	line-height: 30px;
	background-position: right;
	background-repeat: no-repeat;
	padding-left: 7px;
	padding-right: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: Tahoma;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.menu-link:hover {
	background-image: url(../images/menu-bg_hover.gif);
	background-position: center;
	background-repeat: repeat-x;
	color: #FFE7CF;
}
.content {
	padding-top: 25px;
	padding-left: 2px;
	padding-right: 60px;
	padding-bottom: 35px;
}
.content-right {
	padding-top: 25px;
}
.footer {
	
	font-size: 11px;
	color: #888888;
	padding-left:3px;
	padding-top:15px;
}
.footer a, .footer a:visited {
	color: #888888;
	text-decoration: none;
}
.footer a:hover {
	color: #888888;
	text-decoration: underline;
}
a.menu-right, a.menu-right:visited {
	font-size: 18px;
	line-height: 30px;
	padding-left: 20px;
	text-decoration: none;
	color: #aaaaaa;
	background-color: #FAFAFA;
	width: 200px;
	display: block;
	border-bottom: #CCCCCC solid 1px;
}
a.menu-right:hover {
	background-color:#2679B7;
	color:#D8E9F1;
}
.content a, .content a:visited {
	color: #20579a;
	text-decoration: underline;
}
.content a:hover {
	color: #ff7200;
	text-decoration: underline;
}
.floatLeft {
	float: left;
	padding-right: 10px;
}
.small {
	font-size: 10px;
	width: 250px;
}
.small100 {
	font-size: 10px;
	width: 100px;
}
img {
	border: 0px;
}
.orange {
	color: #ff8300;
}