#container {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	clear: both;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#tagline {
	background-color: #FFF;
	padding: 10px;
} 
#tagline h1
{
	color: #700;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 1px;
}
#content {
	background-color: #FFF;
	clear: both;
	overflow: auto;
	padding: 10px;
} 
#content p
{
	padding-bottom:15px;
	line-height: 24px;
}
#footer {
	color: #FFF;
	background-image: url(../images/nav-back.jpg);
	padding: 5px;
	clear: both;
	text-align: center;
	font-size: 14px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #EEE;
	text-decoration: underline;
}
 

#nav {
	background-color: #CCC;
	float: left;
	width: 300px;
	padding: 10px;
	height: 180px;
	font-size: 18px;
	line-height: 29px;
	background-image: url(../images/nav-back.jpg);
}
#nav a {
	color: #FFF;
	text-decoration: none;
	width: 200px;
}
#nav a:hover {
	color: #F4F4F4;
	text-decoration: none;
}
#content h1 {
	color: #C00000;
	font-size: 22px;
	padding-bottom: 15px;
}
.smallprint {
	font-size: 12px;
	font-style: italic;
	color: #C00000;
}
.makeitred {
	color: #C00000;
}

#content h2 {
	color: #000083;
	padding-bottom: 12px;
}



#nav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #700;
}
.noborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header {
	clear: both;
}
body {
	background-color: #F4F4F4;
}
#content ul {
	margin-left: 5px;
	padding-left: 5px;
}
 #content li {
	margin-left: 10px;
	padding-left: 10px;
	line-height: 30px;
	list-style-type: disc;
}
 

