/* CSS Document */

body, html {
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0066CC;
	font-weight: normal;
	background-color: #CCCCCC;
}

h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000066;
	font-weight: lighter;
}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000066;
	font-weight: lighter;
}
h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000066;
}
.h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000066;
	font-weight: lighter;
}
.h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000066;
	font-weight: lighter;
}
.h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	font-weight: lighter;
}

#wrapper {
	display: block;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFAA;
	}
#header {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	position: relative;
	height: 187px;
	width: 100%;
	line-height: 16px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	}
#header #logo {
	float: left;
	height: 160px;
	width: 550px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 10px;
	line-height: 20px;
}
#header .d1 {font-size:14px; color:#0099FF; letter-spacing: 0.1em;}
#header .d2 {font-size:11px;	color:#0099FF;	letter-spacing: .2em;}
#header .d3 {font-size:9px;	color: #0099FF;	letter-spacing: .15em;}
#header .d4 {font-size:9px; color:#0099FF; letter-spacing: .1em;}
#header .d5 {font-size:14px;	color:#999999;	letter-spacing: .1em;}
#header .d6 {font-size:12px;	color:#999999;	letter-spacing: .1em;}
#header .d7 {font-size:10px;	color:#999999;	letter-spacing: .05em;}
#header .d8 {font-size:9px;	color:#999999;}

#wrapper #leftcol a:link, #wrapper #leftcol a:visited {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	text-decoration: none;
	display: block;
	height: 35px;
	width: 110px;
	line-height: 35px;
	font-weight: lighter;
	text-indent: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

#wrapper #leftcol a:hover {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	display: block;
	height: 35px;
	width: 110px;
	line-height: 35px;
	font-weight: lighter;
	text-indent: 12px;
	background-attachment: fixed;
	background-image: url(images/menuhover.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

a:link, a:visited {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0066CC;
	font-weight: normal;
 	text-decoration: none;
}

a:hover {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0066CC;
	font-weight: normal;
	text-decoration: underline;
}

#main {
	float: left;
	width: 100%;
	clear: both;
	display: block;
	}
#leftcol {
	float: left;
	width: 120px;
	margin-top: 40px;
	}

#rightcol {
	float: right;
	width: 300px;
	margin-top: 40px;
	}

#centcol {
	margin-right: 305px;
	margin-left: 125px;
	line-height: 21px;
	}
#footer {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	display: block;
	width: 100%;
	clear: both;
	float: left;
	border-top-width: 1px;
	border-top-color: #333333;
	margin-top: 2em;
	margin-bottom: 2em;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	background-color: #FFFFAA;
	font-size: 12px;
	color: #333333;
	border-top-style: solid;
	}
