﻿html, body {
	padding:0px;
	margin:0px;
	height:100%;
}

body {
	background-color: #FFF;
	text-align: center;
	font-family: Tahoma,Verdana,Trebuchet MS,Tahoma;
	font-size: 11px;
	line-height: 1.818em;
	margin: 0px;
	padding: 0px;
}

a {
	font-family: Tahoma,Verdana,Trebuchet MS,Tahoma;
	color: #00AEEF;
	text-decoration: none;
	font-size: 11px;
	line-height: 1.818em;
}

a:hover {
	color: #696969;
}

img {
	border: 0px;
}

h3 {
	font-size: 18px;
	font-family: Tahoma,Verdana,Trebuchet MS;
	color: #222;
	margin-bottom:6px;
	text-transform:uppercase;
}

span.subheader {
	font-family: Tahoma, Verdana;
	font-weight: bold;
	font-size: 1em;
}

.b {
	clear:both
}

#wrapper {
	font-family: Tahoma,Verdana,Trebuchet MS, Tahoma;
	font-size: 11px;
	text-align: center;
	width: 800px;
	border: 1px solid #CCC;
	margin: 20px auto;
}

#imgheader {
	background-image: url('banner.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	height: 288px;
	width: 800px;
}

#content {
	text-align: justify;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 10px;
}

#content p {
	margin-top:0px;
}

div.center {
	text-align:center;
}

img.center {
	display:block;
	margin:0px auto;
}

div.button {
	background-image:url('link.gif');
	width:240px;
	height:38px;
	float:left;
	text-align:center;
	line-height:normal;
	font-size:17px;
	font-weight:bold;
	padding-top:10px;
	margin-right:10px;
	margin-top:20px;
}

div.button a {
	font-size:17px;
	color:Black;
	font-weight:bold;
}

div.button a:hover {
	text-decoration:underline;
}

div.right {
	background-image:url('linkorange.gif');
	height:46px;
	padding-top:2px;
	margin-right:0px;
}
