body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/patternMilestone1.gif);
	background-repeat: repeat;
	background-position: left top;
}
#container {
	background-color: #908F8D;
	width: 960px;
	text-align: left;
	margin: 30px auto 0px;
	border: 3px solid #154869;
	background-image: url(../images/tagline.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
}
#header {
	background-color: #c9c9c5;
	margin: 20px 20px 7px;
	padding: 50px 20px 40px 380px;
	border: 1px solid #1e506f;
	background-image: url(../images/logo_home.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
}
#header h1 {
	margin: 0;
	padding: 10px 0; 
}
#navcontainer {
	overflow: hidden;
	margin-left: 0px;
	margin-bottom: 20px;
}
#navlist {
	list-style-type: none;
	margin: 2px 0px 4px;
	padding: 0;
}

#navlist li {
	border-left: 2px solid #177764;
	float: left;
	line-height: 1.1em;
	padding: 0.1em 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #908F8D;
	margin: 0 0.5em 0 -0.5em;
}
#navlist li a {
	text-decoration: none;
	color: #1e506f;
}
#navlist li a:link, #navlist li a:visited {
	color: #1e506f;
}
#navlist li a:hover, #navlist li a:active {
	color: #FFF;
}
#navlist li a.current,#navlist li a.current:hover, #navlist li a.current:active {
	color: #FFF;
}
#contentContainer {
	background-color: #FFF;
	margin: 0px 20px 20px;
	border: 1px solid #1e506f;
	padding-top: 20px;
	padding-bottom: 30px;
}
#contentContainer img {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-top: 20px;
}
#sidebar1 {
	float: right;
	width: 560px;
	padding: 0px 20px 0px 0px;
}
#mainContent {
	margin: 0px 590px 0px 0px;
	padding: 20px 0px 20px 40px;
	overflow: visible;
} 
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #90908e;
	line-height: 1.7em;
	margin-bottom: -1em;
	letter-spacing: 0.02em;
	font-weight: normal;
}
#footer {
	padding: 0;
	margin-top: 6px;
	margin-bottom: 20px;
}
#footer p {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #CCC;
	letter-spacing: 0.15em;
	line-height: 1.5em;
	margin: 0; 
	padding: 10px 0;
}
#footer p a {
	color: #D3D3D0;
	text-decoration: none;
}
#footer .lowercase {
	text-transform: capitalize;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.boldGreen {
	font-family: Arial, Helvetica, sans-serif;
	color: #177764;
	font-weight: bold;
}
.readMore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: bold;
	color: #999;
	letter-spacing: 0.1em;
	margin-top: -8px;
}
.readMore a {
	color: #999;
	text-decoration: none;
}
.readMore a:hover {
	color: #C30;
	text-decoration: none;
}
h2 {
	color: #C30;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	letter-spacing: 0.1em;
	margin-top: 32px;
	margin-bottom: -10px;
	font-weight: normal;
}

