body {
	background-color: #003366;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	font-size: 101%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header {
	background-color: #336699;
	width: 750px;
}

#header h1 {
	font-size: 2.5em;
	margin: 5px;
}

#header a, #header a:visited {
	color: #003366;
	text-decoration: none;
}

#header a:hover {
	color: #FFF;
}

#content {
    color: #333399;
	background-color: #99CCFF;
	padding: 0 10px 20px;
	width: 550px;
}

#content p {
    font-size: 0.85em;
    color: #333399;
    margin: 0 0 15px;
}

#content ul {
    font-size: 0.85em;
}

#content a, #content a:visited {
	color: #FF6600;
	text-decoration: none;
}

#content a:hover {
	color: #666;
}

h2 {
    font-size: 1.2em;
    color: #333399;
	text-align: center;
	margin-top: 10px;
}

h3 {
    font-size: 1.1em;
}

#nav {
    font-size: 0.70em;
	background-color: #6699CC;
	width: 180px;
}

#nav ul {
	list-style: none;
	padding: 5px 0;
	margin: 0;
}

#nav li {
	margin-bottom: 10px;
}

#nav li a, #nav li a:visited {
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
}

#nav li a:hover {
	color: #E0E0FF;
}

a.nav-mark {
    color: #000 !important;
}


table.format {
    font-size: 0.9em;   
}

td {
	padding: 6px;
	vertical-align: top;
}

h2.home-h2 {
    font-size: 1em;
    color: #000;
	text-align: center;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
	margin-right: 10px !important;
}

.boldit {
    font-weight: bold;
}

p.close-gap {
    margin: 2px 0 4px !important;
}

.line-bold {
    text-decoration: underline;
	font-weight: bold;
	margin-bottom: 4px !important;
}

span.no-line {
    text-decoration: none !important;
}

ul.indent {
	list-style: none;
	padding: 0 0 5px 20px;
	margin: 0 0 5px 20px;
}

.lh-logo{
	float: right;
}