﻿* 
{
	margin: 0; 
	padding: 0;
} 

img 
{
	border: 0;
}

body { 
	background: #F5F3F9; 
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
} 

a:link {
	text-decoration: none;
	font-weight: normal;
	color: blue;
}

a:active {
	text-decoration: none;
	font-weight: normal;
	color: blue;
}

a:visited {
	text-decoration: none;
	font-weight: normal;
	color: blue;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: red;
}

#header {
	margin: 0 auto; /*centers the div in standard browsers */ 
	width: 738px;
	height: 79px;
	background-image: url(images/header.jpg);
}
#headflash {
	margin: 0 auto; /*centers the div in standard browsers */ 
	width: 738px;
	height: 192px;
	background: #ffffff;
}

#container {
	margin: 0 auto; /*centers the div in standard browsers */ 
	width: 738px;
}
#nav 
{
	float: left;
	background-image: url(images/navback.gif);
	width: 201px;
	min-height: 340px;
}

#content 
{
	float: left;
	width: 512px;
	background-image: url(images/contentback.gif);
	padding-left: 25px;
	padding-top: 5px;
	min-height: 335px;
}

p.content
{
	margin-bottom: 4px;
	text-align: justify;
	margin-right: 12px;
}

#footer {
	clear: both;
	margin: 0 auto; /*centers the div in standard browsers */ 
	width: 738px;
	height: 232px;
	background-image: url(images/footer.jpg);
}
br.clear { 
clear:both 
} 

