body {
	background-image: url(../images/back.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	margin-top: 0px;
}

a {color: #234B87; text-decoration: none; font-weight: bold;}
a:visited {color: #275FB2}
a:hover {color: blue}
a:active {color: #313C48}

.menu p {
	font-family: Arial, sans-serif;
	margin-top: 1px;
	font-size: 11px;
	font-weight: bold;
}
.menu a {color: white;}
.menu a:visited {color: #DDDDDD;}
.menu a:hover {color: yellow;}

.header {
	margin-top: 19px;
}

p, li {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

H1 {
	color: #B8C1D3;
	font-family: serif;
	font-size: 33px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 0px;
	letter-spacing: -2px;
}

H2 {
	color: #8090AA;
	font-family: serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: -4px;
	margin-bottom: -14px;
	margin-left: 15px;
	letter-spacing: 1.5px;
}

H3 {
	color: #666666;
	font-family: Arial, sans-serif;
	font-size: 10px;
	margin-left: 15px;
	letter-spacing: 1px;
}

.leftcolumn {
	margin-top: -8px;
	width: 280px;
}
.leftcolumn p {margin-left: 30px}

.rightcolumn {
	margin-top: -8px;
	width: 280px;
}
.rightcolumn p {margin-left: 30px}

.subnav {
	color: #AABBCC;
	font-family: Arial, sans-serif;
	font-size: 10px;
	word-spacing: 1px;
	line-height: 3em;
}

.subnav a:link{color: #AABBCC}
.subnav a:visited {color: #8899AA}
.subnav a:hover {color: #6A8099}
.subnav a:active {color: #AABBCC}

.admin {margin: 50px}