body , p , td {
	font-family: trebuchet ms, verdana, tahoma;
	font-size:12px;
}
body {
	background-color:#ccc;
}

#body {
	text-align: justify;
	border-collapse: collapse;
	border: solid 3px #6d6d6e;
}

.title {
	font-size: 36px;
	font-style: italic;
	color:#888;
	letter-spacing: 2px;
	font-family: georgia;
	width: 100%;
	border-bottom: solid 1px #ccc;
}

.content {
	background-color:#fff;
	border-top: solid 3px #6d6d6e;
	padding:10px;
	color:#000000;
}

.subnav {
	width: 150px;
	background-color:#3e67b9;
	border-top: solid 3px #6d6d6e;
	border-right: solid 3px #6d6d6e;
	padding:0px;
	color:#fff;
}

.subnav-title {
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	background-color:#5b83d2;
	width: 150px;
	padding: 4px;
}

.subnav-ul {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 9px 0px;
	width: 140px;
}

.subnav-ul li {
	list-style-type: none;
	padding: 4px;
}

.subnav a:link , .subnav a:active, .subnav a:visited  {
	color:#fff;
	text-decoration: none;
	font-weight: none;
}

.subnav a:hover {
	color:#f8df6d;
	text-decoration: none;
	font-weight: none;
	position: relative;
	top: 1px;
	left: 1px;
	
}
.bottom {
	border-top: solid 3px #6d6d6e;
	background-color:#ececec;
	text-align: center;
	padding: 5px;
	font-size: 11px;
	line-height: 13px;
}	

.bottom a:link , .bottom a:visited , .bottom a:active {
	color:#424242;
}

.bottom a:hover {
	text-decoration: underline;
}
.boardtitle {
	background-color:#eee;
	color:#666;
	border-bottom: solid 1px #ccc;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.descrip p {
	text-align: justify;
	line-height: 14px;
	font-size: 11px;
}

a:link , a:active , a:visited {
	color:blue;
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration:underline;
	position: relative;
		top:1px;
		bottom: 1px;
}
