@charset "utf-8";
/* CSS Document */

*
{
padding: 0em;
margin: 0em;
}

.container {
	position:relative;
	background: url(img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	height: 100%;
	height:auto;
	width: 919px;
	min-height:100%;
	
}

#headerpic
{
position: relative;
height: 150px;
background: #fff url('images/header.jpg') no-repeat top left;
}

body {
	background: #000000 url('images/bg.gif') repeat-y center top;
	padding: 0px 0px 0px 0px;
	height:100%;
}

body,input
{
font-size: 10pt;
font-family: "georgia", "times new roman", serif;
color: #333333;
}

p
{
line-height: 1.5em;
margin-bottom: 1.0em;
text-align: justify;
}

a
{
color: #a12727;
text-decoration: underline;
}

a:hover
{
color: #0a3f71;
text-decoration: none;
}

h3 span
{
font-weight: normal;
}

h3,h4
{
display: inline;
font-weight: bold;
background-repeat: no-repeat;
background-position: right;
}

h3
{
font-size: 1.7em;
padding-right: 34px;
background-image: url('images/db1.gif');
}

h4
{
font-size: 1.2em;
padding-right: 28px;
background-image: url('images/db2.gif');
}

.contentarea
{
padding-top: 1.3em;
}

#menu
{
position: relative;
background: url('images/menubg.jpg') repeat-x;
height: 27px;
padding: 0em 0em 0em 0em;
}

#menu ul
{
	position: absolute;
	left:7px;
	top:3px;
}

#menu ul li
{
position: relative;
display:inline;
}

#menu ul li a
{
padding: 0.5em .5em .5em 1.0em;
color: #a12727;
font: large bolder; 
text-decoration: none;
}

#menu ul li a:hover
{
color: #0a3f71;
}

#menu ul li a.active
{
background: url('images/menubgactive.jpg') repeat-x;
background-position: center;
}

#menubottom
{
background: #7f7f7f;
height: 7px;
}


#primarycontainer
{
background: url('images/bgcontainer.gif') repeat-y;
float: left;
margin-right: -18.0em;
width: 100%;
height:100%;
min-height:100%;
}

#primarycontent
{
margin: 1em 19em 0em 1.5em;
}

#secondarycontent
{
	margin-left:25px;
margin-top: .5em;
float: left;
width: 15.5em;
margin-right: 7px;
}

.box
{
position: relative;
background: #f9f9d5;
padding: 3px;
border-bottom: solid 1px #E1D2BD;
margin-bottom: 1.0em;
}
.box h4
{
	color: #a12727;
}
.innerbox
{
	margin-left:20px;
	margin-right:5px;
}
a.boxlinks:link
{
color: #0a3f71;
text-decoration: underline;
}
a.boxlinks:visited
{
color: #0a3f71;
text-decoration: underline;
}
a.boxlinks:hover
{
color: #a12727;
text-decoration: none;
}
a.boxlinks:active
{
color: #0a3f71;
text-decoration: underline;
}
ul.contentlist
{
	margin-left: 15px;
}

ul.linklist
{
list-style: outside;
list-style-type: disc;
}

ul.linklist li
{
line-height: 1.7em;
}
#footer
{
position: relative;
height: 2.0em;
bottom: 0px;
clear: both;
padding-top: 5.0em;
background: #fff url('images/bgcontainer.gif') repeat-y;
font-size: 0.8em;
margin: 0 auto;
}

#footer .left
{
position: absolute;
left: 2.0em;
bottom: 1.2em;
}

#footer .right
{
position: absolute;
right: 2.0em;
bottom: 1.2em;
}

