
#wrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 750px;
	margin-left: auto;
	margin-right:auto;
	border: 1px solid #000000;
	background-color: #FFF;
}
#header {
	background-image: url(images/header.jpg);
	text-align: center;
	border-bottom: 1px solid #000000;
	width:100%;
}
#content {
	padding:10px;
	clear:both;
}
#footer {

	font-size: 12pt;
	font-weight: bold;
	border-top: 1px solid #000000;
	padding:10px;
}

#links {
	width:100%;
	font-size: 12px;
}

#links a
{
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	display: block;
	padding: 5px;
	margin-right:auto;
	margin-left: auto;
	padding-left: 2px;
	padding-right: 2px;
	float:left;
	text-decoration: none;
}

#links a:hover
{
	color: #0000ff;
	background-color:#ABD;
}

h1 {
	font-size: 30pt;
	font-weight: bold;
	color: #1A2373;
	padding-top:24px;
	margin-top:0;
}
h2 {
	font-size: 15pt;
	font-weight: bold;
	color: #2F77F1;
}
h3 {
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

p {
	font-size: 13px;
	line-height: 13pt;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-bottom: 9px;
}
p.caption {
	font-size: 13px;
	line-height: 13pt;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
	padding-bottom: 0px;
}


a {
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	font-weight : bold;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
}

.footersmall {
	font-size: 10px;
	text-align: center;
	line-height: 12pt;
}

img.floatright {
	float: right;
	margin: 10px 50px 10px 10px;
}

img.floatcenter {
	margin-left: auto;
    margin-right: auto;
}

#floatright {
	float: right;
	border: 1px solid #000000;
	margin: 10px;
}

#floatcenter {
	margin-left: auto;
    margin-right: auto;

}
