html {
	background-color: white;
        font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #000033;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
        height: 100%;
        margin: 0;
        padding: 0;
}

.pagecont {
	background-color: #666666;
	color: #fff;
	margin-right: 5%;
	margin-left: 5%;
	width: 90%;
	min-width: 660px;
	min-height: 100%;
	height: 100%;
	border-top: 15px solid white;
	position: relative;
}

.pagecont p {
	margin-left: 10px;
	margin-right: 10px;
}

#l {
	float: left;
}

#r {
	float: right;
}

.pagetop { 
	background-color: #6699FF;
	height: 100px;
	border-bottom: 6px solid white;
	text-align: center;
}

.pagetop h1 {
	border-bottom: 3px solid white;
	padding: 0;
	font-size: 40px;
	width: 180px;
	margin-left: auto;
	margin-right: auto;
}

.pagetop h3 {
	padding: 0;
	margin: 10px;
}

.bodycont {
	background-color: #E5E9FF;
	color: black;
	font-size: 14px;
	margin-bottom: 25px;
	margin-top: 25px;
}

.bodycont p {
	margin-left: 10px;
}

.bodytop {
	background-color: #6699FF;
	height: 40px;
	border-bottom: 4px solid white;
}

.navcont {
        background-color: #E5E9FF;
        color: black;
        width: 150px;
        float: left;
        margin-left: 20px;
        margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 25px;
	font-size: 15px;
}

.navcont p {
        margin: 0;
}

.navtop {
	height: 40px;
}

.rightconts {
	background-color: #E5E9FF;
	color: black;
	width: 150px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 15px;
}

.rightconts p {
	margin: 0;
}

.righttop {
	height: 40px;
	background-color: #6699FF;
	border-bottom: 4px solid white;	
}

.righttop h2 {
	font-size: 16px;
}

img.corner {
	width: 40px;
	height: 40px;
	border: none;
	display: block !important;
}

#navcontainer {
	width: 150px;
	text-align: center;
}

#navcontainer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a {
	display: block;
	width: 150px;
	background-color: #6699FF;
	border-bottom: 1px solid #eee;
	padding-top: 3px;
	padding-bottom: 3px;
}

#navcontainer a:link, #navlist a:visited {
	color: #EEE;
	text-decoration: none;
}

#navcontainer a:hover {
	background-color: #666666;
	color: #fff;
}

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

#footer {
	font-size: 14px;
	width: 90%;
	min-width: 660px;
	background: #6699FF;
	height: 40px;
	margin-left: 5%;
	margin-right: 5%;
	border-top: 2px solid white;
	border-bottom: 15px solid white;
	margin-top: -144px;
	position: relative;
	clear: both;
	text-align: center;
}

* html #content {
	height: 100%;
}

#content {
	padding-bottom: 144px;
}

h1 {
	padding-top: 20px;
	margin: 0;
	text-align: center;
}

h2 {
	padding-top: 2px;
	margin: 0;
	text-align: center;
	color: white;
}

h3, .news {
	padding-left: 10px;
	padding-right: 10px;
}

#aligncenter {
	text-align: center;
}

img.alignright {
	float: right;
	padding: 10px;
}

img.alignleft {
	float: left;
	padding: 10px;
}

#alignright {
	float: right;
	padding: 10px;
}

#alignleft {
	float: left;
	padding: 10px;
}

ul.italic {
	font-style: italic;
}

