﻿body {
	background-color: #C0C0C0;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	color: #003366;
	font-size: 12px;
	margin-top: 0px;
}
#container {
	background-color: #5777A8;
	margin-left: auto;
	width: 900px;
	margin-right: auto;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#header {
	width: 900px;
	background-image:url('header.jpg');
	background-repeat: no-repeat;
	height: 100px;
}
#navbar {
	float: left;
	width: 100px;
	height: auto;
	background-color: #5777A8;
}
#maincontainer {
	float: right;
	width: 800px;
	height: auto;
}
#left {
	border-style: solid;
	border-width: 3px 3px 0px 3px;
	border-color: #5777A8;
	float: left;
	width: 700px;
	height: auto;
	background-color: #FFFFFF;
}
#insideleft {
	padding: 50px 25px 50px 25px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 650px;
	height: auto;
}
#footer {
	clear: both;
	width: 900px;
	height: 35px;
	background-color: #5777A8;
}
#footer2 {
	clear: both;
	width: 900px;
	height: 24px;
	background-color: #0000FF;
}
a {
	color: #3333FF;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.grey {
	color: #808080;
}
.normalweight {
	font-weight: normal;
}
.lightblue {
	text-align: right;
	color: #5777A8;
}
.floatleft {
	float: left;
}
.underline {
	text-decoration: underline;
}
ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
ul a {
	text-decoration: none;
	color: #C0C0C0;
	border: 1px solid #333333;
	display: block;
	line-height: 34px;
}
ul a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFCC00;
	border: 1px solid #333333;
	display: block;
	line-height: 34px;
}
