@charset "UTF-8";
#navigation {
	background-color: #3f9c00;
	text-align: center;
	height: 20px;
	width: 800px;
	font-variant: small-caps;
	color: #FFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}
#social {
	background-image: url(2011/connected-bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}


/* CSS Document */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	background-color: #CCCCCC;
	color: #333333;

}
h1,h2,h3,h4,h5,h6{
margin-bottom: 0px;
padding-bottom: 0px;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16pt;
	line-height: 15pt;
	font-weight: bold;
	color: #307203;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 15pt;
	font-weight: bold;
	color: #333;
	}
a:link, a:visited{
color: #307203;
}
a:hover{
color: #4B017C;
}
.list {
	list-style-type: disc;
	margin-left: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	list-style-position: outside;
}

.number {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #F00;
}
#navigation a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:active {
	color: #FFFFFF;
	text-decoration: none;
}

