/* CSS Document */

body {
	color: #000000;
	background: url(images/bg.jpg) top left repeat-x  #4D7ED0;
	background-attachment: fixed;
	font: 14px Arial, sans-serif;
	line-height: 1.6em;
	margin: 0; 
	padding: 0;
}

#container
{
width: 900px;
margin: 0px auto;
padding: 0;
}

#header
{
background: url(images/header2.jpg);
width: 900px;
height: 224px;;
}

#nav
{
width: 250px;
float: left;
background: url(images/navbg.jpg) top left repeat-y;
padding: 20px 0px 20px 0px;
min-height: 450px;}

#nav a,a:visited
{color: #3177AA;}

#nav a:hover
{color: #4DA4E3;
text-decoration: none;}

#content
{
float: right;
width: 605px;
padding: 20px 30px 20px 15px;
min-height: 450px;
background: #FFFFFF;
}

#content a,a:visited
{color: #3177AA;}

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

.style1
{font-size: 18px}

h2
{font: 28px Georgia, "Times New Roman", Times, serif;}

h3
{font: 18px Georgia, "Times New Roman", Times, serif;
border-bottom: 1px dashed #000000;
padding-bottom: 3px;}

.quote
{font-size: smaller;
font-style: italic;}

#footer
{
clear:both;
background: url(images/footer.jpg) no-repeat;
height: 30px;
margin-top: -42px;
font: 9px Verdana, Arial, Helvetica, sans-serif;
padding: 0px 10px 0px 10px;
color: #AAAAAA;}

#footer a,a:visited
{color: #AAAAAA;
font-weight: bold;}

#footer a:hover
{color: #000000;
font-weight: bold;
text-decoration: none;}

#footer2
{
clear:both;
background: url(images/footer.jpg) no-repeat;
height: 30px;
margin-top: -20px;
font: 9px Verdana, Arial, Helvetica, sans-serif;
padding: 0px 10px 0px 10px;
color: #AAAAAA;}

#footer2 a,a:visited
{color: #AAAAAA;
font-weight: bold;}

#footer2 a:hover
{color: #000000;
font-weight: bold;
text-decoration: none;}