﻿/* clear defaults */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: #c1c1c1;
	font-family: arial,sans-serif;
	font-size: 11pt;
	color: #000000;
	/* IE centering hack */
	text-align: left;
}
a:link {
	font-weight: bold;
	color: #6699cc;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #6699cc;
	text-decoration: underline;
}
h1 {
	color: #00274d;
	font-size: 15pt;
	margin-top: 10px;
}
h3 {
	font-size: 11pt;
	color: #1f1f1f;
	font-weight: bold;
	margin-bottom: 12px;
	margin-top: 12px;
}
h4 {
	font-size: 11pt;
	font-weight: bold;
	color: #00274d;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 110%;
}
#main {
	width: 800px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	/* no we don't want huge pointless spaces */
	border-collapse: collapse;
}
.rightcontent {
	background: #FFFFFF url(images/watermark.png) no-repeat bottom;
	-moz-border-radius: 4px;
	padding: 10px;
	width: 510px;
	float: right;
	min-height: 475px;
}
.rightcontent ul { margin-left: 30px; }
.form {
	width: 510px;
	font-size: 90%;
}
.form td {
	padding: 7px;
}
.form input {
	border:1px black solid;
    background:#eee;
}
.form textarea {
	border:1px black solid;
    background:#eee;
}
.form .submit {
	padding: 5px;
	border:1px black solid;
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.25);
	
}
.form .submit:hover{
	background: #69c;
	
}
#nav {
	border-collapse: collapse;
	float: left;
	width: 243px;
}
p.small { text-align: center; margin-top: 10px; color: #444; font-size: 80%; }
/* round corners and table bg */
.cr { width: 8px; height: 8px; }
.blank { width: 10px; }
.tl { background: url('images/tl.gif') no-repeat; }
.tr { background: url('images/tr.gif') no-repeat; }
.bl { background: url('images/bl.gif') no-repeat; }
.br { background: url('images/br.gif') no-repeat; }
.tblank { background: #6699cc; }
/* lighter table */
.wtl { background: url('images/wtl.png') no-repeat; }
.wtr { background: url('images/wtr.png') no-repeat; }
.wbl { background: url('images/wbl.png') no-repeat; }
.wbr { background: url('images/wbr.png') no-repeat; }
.wtblank { background: #262626; }
.wtop {
	background: #3f3f3f;
	font-size: 85%;
	line-height: 85%;
	width: 207px;
}
.back { background: #3f3f3f; }
	
h5 {
	position: relative;
	top: -2px;
	font-size: 90%;
	margin-left: 3px;
}
#nav ul {
	font-size: 90%;
	margin-top: 8px;
}
#nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#nav li {
	padding: 2px; 
	padding-left: 5px;
	border: 1px solid #262626;
	list-style: none;
}
#nav li:hover {
	background: #333;
	border: 1px solid #444;
}
