*
{
padding: 0em;
margin: 0em;
}

body
{
	background: White;
	padding: 0px 0px 0px 0px;
}

body,input
{
	font-size: 10pt;
	font-family: arial, "georgia", "times new roman", serif;
	color: #005383;
}

p
{
line-height: 1.5em;
margin-bottom: 0em;
text-align: justify;
}

a, a:link
{
	color: #005383;
	text-decoration: underline;
}

a:hover
{
text-decoration: none;
}
.small
{
font-size: 0.8em;
}
h1
{
font-size: 1.7em;
color: #0D3082;
}
h3
{
font-size: 1.4em;
}
h2
{
	font-size: 1.2em;
	color: #0D3082;
}
h4
{
	font-size: 1.0em;
	color: #515151;
}

.contentarea
{
padding-top: 0em;
}

img
{
border: solid 0px #6F5230;
}

img.left
{
position: relative;
float: left;
margin: 0em 1.8em 1.4em 0em;
}

img.right
{
position: relative;
float: right;
margin: 0em 0em 1.8em 1.8em;
}

#outer
{
z-index: 2;
position: relative;
/*
	The width value below controls the overall width of the design. By default it's set to 82%
	(so it'll take up 82% of the browser window's width). You can set it to a different percentage
	value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
*//*
width: 82%;*/
width: 709px;
border: solid 0px #fff;
background-color: #ffffff;
margin: 0 auto;
}
#contactFormArea
{
	/*background: #1C36AD url('footer.jpg') repeat-x bottom right;*/
	background-color: #FEFEFE;
	color: #0E3282;
}
#contactFormArea a
{
	color: #ffffff;
	text-decoration: underline;
}
#contactFormArea a:hover, a:visited
{
	color: #ffffff;
text-decoration: none;
}
#footer a
{
	color: #ffffff;
	text-decoration: underline;
}
#footer a:hover, a:visited
{
	color: #ffffff;
text-decoration: none;
}

#content
{
	padding: 0em 0em 0em 0em;
	padding-top: 0px;
	background-color: #FEFEFE;
}

#footer
{
position: relative;
height: 2.0em;
clear: both;
font-size: 0.8em;
padding-top: 10px;
}

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

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