/* CSS Document */

body {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	color: #000000;
	background-color: #000000;
	margin: auto;
	padding: auto;
}

h1 {
	font-size: 42px;
	padding-left: 20px;
	padding-right: 10px;
}
h2 {
	font-size: 18px;
}
#LeftNav {
	background-image:url(images/nav.jpg);
	width: 184px;
	height: 270px;
}

a:link {color: #ffffff; font-size: 14pt; text-decoration: underline; }
a:visited {color: #ffffff; font-size: 14pt; text-decoration: underline;}
a:hover {color: #ffffff; font-size: 14pt; text-decoration: underline;}
a:active {color: #ffffff; font-size: 14pt; text-decoration: underline; }

a.nav:link {color: #ffffff; text-decoration: none; font-size: 13pt; font-weight: bold; }
a.nav:visited {color: #ffffff; text-decoration: none; font-size: 13pt; font-weight: bold; }
a.nav:hover {color: #000; font-size: 13pt; font-weight: bold;}
a.nav:active {color: #ffffff; font-size: 13pt; font-weight: bold;}

a.footer:link {color: #ffffff; font-size: 12pt; }
a.footer:visited {color: #ffffff; font-size: 12pt; }
a.footer:hover {color: #ffffff; font-size: 12pt; }
a.footer:active {color: #ffffff; font-size: 12pt; }

#content {
	clear:both;
	float: left;
	width: 679px;
}
#content p {
	padding-left: 40px;
	padding-right: 10px;
}

#sidebar {
	float: right;
	width: 291px;
}


.address {
	background-image:url(images/address.jpg); 
	background-repeat: no-repeat;
	background-position: center top;
	height: 110px;
	background-color: #b45712;
	text-align: center;
	font-size: 12px;
}
#footer {
		text-align: center;
	font-size: 12px;
	color: #CCCCCC;
}
#footer a {
		text-align: center;
	font-size: 12px;
	color: #CCCCCC;
}

