@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #E0E0DE;
	background-image: url(images/gradient.php.jpg);
	background-repeat: repeat-x;
}
.thrColFix #container {
	width: 760px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #8396A8;
}
.thrColFix #header {
}
.thrColFix #menu {
	float: left;
	width: 150px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	height: auto;
}
.thrColFix #main {
	padding-left: 20px;
	padding-right: 40px;
	margin-left: 180px;
	margin-top: 28px;
}
.navitem {
	padding-top: 12px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	color: #75041C;
}
.progitem1 {
	height: auto;
	padding-left: 3px;
}
.progitem2 {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #000000;
	margin-top: 20px;
	margin-left: 8px;
	padding-top: 5px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}
.footer {
	height: 14px;
	background-color: #75041C;
	padding-right: 7px;
	text-align: right;
	vertical-align: middle;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

a:link {
	color: #75041C;
	text-decoration: none;
}
a:visited {
	color: #75041C;
	text-decoration: none;
}
a:hover {
	color: #8396A8;
	text-decoration: none;
}
