#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 30px;
	padding-top: 20px;
	width:800px;
	clear:both;
}
#wrapper {
	width: 800px;
	text-align: left;
}
body {
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#navcontainer
{
margin: 10px 0 0 30px;
padding: 0;
height: 20px;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
border-top: 1px solid #CCCCCC;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
background: #fff;
border-left: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
border-right: none;
padding: 5px 15px;
margin: 0 0 10px 0;
color: #333333;
text-decoration: none;
display: block;
text-align: center;
font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}
#navcontainer ul li a.end
{
border-right: 1px solid #CCCCCC;

}
#navcontainer ul li a:hover
{
color: #CC0000;
background: #CCCCCC;
}

#navcontainer a:active
{
background: #CCCCCC;
color:  #CC0000;
}

#navcontainer li#active a
{
background: #CCCCCC;
color:  #CC0000;
border-bottom: 1px solid #CC0000;
}

#header {
	background: url(images/header.gif) no-repeat left top;
	height: 100px;
}
h1, h2, h3 {
font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
font-weight:normal;
width:75%;
}
h1 {
font-size: 18px;
line-height: 27px;
padding-bottom: 20px;
}
h1.home {
padding-bottom: 0px;
}
h2 {
font-size:16px;
line-height: 21px;
}
h2.home {
font-size:14px;
line-height: 14px;
padding-bottom: 20px;
}
h3 {
font-size:14px;
line-height:21px;
color:#CC0000;
}
dl {
font-size:12px;
line-height: 14px;
margin-right: 30px
}
dt {
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, sans-serif;
font-size:12px;
font-weight:bold;
padding:5px;
float: left;
width: 230px;
border-top: 1px solid #CCCCCC;
}
dd {
margin-left: 240px;
margin-bottom:20px;
padding: 5px;
border-top: 1px solid #CCCCCC;
}
p, #content ul {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
width:75%;
line-height: 14px;
}
table p {
width: 90%;
}
#content ul {
list-style: none;
padding-left:0px;
margin-left: 0px;
}
#content ul li {
padding: 5px;
}
#content a {
color:#CC0000;
}
.Article {	
	column-count: 3;
	column-gap: 20px;
	column-width: 235px;
	text-align:justify;
}
.Article p {
	width: 100%;
}

/**
dl {
font-size:12px;
width:75%;
}
dt {
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, sans-serif;
font-size:12px;
font-weight:bold;
margin-bottom:5px;
border-bottom: 1px solid #CCCCCC;
}
dd {
margin-bottom:10px;
}
**/