/* CSS Document */

html, body {
	background: #FFFFFF;
	margin: 0px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
}

table {
	font-size: 11px;
}

#text a {
	color: #003399;
	text-decoration: none;
}

#text a:hover {
	color: #666666;
	text-decoration: none;
}

#wrapper {
	margin: 0 auto;
	width: 630px;
}

#header {
height: 93px;
background: url(header.gif) no-repeat;
}

#nav {
	text-align: center;
	padding: 5px 0;
	height: 23px;
}

#nav ul {
	padding-left: 0;
	margin: 0;
}

#nav ul li {
	display: inline;
	font-weight: bold;
	padding-right: 16px;
}

#nav ul li a {
	color: #003399;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #666666;
}

#nav ul li a span {
	color: #CC0000;
	text-decoration: none;
}
	
#content {
	width: 630px;
	margin: 0 0 20px 0;
}

#main {
	background: #FFFFFF;
	min-height: 400px;
	padding: 0px 0px 0px 0px;
	width: 402px;
	float: left;
}

#menu {
	background: #FFFFFF;
	min-height: 400px;
	width: 186px;
	float: right;
	}
	
#text {
	background: #FFFFFF;
	min-height: 394px;
	padding: 5px 0px;
	text-align: left;
}

#text p {
	margin: 8px 0;
	line-height: 16px;
	text-align: justify;
}

#text h2 {
	font-size: 140%;
	background: #003399;
	height: 23px;
	margin: 0;
	padding-top: 4px;
	padding left: 5px;
	color: #FFFFFF;
	text-indent: 4px;
}

.h2main {
	width: 402px;
}

.h2menu {
	width: 186px;
}

#text h3 {
	font-size: 13px;
	margin: 6px 0 0 0;
	color: #003399; 
}

#text h2 a:link, #text h2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#text h2 a:hover {
	color: #666666;
	text-decoration: none;
}

#text hr {
	border: 0;
	color: #3F3F3F;
	background-color: #3F3F3F;
	height: 1px;
}

#text ul {
	padding-left: 24px;
	margin-left: 0px;
}

#text ul li {
	list-style: none;
	background: url(img/bullet.gif) no-repeat;
	background-position: 0 50%;
	padding: 0 12px;
}

#text ul li a {
	text-decoration: none;
}

#text ul li a:hover {
	color: #CC0000;
	text-decoration: none;
}

.post-title {
	font-size: .9em;
}
	
.post-footer {
	font-size: 11px;
}


