body
{
	font-family: 'Bitstream Vera Sans', Verdana, sans-serif;
	font-size: 10pt;
	margin: 5px;
	background-color: #BDBDFB
}

li
{
	margin-bottom: 10px;
}

#header
{
	border: 1px solid black;
	height: 85px;
	background-image: url("lines.png");
	background-color: #062493;
}

#space
{
	height: 20px;
}

#logo
{
	font-size: 24pt;
	font-weight: bold;
	color: #E0E0E0;
	position: absolute;
	top: 27px;
	left: 10px;
}

#content
{
	border: 1px solid #000000;
	padding: 25px;
	line-height: 130%;
	margin-left: 170px;
	background-color: white;
	background-repeat: no-repeat;
}

#content .text
{
	margin-left: 20px;
	margin-bottom: 40px;
}

#sections
{
	float:left;
	clear: left;
	width: 160px;
	border:1px solid black;
	background-color: rgb(219, 225, 227);
	margin-bottom: 20px;
	height:inherit;
}

#sections .title
{
	background-image: url("lines.png");
	background-color: #062493;
	border-left: 1px solid rgb(150, 171, 188);
	border-top: 1px solid rgb(150, 171, 188);
	border-right: 1px solid rgb(100, 121, 138);
	border-bottom: 1px solid black;
	text-align: center;
	padding: 5px;
	color: white;
	font-weight: bold;
}

#footer
{
	clear: both;
	margin-top: 10px;
	padding: 10px;
	color: #000000;
	font-size: x-small;
	text-align: right;
}

#footer #copyright
{
	text-align: center;
	padding: 3px;
}

#footer #validate
{
	text-align: center;
	padding: 3px;
}

#sections #index
{
	list-style: none;
	padding: 5px;
	margin: 2px;
	text-transform: capitalize;
}

#sections #index li
{
	border: 1px solid #666;
	text-align: left;
	margin: 2px;
	padding: 0px;
	background-color: #fff;
}

#index a
{
	display: block;
	padding: 3px;
	text-decoration: none;
	padding-left: 25px;
}

#index a:link, #index a:visited
{
	color: black;
}

#index a:hover
{
	background-color: rgb(255, 255, 200);
}

h1
{
	font-size: 16pt;
	color: #072BAF;
	padding-left: 18px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: solid 1px rgb(200, 200, 200);
	background-repeat: no-repeat;
	background-position: center left;
}

h2
{
	font-size: 14pt;
	color: #072BAF;
	padding-left: 18px;
	padding-bottom: 5px;
	padding-top: 10px;
	background-repeat: no-repeat;
	background-position: center left;
}

h3
{
	font-size: 12pt;
	color: #072BAF;
	padding-left: 18px;
	padding-bottom: 5px;
	padding-top: 10px;
}

p 
{
	text-align: justify;
}

a:link, a:visited
{
	color: blue;
}

a:hover
{
	color: rgb(0, 0, 100);
}

th
{
	text-align: left;
	background-color: #bbb;
}

td
{
	background-color: rgb(230,230,230);
	padding: 5px;
}
