﻿body {
	margin: 0;
	padding: 0;
	background-color: white;
	color: black;
	/*background-image: url("../img/bg.jpg");
	background-repeat: repeat-x;*/
	font: 62.5% Arial, Helvetica, Verdana, sans-serif; 
}

/* Turn off any default image borders */
img {
	border:0;
}

em {
	font-style: normal;
	font-weight:bold;
	color:red;
}

#wrapper {
	background-color: white;
	color: black;
	margin: 3em 0.5em 3em 0.5em;
	/*padding: 1em;*/
}
.bottom-line {
	border-bottom: 1px solid #b9d2e3;
	/*height: 1%;*/
}
.top-line {
	border-top: 1px solid #b9d2e3;
	padding: 1em 0 0 0;
	/*height: 1%;*/
}
#header {
	background-image: url("../img/sky1.jpg");
	background-repeat: repeat-x;
	font-size: 10pt;
	text-align: center;
}
.heading {
	border-top: 1px solid #b9d2e3;
	border-bottom: 1px solid #b9d2e3;
	/*height: 1%;*/
}
.heading ul {
	font-size: 10pt;
	margin: 0;
	padding: 1em 3em 1em 0;
	text-align: right;
}
.heading li {
	display: inline;
	background-color: #fdf8f2;
	color: #050845;
}
.heading a:hover {
	text-decoration: none;
	background-color: #fdf8f2;
	color: #050845;
}
.heading a:visited {
	text-decoration: none;
	background-color: #fdf8f2;
	color: #050845;
}
.heading a:link {
	text-decoration: none;
	background-color: #fdf8f2;
	color: #050845;
}
#message {
	font-size: 10pt;
	font-weight: bold;
	background-color: #fdf8f2;
	color: blue;
/*	font-style: italic;*/
	margin: 0;
	padding: 1em 3em 1em 3em;
	float: left;
}

#main {
	width: 100%;
	margin-top: 1em;
	background-image: url("../img/whitebg.gif");
	background-position: top right;
	background-repeat: repeat-y;
	color: black;
	font-size: 10pt;
}
#main .floatleft{
	float: left;
	margin:20;
}
#main .floatright{
	float: right;
	margin:20;
}

#main .caption{
	font-style: italic;
	color:gray;
	font-size: .9em;
	padding: 0em;
	text-indent:0;
	text-align:left;
}
#main .center {
	text-indent: 0;
	text-align: center;
	color:gray;
}

#main li {
	margin: 6px 0 6px 0;
	text-indent: 20px;
	line-height: 1.5em;
	padding: 0;
}
#main .navy {
	background-color: navy;
	color: white;
	background-image: url("../img/bg.jpg");
	background-repeat: repeat-x;
	text-align: left;
	padding: 10px 10px 10px 20pt;
}
#main h1 {
	font-size: 14pt;
	font-weight: bold;
	border-top: 1px solid #b9d2e3;
	border-bottom: 1px solid #b9d2e3;
	color: fuchsia;
	padding: 12px 0 12px 0;
	text-align: center;
	font: Verdana, Arial, Helvetica, sans-serif;
}

#main h2 {
	font-size: 12pt;
	color: green;
	margin: 6px 0 6px 0;
	padding: 0;
	text-align: left;
	margin-left: 20pt;
}

#main h3 {
	font-size: 12pt;
	color: blue;
	margin: 6px 0 6px 0;
	padding: 0 20px 0 20px;
	text-align: right;
}

#main h4 {
	font-size: 12pt;
	color: fuchsia;
	margin: 6px 0 6px 0;
	padding: 0;
	text-align: left;
	margin-left: 20pt;
}
#main h5 {
	font-size: 10pt;
	color: red;
	margin: 12px 0 6px 0;
	padding: 0;
	text-align: left;
	margin-left: 20pt;
}
/* h6 is same as h1, just different color */
#main h6 {
	font-size: 14pt;
	font-weight: bold;
	border-top: 1px solid #b9d2e3;
	border-bottom: 1px solid #b9d2e3;
	color: navy;
	padding: 12px 0 12px 0;
	text-align: center;
	font: Verdana, Arial, Helvetica, sans-serif;
}

#main table {
/*	margin-left:50px; */
	border: 1px solid #b9d2e3;
	font: normal 12px 'Lucida Frande', Arial, sans-serif;
}
#main th, td {
	padding: 10px;
}
#main th {
	text-align: left;
	color: #FFF;
	background-color: #333;
	border-style:solid;
	border-width:1px;
	border-color:#CCC #666 #000 #CCC;
}
#main td {
	color:black;
	border-style:solid;
	border-width:1px;
	border-color:#FFF #AAA #666 #FFF;
}

#main p {
	margin: 6px 0 6px 0;
	text-indent: 20pt;
	line-height: 1.5em;
	padding: 0;
	text-align: justify;
}
#main .logo {
	text-indent: 0;
	margin: 6px auto 6px auto;
	padding: 1em;
	text-align: center;
}

#main .thi7 {
	margin: 3px 0 3px 0;
	text-indent: 80pt;
	line-height: 1.5em;
	padding: 0 20px 0 20px;
	text-align: left;
}
#footer {
	width: 100%;
	background-color: #fdf8f2;
	border-top: 1px solid #b9d2e3;
	border-bottom: 1px solid #b9d2e3;
	margin-top: 0;
	clear: both;
	text-align: center;
}
#footer p {
	font: small Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0.4em 0 0.4em 0;
}
#footer p.green {
	color: green;
}
#footer p.red {
	color: red;
}
#clearone {
	clear: both;
	height: 1px;
}
.spacer {
	clear:both;
	padding:5px;
}
.void-right {
	clear:right;
	padding:10px;
}

