
* {
	margin: 0;
    padding: 0;
}

body {
	background-image: url(images/body_tile.gif);
	background-repeat: repeat-y;
	font-size: 10pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006699;
}

#content {
	background-image: url(images/body_tile.gif);
	background-repeat: repeat-y;
	font-size: 10pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#container {
	width: 900px;
	color: #00000;
}

#left {
	background-image: url(images/left_bg.gif);
	background-repeat: no-repeat;
	float: left;
	height: 496px;
	width: 149px;
	padding-top: 185px;
}

#right {
	background-image: url(images/right_bg.gif);
	background-repeat: no-repeat;
	float: left;
	width: 651px;
	padding-top:185px;
	padding-right: 90px;
}

#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 125px;
	width: 800px;
	padding-top: 28px;
	clear: both;
	color: #003366;
	text-align: center;
	font-size: 1em;
}

#footer a:visited
{
	color: #003366;
}

#navcontainer { width: 149px; }

#navcontainer ul
{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	padding-right: 10px;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 130px;
}

#navcontainer a:link, #navlist a:visited
{
	color: #003366;
	text-decoration: none;
	padding-bottom: 7px;
	font-weight: bolder;
}

#navcontainer a:hover
{
	color: #993300;
}

h1 {
	text-align: left;
	margin-top: -55px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
}

h2 {
	text-align: left;
	#margin-top: 7px;
	#margin-bottom: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
}

h3 {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
}

h4 {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
}

blockquote {
	font-style: italic;
	border: 1px dotted #98A549;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #74752B;
	
}

a:link {color: #006699}
a:visited {color: #003366}
a:hover {color: #993300}
a:active {color: #993300}
