#header {
	/*background-color: #6AA09E;*/
	padding: 10px;
	height: 100px;
	width: 650px;
	text-align: center;
	vertical-align: top;
	background-image: url(../../header_csf.png);
}
.body_head {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}
#body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 20px;
}
.body_text_big {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: oblique;
	font-weight: bold;
	color: #000000;
}
.body_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
.body_subhead {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
#nav {
	color: #FFFFFF;
	/*background-color: #800000;*/
	text-align: left;
	vertical-align: top;
	padding: 12px;
	height: 500px;
	width: 150px;
	background-color: #6699CC;
}
.name {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 48px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	/*color: #0000FF;*/
	text-align: center;
	background-image: url(../../header_csf.png);
}

#nav a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover {
	color: #336666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	background-color: #00CC99;
}

table, td {
	border: solid black 1px;
}

#nav table, #nav td {
	border: none;
}

#nav a.current {
	color: #3300CC;	
}