body,td,th {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #003333;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 800px; margin:0 auto;	
}
a {
	font-size: 12px;
	color: #006699;
}
a:visited {
	color: #6699CC;
}
a:hover {
	color: #6699CC;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Trebuchet MS;
}

.heading1 {
	
	font-size: 24px;
	font-weight:bold;
	color: #006699;
}
.heading2 {
	font-size: 18px;
	color: #3399CC;
}
.heading3 {
	font-size: 16px;
	color: #000000;
	font-weight:bold;
	}
.heading4 {
	font-size: 14px;
	color: #FF9900;
}
.photoleft		{ float:left;
	margin-top:10px;
	margin-right:20px;
	margin-bottom:16px;
	}
.photoright	{ float:right;
	margin-left:16px;
	margin-bottom:8px;
	}
.whitetext {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #FFFFFF;
}

#container { position:absolute; 
	background-color: #FFFFFF;
	width:800px; 
	padding: 0px;
		}
#sidebar { position:absolute; 
	background-color: #2B6976;
	width:200px; 
	left:0px; 
	top:206px; 
	z-index:50; 
	}

#main { position:absolute; 
	left:200px; 
	top:207px; 
	width:600px; 
	z-index:20;
	background-color:#FFFFFF;
	}
.pagetitle {
	font-family: "Trebuchet MS";
	font-size: 26px;
	font-weight: lighter;
	font-variant: small-caps;
	color: #006699;
}
.baseasubhead {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	text-decoration: underline;
	margin-bottom: 10px;
}
HR { height: 1px;
     border: none;
     border-top: 1px solid #2B6976;
}
.whitehr { height: 1px;
border:none;
border-top: 1px solid #FFFFFF;
}

table.tableoutline 	{ border: 1px solid #2B6976; 
	border-collapse:collapse; 
	}
table.tableoutline td	{ border: 1px solid #2B6976; 
	border-collapse:collapse; 
		}
table.tableoutline th	{ border: 1px solid #2B6976; 
	border-collapse:collapse; 
		}