body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #EBEBEB;
	margin: 0;
	padding: 0;
}
#masthead {
	background-color: #FFFFFF;
	color: #999999;
	margin: 12px auto 0 auto;
	width: 982px;
}
#logo {
	background-color:#EBEBEB;
	color:#000;
	font-size:0.8em;
	line-height:1.4em;
	height:80px;
	padding:0 25px 0 7px;
}
#logo h1{
	color:#999999;
	margin:0;
	padding:0.3em 0 0;
}
#logo p{
	margin:0.4em 0 0;
	padding:0;
}
#logo span {
	font-weight:bold;
	letter-spacing:0.1em;
	margin-right:10px;
}
#logo img.logo {
	float:right;
	margin-top:24px;
	width:384px;
	height:49px;
}
#header {
	background-color:transparent;
	background-image:url(../img/logo.gif);
	background-repeat:no-repeat;
	height:70px;
	padding-bottom:0;
	padding-left:85px;
	padding-right:0;
	padding-top:8px;
}
#columntop {
	clear: both;
	background-image: url(../img/cwbg_top.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#columnwrapper {
	margin: 0 auto;
	width: 982px;
	background-image: url(../img/cwbg_middle.jpg);
	background-repeat: repeat-y;
}
#c1, #c2, #c3 {
	float: left;
}
#c1 {
	width: 234px;
	margin-bottom:16px;
}
#c2 {
	width:514px;
	margin-bottom:16px;
}
#c3 {
	width: 234px;
	margin-bottom:16px;
}
#c1 .content {
	font-size: 0.75em;
	line-height:1.4em;
	padding: 16px 26px 0 34px;
}
#c1 .content ul {
	margin-left:15px;
	padding-left:0;
}
#c1 div.sideboximg img{
	margin-left:15px;
}
#c2 .centerimage {
	padding: 12px 31px
}
#c2 img{
	border:1px solid #CCC;
}
#c2 .content {
	color: #343434;
	font-size: 0.75em;
	padding: 12px 32px 0 32px;
	line-height: 1.6em;
}
#c3 .content {
	font-size: 0.75em;
	line-height:1.4em;
	padding: 11px 32px 0 26px;
}
#c3 .content ul {
	margin-left:15px;
	padding-left:0;
}
#c3 div.sideboximg img{
	margin-left:7px;
}
h1 {
	font-size: 1.06em;
	letter-spacing: 0.09em;
	margin:1.8em 0 0;
}
h2 {
	font-size: 1.06em;
	letter-spacing: 0.09em;
	margin:1.8em 0 0;
}
h3 {
	font-size: 1em;
	margin:1.6em 0 0;
	padding:0;
	text-decoration:underline;
	font-weight:normal;
}
p{
	margin:0.8em 0 0;
}
p.imagefooter{
	font-size:0.82em;
}
.topZero {
	margin-top: 0;
}
#columnbottom {
	clear: both;
	background-image: url(../img/cwbg_bottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#footer {
	margin: 0px auto;
	font-size: 0.7em;
	width: 982px;
}
#footercontent {
	padding: 8px 0 25px 25px;
}
/*NavBar*/
#nav_wrapper {
	font-size: 0.82em;
	margin: 12px 0px 18px 15px;
	width: 210px;
}
#navbar {
	margin: 0px;
	padding: 0px;
	font-weight:bold;
}
#navbar ul.level2 {
	margin:0px;
	padding: 0 0 0 35px;
}
#navbar li {
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #CCC;
}
#navbar li:hover, #navbar li:active, #navbar li:focus {
	background-color: #31438B;
}
#navbar li.second {
	font-size:0.88em;
	font-weight:normal;
	list-style-type: circle;
	border:0;
	padding:0 0 0 4px;
}
#navbar a {
	display: block;
	text-decoration: none;
	color: #000;
	letter-spacing:0.1em;
	padding:8px 20px;
	outline:none;
}
#navbar li.second a {
	padding:0 0 8px 0;
}
#navbar a:hover, #navbar a:active, #navbar a:focus {
	color: #CCC;
	background-color: #31438B;
}
/*Default Links - Applies to the Main Content Column*/
.content a:link {
	color: #003399;
}
.content a:visited {
	color: #003399;
}
.content a:hover, .content a:focus, .content a:active {
	color: #4d402c;
}
/*
Left Sidebar Links - .content added to the selector name to 
make it more specific and to eliminate conflicts with the main navigation bar
*/
#c1 .content a:link {
	color: #003366;
}
#c1 .content a:visited {
	color: #003366;
}
#c1 .content a:hover, #c1 .content a:focus, #c1 .content a:active {
	color: #4d402c;
}
/*Right Sidebar Links*/
#c3 a:link {
	color: #003399;
}
#c3 a:visited {
	color: #003399;
}
#c3 a:hover, #c3 a:focus, #c3 a:active {
	color: #4d402c;
}
/*Footer Links*/
#footer a:link {
	color: #003399;
}
#footer a:visited {
	color: #003399;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #977C55;
}

/*Labeltext*/
.labeltop01 {
	background:url(../img/cwbg_bottom.jpg) top center no-repeat;
	margin:0 -32px;
}
.labeltop02 {
	background:url(../img/cwbg_top.jpg) bottom center no-repeat;
	margin:0 -32px;
}
.labelbottom01 {
	background:url(../img/cwbg_bottom.jpg) top center no-repeat;
	margin:0 -32px;
}
.labelbottom02 {
	background:url(../img/cwbg_top.jpg) bottom center no-repeat;
	margin:0 -32px;
}
div.labeltext {
	padding-bottom:0.5em;
}
