html
{
	height: 100%;
}

body
{
margin: 0px;
background-image: url(graphics/bkgnd.jpeg);
font-family: Helvetica,sans-serif;
width: 1000px;
height: 100%;
}

a
{
text-decoration: none;
}

a:hover
{
text-decoration: underline;
}

div#all
{
	position: relative;
	min-height: 100%;
}

div#menu
{
width: 208px;
float: left;
margin-top: 165px;
font-size: 13px;
}

div#menu ul
{
padding: 0px;
margin: 0px;
width: 208px;
list-style: none;
text-align: right;
}

div#menu ul li
{
padding-left: 0px;
padding-right: 15px;
margin: 0px 0px 7px 0px;
width: 193px;
background-image: url(graphics/point.jpeg);
background-repeat: no-repeat;
}

div#menu li ul
{
margin-top: 7px;
}

div#menu ul li li
{
padding-right: 30px;
width: 178px;
background-image: none;
}

div#menu a
{
color: #000000;
}

div#menu a:hover, div#menu a.active
{
color: #003399;
text-decoration: none;
}

div#menu img
{
margin-left: 30px;
}

div#middle
{
float: left;
width: 540px;
font-size: 13px;
padding-left: 30px;
padding-right: 30px;
padding-top: 165px;
padding-bottom: 165px;
background-image: url(graphics/head2.jpeg);
background-repeat: no-repeat;
}

hr
{
	color:#2d4365;
	background-color:#2d4365;
	height:1px;
	border-width:0px;
}

hr.clear
{
	clear: both;
	visibility: hidden;
}

div#tail
{
background-image: url(graphics/tail.jpeg);
background-repeat: no-repeat;
height: 164px;
width: 808px;
}

div#tail p
{
position: absolute;
bottom: 0px;
text-align: center;
width: 808px;
color: #4c4c4c;
font-size: 10px;
}

div#tail p a
{
color: #003399;
}

div#middle h1#header
{
font-size: 16px;
font-weight: bold;
margin-top: 0px;
margin-bottom: 0px;
z-index: 2;
}

div#middle h2#subheader
{
margin-top: 0px;
font-size: 13px;
font-weight: bold;
color: #333333;
}

div#middle a
{
color: #003399;
}

div#middle h1
{
font-size: 16px;
}

div#middle h2
{
font-size: 13px;
}


div#middle h3
{
font-size: 13px;
}

div#news 
{
margin-left: 808px;
width: 178px;
padding: 165px 10px 0px 10px;
}

div#news h1
{
font-size: 13px;
font-weight: bold;
color: #003399;
margin: 0px;
padding-bottom: 2px;
width: 100%;
border-bottom: 2px dotted #4c4c4c;
}

div#news h2
{
font-size: 10px;
font-weight: bold;
color: #4c4c4c;
margin: 3px 0px 0px 0px;
}

div#news h3
{
font-size: 13px;
font-weight: normal;
margin: 0px;
}

div#news p
{
font-size: 10px;
color: #4c4c4c;
margin: 0px;
}

div#news div.morelink a
{
font-size: 10px;
color: #003399;
margin-right: 15px;
}

div#news div.morelink
{
width: 100%;
border-bottom: 2px dotted #4c4c4c;
text-align: right;
padding-bottom: 2px;
}

