/*CSS Document*/

* 
{
margin: 0;
padding: 0;
}

body
{
background: #001935 url(images/bgtop.jpg) no-repeat center top;
padding: 35px 0px 35px 0px;
width: 100%;
font-size: 100%;
font-family: Arial, Helvetica, sans-serif;
color: #333333;
}

p
{
font-size: 83%;
line-height: 1.5em;
margin-top: .3em;
margin-bottom: 1.5em;
text-align: justify;
}

a
{
color: #fff;
text-decoration: none;
}

h1
{
font-size: 110%;
font-variant: small-caps;
font-style: bold;
font-family: 'arial';
margin-bottom: .4em;
}

h2
{
font-size: 90%;
/*margin-bottom: 1em;*/
}

h3
{
color: #fff;
font-size: 80%;
font-variant: small-caps;
padding: 0em .5em .5em .8em;
}

h4
{
color: #620C16;
font-size: 100%;
font-style: bold;
text-align: center;
}

h5
{
text-align: center;
}

.divider
{
position: relative;
height: 1px;
border-bottom: solid 1px #eaeaea;
margin: 1.0em 0em 1.0em 0em;
}

img.left {
	float: left;
	margin: 0 0 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
    padding: 0 40px 0 0;
}

div.figure {
float: left;
margin: 0 15px 0 0;
width: 120px;
}

div.pic {
float: left;
margin: 0 15px 0 0;
width: 140px;
}


div.figure p{
font-size: x-small;
text-align: center;
font-style: italic;
text-indent: 0;
}


/*Header*/
#header
{
position: top;
width: 100%;
height: 0em;
margin: 0 auto;
}

#headerpic
{
position: top;
height: 171px;
background: #403c3d url('images/banner.jpg') no-repeat top;
margin-bottom: 2px;
}

/*Menu*/
#menu
{
position: relative;
background: #66717A url('images/menubg.gif') repeat-x top left;
height: 3.5em;
padding: 0em 1.0em 0em .5em;
margin-bottom: 2px;
font-size: 80%;
}

#menu ul
{
position: absolute;
top: 1.1em;
}

#menu ul li
{
position: relative;
display: inline;
}

#menu ul li a
{
padding: .5em .8em 0.5em .8em;
color: #fff;
text-decoration: none;
}

#menu ul li a:hover
{
text-decoration: underline;
}

#menu ul li a.active
{
background: #65707A url('images/menuactive.gif') repeat-x top left;
padding: .2em .5em 1.0em .5em;
}

#menubottom
{
background: #fff url('images/menuborder.gif') repeat-x;
height: 14px;
margin-bottom: .5em;
}

/*Content*/
#page
{
position: relative;
width: 746px;
border: solid 7px #fff;
background: #fff;
margin: 0 auto 0 auto;
}

#wrapper
{
background: #a8a9ac url('images/contentbg.gif') repeat-y left;
}

#container
{
float: right;
width: 100%;
background: #a8a9ac url('images/contentbg.gif') repeat-y left;
margin-left: -120px;
}

#content
{
margin-left: 120px;
padding: 1.0em 1.0em 1.0em 1.0em;
}

#content a 
{
color: #620c16;
text-decoration: none;
}

#content a:hover
{
text-decoration: none;
color: #333;
}

#content p
{
padding: 0 auto;
}



#sidebar
{
position: absolute;
top: 260px;
float: left;
width: 16%;
margin: 0;
padding: 0 .3em 0 .3em;
}

/*.title
{
float: left;
width: 100px;
height: 30px;
margin-left: 6px;
margin-top: 0;
background: url('images/titlebg.gif') repeat-x;
}*/

#sidebar ul li
{
list-style: none;
/*line-height: 2.5em;*/
padding: .5em 0 0 0;
font-family: arial;
font-variant: small-caps;
}

#sidebar ul li a
{
color: #333;
font-weight: bold;
font-size: 80%;
padding: 0 .5em 0 .8em;
}

#sidebar ul li a:hover
{
color: #fff;
}

/*Footer*/
#footer
{
position: relative;
width: 746px;
height: 4.0em;
clear: both;
background: #fff url('images/footerborder.gif') repeat-x;
font-size: 0.8em;
margin-top: 2em auto;
}

#footer .left
{
position: absolute;
left: 2.0em;
bottom: 1.2em;
}

#footer .right
{
position: absolute;
right: 2.0em;
bottom: 1.2em;
}