/* CSS Document */
body {
	font: Arial;
	font-family: Arial, Helvetica, sans-serif;
	background: #333367 url("../images/background.jpg");
	background-repeat: repeat-y;
	margin: 0px;
}

td.Header {
	height: 135px;
	width: 100%;
	background: #CCCC99;
}

td.Header #Image {
	float: left;
	background: #CCCC99;
	height: 100px;
	width: 104px;
	margin-left: 23px;
}

td.Header #Title {
	float: inherit;
	width: auto;
	padding-left: 200px;
	padding-top: 30px;
	color: #333367;
	font-size: 36px;
}

td.Menu {
	vertical-align: text-top;
	float: left;
	width: 144px;
	height: 100%;
	background: #CCCC99;
	padding: 30px 0px 0px 0px;
}

td.Menu #Header {
	color: #333367;
	width: 144px;
	font-size: 20.7px;
	font-weight: bold;
	text-align: center;
}

td.Menu #MenuSpacer {
	height: 34px;
	width: 100%;
}

td.Menu #Links {
	width: 100%;
	text-align: center;
}

td.Menu #Links a {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	line-height:30px;
}

td.Content {
	vertical-align: text-top;
	float: inherit;
	width: 100%;
	height: auto;
	vertical-align: top;
	padding: 32px 25px 0px 25px;
}

td.Content #InnerMenu{

}

td.Content #InnerMenu a {
font-weight: bold;
}

td.Content #Spacer {
 width: 100%;
 height: 11px;
}

td.Content h1 {
color: #CCCC99;
}

td.Content #Main {
color: #CCCC99;
}

td.Content #Main p {
font-size: 14px;
}

td.Content #Main p#Smaller {
font-size: 11px;
}
