#container {
	width: 980px;
	margin: 0 auto;
	background-image: url(images/Fauxcolumn980.gif);
	background-repeat: repeat-y;
}
#header {
	background-color: #600;
	font-weight: bolder;
}
#navigation {
	width: 190px;
	float:left;
	padding-left: 10px;
	padding-top: 20px;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	background-image: url(/nav_dir_2023.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #696;
}
h2 {
	margin-top: 0px;
	padding-top: 0px;
}

#navigation ul li a {
	color: #600;
	text-decoration: none;
}
#container #navigation ul li {
	list-style-type: none;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
}

#container #navigation ul li a:hover {
	color: #006;
	font-size: 14px;
	text-decoration: underline;
}


#page {
	width:750px;
	float:right;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 14px;
}
h1 {
	color: #CCC;
	text-align: center;
	vertical-align: middle;
	font-size: 36px;
	padding-top: 10px;
}
h3 {
	color: #CCC;
	text-align: center;
	font-family: "Lucida Calligraphy", "Lucida Handwriting";
	font-size: 22px;
	font-weight: bolder;
	padding-bottom: 10px;
}

#footer {
	text-align:center;
	clear:both;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #600;
}
#container #footer p {
	color: #999;
	background-color: #600;
}



#img {
	float:right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: thick groove #666;
}
.floatright {
	margin-left: 10px;
	padding-top: 20px;
	padding-left: 20px;
}

li {
	padding-top: 8px;
	padding-bottom: 8px;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container #page #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible {
	text-align: justify;
	font-size: 12px;
}
#container #page table {
	border: thick outset #696;
	background-color: #CCC;
	padding-left: 5px;
	width: 500px;
	height: 200px;
}
#container #page h4 {
	font-weight: bolder;
	text-transform: capitalize;
	text-decoration: underline;
}
#container #page p img {
	text-align: center;
}
.FloatLeft {
	padding-right: 10px;
}
.rightjustify {
	text-align: right;
}