body, table, tr, td, tbody, div {
	font-family: Georgia, Times New Roman, "Serif";
	font-size: 9pt;
	color: #FFFFFF;
	letter-spacing: 0.03em;
	line-height: 145%;
}
body {
	background: url("../images/background.jpg") center repeat-y #14181b;
	text-align: center;
	padding: 0;
	margin: 0;
}
#main {
	margin: auto;
	width: 810px;
}
.left {	float: left; }
.right { float: right; }
.clear { clear: both; }
h1, h2, h3, h4, h5, h6 {
	color: #679bb8;
	margin-top: 0;
	font-weight: normal;
}
h1 { font-size: 22pt }
h2 { font-size: 18pt }
h3 { font-size: 16pt }
h4 { font-size: 11pt }
h5 { font-size: 8pt }
h6 { font-size: 7pt }
p { 
	margin: 12px 0 12px 0;
}


/* HEADER */
#header {
	margin: 20px 0 10px 0;
}
#header a {
	color: #000000;
}
/* END HEADER */


/* NAV */
#nav {
	color: #FFFFFF;
	margin-bottom: 25px;
}
#nav p {
	margin: 0;
	padding: 0;
}
#nav a {
	color: #679bb8;
	text-decoration: none;
}
#nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#nav .divider {
	color: #679bb8;
	padding: 0 5px 0 5px;
}
/* END NAV */


/* CONTENT */
#content {
	text-align: left;
}
#content img.border {
	border: 7px solid #527c93;
}
#content .heading {
	color: #679bb8;
	font-weight: bold;
}
#content a {
	color: #FFFFFF;
	text-decoration: underline;
}
#content a:hover {
	color: #679bb8;
}
#content p.divider {
	margin: 48px 0 48px 0;
}
/* END CONTENT */


/* FOOTER */
#footer {
	font-size: 8pt;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #679bb8;
}
#footer p.divider {
	margin: 48px 0 48px 0;
}
/* END FOOTER */


/* FORM */
.form-required {
	color: #FF00FF;
}
.form-table td {
	padding-bottom: 3px;
	padding-right: 3px;
}
/* END FORM */


/* IMAGE PREVIEW TOOL TIP */
#preview{
	position:absolute;
	/*border:1px solid #ccc;
	background:#e2001a;
	padding:5px;*/
	display:none;
	color:#fff;
}