@charset "UTF-8";
body
{
    font-family: Lucida Grande, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.7;
}

#Banner {
	background-color: #256699;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 125px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	text-align: center;
	z-index: 1;
}
#sky 
{
    width: 332px;
	position: fixed;
	right: -20px;
	bottom: -50px;
}

a:link, a:visited, a:hover, a:active
{
    color: #1E4F75;
    text-decoration: none;
}

#menu {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
}

.body #left {
	height: 100%;
	width: 200px;
	float: left;
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.body #left p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	line-height: 28px;
	font-weight: lighter;
	text-align: right;
	margin: 10px;
}
.body #right {
	height: 100%;
	width: 200px;
	float: left;
    padding: 0px;
    margin: 0px;
	background-image: url(../images/gradient_right.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.body #center #main {
	font-family: Verdana, Geneva, sans-serif;
	width: 90%;
	margin: 10px;
	text-align: left;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: oblique;
	color: #1E4F75;
	font-weight: lighter;
	padding: 0px;
	margin: 0px;
	margin-bottom: 3px;
	margin-left: 3px;
}


p {

	margin: 3px;
	padding-bottom: 20px;
	padding-top: 0px;
}
.body #center 
{
	float: left;
	width: 500px;
}
.body {
	position: absolute;
	height: 100%;
	width: 900px;
	top: 125px;
	text-align: center;
	margin-left: -450px;
	left: 50%;
}
.body #menu ul .level2 {
	font-size: 10px;
	line-height: 13px;
	padding-bottom: 7px;
}
#Banner img {
}
ul {
	list-style-type: none;
        list-style-position: outside;
        padding: 0px;
	padding-top: 10px;
        padding-left: 20px;
        margin: 0px;
}

ul .level2
{
    list-style-type:square;
}

ul li {
    margin: 0px;
    padding: 0px;

}

#foo, ul, li, #menu, #menu a:link
{
    position: relative;
    z-index: 2;
}
#sky
{
    z-index: 1;
}

.date
{
    line-height: 1;
	font-size: 10px;
    margin: 3px;
}
