
body {
background-color: #F4F4F4;
font-family: Arial,Verdana,sans-serif;
margin: 0;
padding: 0;
color: #003399;
}

#cont {
position: relative;
background: url(../images/bg.jpg) repeat-y;
margin: 10px auto;
padding: 0;
width: 750px;
border: 0;
}

#main {
margin: 0px 0 0 190px;
width: 520px;
background: transparent;
}
#header {
	background: url(../images/header.jpg) top left no-repeat;
	height: 20px;
	margin: 0;
	}

#header h1 {
	display: none;
	}
#header2 {
	background: url(../images/banner.jpg) no-repeat;
	margin: 0 0 0 20px;
	height: 130px;
	}

#header2 h1 {
	text-align: left;
	margin: 0;
	padding: 10px 0 0 10px;
	font-size: 140%;
	letter-spacing: 3px;
	color:#f4f4f4;
	}

p {
font-size: 95%;
padding: 5px;
margin: 0;
line-height: 1.25em;
}

h3 {
margin: 30px 0 0 0;
font-size: 110%;
}

a, a:link, a:visited {
color: #3399CC;
text-decoration: underline;
font-weight: normal;
background: transparent;
}

a:hover {
color: #333399;
text-decoration: none;
background: #ccc;
font-weight: normal;
background: #daeafa;
}

#footer {
margin: 0;
background:url(../images/footer.jpg) top left no-repeat;
height: 74px;
text-align: center;
font-size: 70%;
clear: both;
}

#footer p {
padding: 10px;
}

#footer a, #footer a:link, #footer a:visited {
text-decoration: none;
color: #3399CC;
font-weight: bold;
padding: 0;
}

#footer a:hover {
text-decoration: none;
color: #333399;
background: #daeafa;
}


#list {
position: absolute;
top: 170px;
left:35px;
width: 140px;
border-right: 2px solid #336699;

}


#list h4 {
margin: 5px 0 5px 5px;
padding: 0px;
font-size: 90%;
}

#list ul {
font-size: 70%;
margin: 10px 0 0 20px;
padding: 0;
list-style: square;
color:#003399;
}

#list ul li {
background: transparent;
margin: 0;
padding: 0 5px 0 1px;
line-height: 14px;
}

#list #menu {
padding-bottom: 20px;
border-bottom: 2px solid #336699;
}

#list #links {
padding-bottom: 20px;
}

#list a, #list a:link, #list a:visited {
color: #3399CC;
text-decoration: none;
font-weight: bold;
background: transparent;
}

#list a:hover {
text-decoration: none;
color: #333399;
background: #daeafa;
}

#list #menu a:link, #list #menu a:visited { display: inline; }




