﻿@charset "utf-8";
.bodybg {
	background-attachment: fixed;
	background-image: url(home_background2.png);
	background-position: left top;
}

#container {
	width: 100%;
}

#Title {
	position: absolute;
	top: 15px;
	left: 85px;
	float: left;
	width: 250px;
}

#Title h1 {
/*	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; */
/*	font-family: Cambria; */
	font-family: Candara;
	font-size: 32pt;
	text-align: center;
	color: #003399;
	letter-spacing: 2px;
	margin-bottom: -5px;
}

#Title h2 {
/*	font-family: Tahoma, Geneva, sans-serif; */
	font-family: Candara;
	font-size: 18pt;
	text-align: center;
	color: #0066CC;
	letter-spacing: 8px;
	margin-top: 0px;
}

#menu {
	width: 100%;
	position: absolute;
	top: 100px;
	text-align: right;
}

#menu h1 {
	width: 100%;
}

#fit {
	position: absolute;
	top: 150px;
	left: 0px;
	right: 0px;
	height: 40px;
	width: 100%;
	background-color: #3399FF;	
	text-align: right;
	vertical-align: middle;
}

#fit a {
	text-decoration: none;
	font-family: Candara, Calibri, "Trebuchet MS";
	font-weight: bold;
	font-size: 16pt;	
	color: #FFFFFF;
}

#fit a:hover {
	color: #CCCCCC;
}

#cc {
	position: absolute;
	top: 190px;
	left: 0px;
	right: 0px;
	height: 40px;
	width: 100%;
	background-color: #0066CC;
	text-align: right;
	vertical-align: middle;
}

#cc a {
	text-decoration: none;
	font-family: Candara, Calibri, "Trebuchet MS";
	font-weight: bold;
	font-size: 16pt;
	color: #FFFFFF;
}

#cc a:hover {
	color: #CCCCCC;
}

#pd {
	position: absolute;
	top: 230px;
	left: 0px;
	right: 0px;
	height: 40px;
	width: 100%;
	background-color: #003399;
	text-align: right;
	vertical-align: middle;
}

#pd a {
	text-decoration: none;
	font-family: Candara, Calibri, "Trebuchet MS";
	font-weight: bold;	
	font-size: 16pt;	
	color: #FFFFFF;
}

#pd a:hover {
	color: #CCCCCC;
}
