body {
	font-family: arial, sans-serif;
	font-size: 14px;
	background-color: white;
	color: navy;
	text-align: center;
}
body a:link {
    background-color : transparent;
    color : navy;
	text-decoration: underline;
   }
body a:visited {
    background-color : transparent;
    color : navy;
	text-decoration: underline;
   }
body a:hover {
   background-color : transparent;
	text-decoration: underline;
	color: #590404;
   }

#page {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 970px;
}

#header {
	height: 200px;
	padding: 0px;
	padding-left: 0px;
	color: white;
	font-size: 270%;
	background: url("pics/Topliss.jpg") no-repeat top left;
}

#footer {
	margin: 0px;
	font-size: 10px;;
	text-align:center;
	color: navy;
	padding: 3px;
	border-top: 1px solid #365d8d;
}

#menu {
	font-size: 14px;
	padding-top: 145px;
	padding-left: 20px;
	margin: 0px;
	font-family: arial, sans-serif;
	text-align: center;
}

#menu #navlist
{
	text-align: left;
	padding: 0px;
	margin: 0px;
   background-color : transparent;
	color: navy;
	line-height: 30px;
	width: 100%;
}

#navlist li
{
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-top: 5px;
}

#navlist li a
{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-top: 1px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #000082;
	background-color: #5176a4;
}

#navlist li a:hover
{
	text-decoration: underline;
	background-color: #8c0707;
}

#navlist strong
{
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-top: 5px;
}

#navlist strong a
{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-top: 1px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #000082;
	background-color: #8c0707;
}
.main {
	font-size: 12px;
}
.main1 {
	font-size: 12px;
	background-color: #eeeeee;
}
.small {
	font-size: 11px;
	padding-left: 10px;
}

h1 {
	font-weight: bold;
	color: navy;
	font-size: 18px;
	margin: 0px;
	padding-bottom: 3px;
}
h2 {
	font-weight: bold;
	color: navy;
	font-size: 16px;
	margin: 0px;
	padding-top: 0px;
}
#leftmenu {
	padding: 8px 0px 8px 8px;
	margin-right: 20px;
	font-weight: bold;
	font-size: 14px;
	background-color: #b4c3d5;
}
#leftmenu li {
		display: block;
		padding-bottom: 2px;
}
#leftmenu li a{
	text-decoration: none;
}
#leftmenu li a:hover {
	text-decoration: underline;
}
.post {
	margin: 0px 0px;
	padding: 0px 15px 30px 0px;
	background: white;
	border-left: 1px solid #365d8d;
	border-right: 1px solid #365d8d;
}

.right {
	margin: 0px 0px;
	padding: 0px;
	font-size: 10pt;
	border: 1px solid #ccd7e2;
}

#rightbutton {
	font-weight: bold;
	color: White;
	text-align: center;
	font-size: 24px;
	background: url("pics/footer.png") repeat top left;
	border-bottom: 5px solid white;
}

.mono {
	font-size: 14px;
	font-family:monospace ;
	background: navy;
	color: white;
	padding: 0px 5px 0px 5px;
	font-weight: bold;
}

.button {
	font-weight: bold;
	color: White;
	text-align: center;
	font-size: 24px;
	background-color: #8c0707;
}