body {
	background: white url(img/bgl.gif) repeat-y top left;
	margin:0px;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 11pt;
}
div {
		margin:0px;
}
div.header
{
	background: black url(img/hbg.gif);
}
div.inner 
{
	background: url(img/hbgr.png) no-repeat top right;
}

div.content
{
	background: url(img/bgr.gif) repeat-y top right;
}
div.menu {
	position: absolute;
	width: 140px;
	height: 411px;
	padding-left: 0px;
}
div.menu ul 
{
	color: #2B61AB;
	font-family: Impact;
	text-transform: uppercase;
	list-style-type: none;
	padding-left: 10px;
}
div.menu a 
{
	color: #2B61AB;
	text-decoration: none;
}
div.menu a:hover
{
	color: #1D4276;
}
div.text 
{
	margin-left: 200px;
	margin-right: 100px;
}

div.text a {
	text-decoration: none;
	color: #2B61AB;
}
div.text a:hover
{
	color: #1D4276;
}

p 
{
	text-align: justify;
}
h1 
{
	margin: 0px;
	padding-top: 50px;
	margin-bottom: 30px;
	color: #2B61AB;
	font-size: 16pt; 
	text-align: center;
	text-transform: uppercase;
}
h2 
{
	color: #1D4276;
	font-size: 13pt;
	padding-top: 50px;
}
h3 
{
	font-size: 11pt;
}
p.footer {
	text-align: center;
	font-size: 8pt;
}
