@charset "UTF-8";
/* CSS Document */

	
* {
	margin: 0;
	padding: 0;
}

body {
	height: auto;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-position: center;
	background-color: #EAEECB;
}

#wrapper {
	width: 770px;
	width: 100%;
	height: auto;
	clear: both;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #325A9C;
	padding: 0px;
	margin-bottom: .5em;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006633;
	margin-bottom: .5em;
}

#bodyCopy {
	padding-left: 1em;

}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 1em;
	line-height: 1.2em;
}

#clearer {
	clear:both; 
	height:5px; 
	margin-top:-1px; 
	overflow:hidden;
}

#bodyCopy ul {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 15px;
}
	
#bodyCopy li {
	padding: 4px 0px 4px 10px;
	margin: 0px;
	text-align: left;
	clear: right;
	height: auto;
	background-image: url(images/list-bullet-blue.gif);
	background-repeat: no-repeat;
	background-position: left 11px;
	border-top: 1px solid #CCCCCC;
	list-style-type: none;
}
	
#bodyCopy li a:link, #bodyCopy li a:visited {
	color: #4072B9;
	text-decoration: none;
}
	
#bodyCopy li a:hover {
	color: #BF8F00;
	text-decoration: none;
}

.small {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: 336600}
.smalllink {  font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; color: #666666; font-size: 10px}

a:link {
	color: #5985AB
}
a:hover {
	color: #FF6600
}
a:visited {
	color: #FF6600
}
a:active {
	color: #3A7A17
}
