*
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 0;
}

a
{
	text-decoration: none;
}

body
{
	background-image: url('../images/site/background.jpg');
	background-repeat: repeat-x;
	background-color: #373737;
}

#container
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

.clear
{
	clear: both;
	height: 0;
	width: 0;
	margin: 0;
	padding: 0;
}



/* address and logo bar */
#topBar
{
	height: 120px;
	width: 800px;
	background-image: url('../images/site/topBarBg.jpg');
	background-repeat: repeat-x;
}

#address
{
	margin-left: 10px;
	width: 200px;
	height: 120px;
	float: left;
}

#address p
{
	text-align: justify;
	font-size: 16px;
}

#address h1
{
	font-size: 20px;
	font-style: italic;
	margin-top: 16px;
}

#logo
{
	height: 86px;
	margin: 16px;
	float: right;
	
}



/* header */
#header
{
	background-image: url('../images/site/header.jpg');
	background-repeat: repeat-x;
	position: relative;
	width: 800px;
	height: 247px;
}



/* content */
#content
{
	width: 540px;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
}

#contentIndex
{
	width: 800px;
	margin-top: 15px;
}

#content a
{
	color: #1574a2;
	text-decoration: underline;
}

#content a:hover
{
	color: #ff9900;
}

#content h3, #contentIndex h3
{
	font-size: 20px;
	font-weight: bold;
	color: #1574a2;
}

#contentIndex h3
{
	margin: 30px;
	font-size: 22px;
}

#content p, #contentIndex p
{
	margin-top: 10px;
	margin-bottom: 5px;
}

#content ol
{
	list-style: none;
}

#content ul
{
	list-style-type: disc;
	margin-left: 20px;
}

#content ol li
{
	margin-top: 15px;
}

#content ul li
{
	margin: 5px;
}

#content img
{
	margin: 10px;
}



/* footer */
#footer
{
	width: 800px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
