﻿body {
	font-family: "trebuchet MS";
	font-size: small;
	color: #FFFFFF;
	background-color: #CCCCFF;
	margin: 0px;
}
#container {
	background-color: #000066;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	font-family: "trebuchet MS";
	width: 800px;
	margin: 0px auto 0px auto;
}
#header {
	font-family: "trebuchet MS";
	font-size: x-large;
	color: #FFFFFF;
	margin: 10px 20px 0px 20px;
	height: 50px;
}
#top_links {
	font-family: "trebuchet MS";
	font-size: small;
	margin-right: 25px;
	margin-top: 0px;
	margin-left: 20px;
	height: 30px;
	text-align: right;
	color: #FFFFFF;
}
#container1 {
	border: 1px solid #FFFFFF;
	margin: 0px 20px 10px 20px;
}
#left_links {
	padding: 5px;
	font-family: "trebuchet MS";
	color: #FFFFFF;
	font-size: small;
	width: 200px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	height: 400px;
}
#right_container {
	padding: 5px;
	margin-bottom: 20px;
	margin-left: 210px;
}
#left_in_right_container {
	padding: 5px;
	width: 400px;
	float: left;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	background-color: #006699;
	font-family: "trebuchet MS";
	font-size: small;
	color: #FFFFFF;
	height: 600px;
}
#right_in_right_container {
	padding: 5px;
	margin-left: 420px;
	margin-right: 5px;
	margin-top: 5px;
	height: 400px;
}
#bottom_slogan {
	font-family: "trebuchet MS";
	font-size: x-large;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	clear: both;
	margin-bottom: 20px;
}
#bottom_links {
	font-family: "trebuchet MS";
	font-size: small;
	color: #FFFFFF;
	text-align: center;
	margin: 20px;
}
#copyright {
	font-size: small;
	font-family: "trebuchet MS";
	color: #000000;
	text-align: center;
	margin-top: 10px;
	width: 800px;
	height: 25px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-family: "trebuchet MS";
	font-size: 150%;
	color: #FFFFFF;
}
h2 {
	font-family: "trebuchet MS";
	font-size: 110%;
	color: #FFFFFF;
	margin: 0px;
	font-weight: bold;
}
p {
	font-family: "trebuchet MS";
	font-size: small;
	color: #FFFFFF;
	margin: 0px;
}

