body {
	font-family: Arial, Verdana, Helvetica, san-serif;
	margin: 10px 0px 0px 0px;
	background-image: url(../images/background.gif)
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #79AFD6;
	font-weight: normal;
	font-size: 1.1em;
	margin: 0px 0px 0px 25px;
}

h2 {
	color: #79AFD6;
	font-size: 0.9em;
	margin: 0.5em 25px 1em 25px;
}

h3 {
	color: #79AFD6;
	font-size: 0.75em;
	margin: 0.5em 25px 1em 25px;
}

p {
	font-size: 0.75em;
	margin: 0.5em 25px 1em 25px;
}

ul {
	font-size: 0.75em;
	margin: 0.5em 25px 1em 25px;
	padding: 0px;
}

form {
	margin: 0.5em 25px 1em 25px;
	padding: 0px;
	display: table;	
}

.site-border {
	text-align: justify;
	width: 950px;
	display: table;
	background-color: white;
}

.main-border {
	width: 100%;
}

.header {
	width: 100%;
	height: 90px;
	diaplay: table;
}

.header1 {
	width: 100%;
}

.header1 img {
	margin: 0px;
	border: 0px;
}

.header1 div {
	float: left;
}

.header1 ul {
	font-weight: bold;
	font-size: 13pt;
	list-style: none;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.header1 li {
	float: left;
	margin: 53px 8px 0px 36px;
}

.header1 a {
	color: #79AFD6;
}

.header2 {
	line-height: 30px;
	width: 100%;
	height: 30px;
	float: left;
	display: block;
	border-top: 2px solid #79AFD6;
	border-bottom: 2px solid #79AFD6;
}

.main-body {
	width: 100%;
}

.main-body img {
	margin: 5px;
}

.main-text {
	width: 100%;
	height: 350px;
	float: left;
	display: table;
	background-image: url(../images/watermark.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-bottom: 2px solid #79AFD6;
}

.right-bar {
	height: 100%;
	float: right;
	display: inline-table;
}

.right-bar img {
	border: 1px solid black;
	margin: 10px 10px 10px 10px;	
}

.footer {
	text-align: right;
	line-height: 25px;
	width: 100%;
	height: 25px;
	float: left;
	display: table;
}

.footer p {
	color: #79AFD6;
	font-size: 11pt;
	margin: 0px 10px 0px 0px;
}

.left {
	width: 200px;
	float: left;
	display: inline;
	margin: 0px 0px 0px 150px;
}

.right {
	width: 200px;
	float: right;
	display: inline;
	margin: 0px 200px 0px 0px;
}
