
body {
	margin: 0px;
	font-family: "Times New Roman", Times, serif ;
	font-size: 12pt ;
	background-color: #FBF8EE;
}

a {
}

a:hover {
}

a:visited {
}

a:active {
}

div#header {
	width: 100% ;
	display: block ;
}

div#header table {
	width: 100%;
	border: 0px;
}

div#header td.logo {
	width: 1%;
	padding-right: 5px;
	vertical-align: top;
}

div#header td.title {
	vertical-align: top;
}

div#header span#title {
	font-size: 32pt;
	position: relative; 
	left: 1px; 
	top: 1px; 
	color: #cccccc; 
	font-family: "Times New Roman", Times, serif ;
}

div#header span#title span {
	position: absolute; 
	left: -1px; 
	top: -1px; 
	color: #330033;
}

div#header span.subtitle {
	font-size: 16pt;
	color: #000066 ;
	display: block;
}

div#header span#small-title {
	font-size: 14pt;
	position: relative; 
	left: 1px; 
	top: 1px; 
	color: #000066; 
	font-family: "Times New Roman", Times, serif ;
}

div.main {
	width: 100%;
	padding-top: 10px ;
	padding-bottom: 10px; 
	background-color: #FBF8EE;
}

div#footer {
	width: 100%;
	display: block ;
	text-align: center ;
	font-size: 9pt;
	color: #CCCCCC;
	border-top: 1px solid #cccccc;
	background-color: #FBF8EE;
}

span.subHeader {
	display: block ;
	font-size: 20pt;
	padding-bottom: 10px;
}

div.main table {
	border-left: solid gray 1px ;
	border-top: solid gray 1px ;
}

div.main table tr td {
	border-right: solid gray 1px ;
	border-bottom: solid gray 1px ;
	padding: 2px;
}

div#home {
	background: #FFFFFF url("../images/Home.gif") no-repeat;
	height: 500px;
	font-weight: bold;
}

.menu {
	text-align: left ;
	width: 100%;
	background-color: #FBF8EE;
}