body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	background:#000 url(../img/bd_bg.jpg) center 12px no-repeat;
	margin: 0;
	padding: 0;
	font-size: 100.1%;
	line-height:0.88em;
}
#masthead {
	background-color: #000;
	color: #999999;
	margin: 12px auto 0 auto;
	width: 982px;
}
#logo {
}
#columntop {
	clear: both;
	background-image: url(../img/cw_bg_2c-top.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#columnwrapper {
	margin: 0 auto;
	width: 982px;
	background-image: url(../img/cw_bg_2c-middle.jpg);
	background-repeat: repeat-y;
}
#c1, #c2 {
	float: left;
}
#c1 {
	width: 234px;
	background: url(../img/c1_bg.jpg) top left no-repeat;
}
#c2 {
	width: 736px;
	/*background-image: url(../demo-images/sol.jpg);
	background-repeat: no-repeat;
	padding-top: 140px;
	background-position: 22px -78px;*/
}
#c1 .content {
	font-size: 0.69em;
	line-height:1.4em;
	padding: 6px 28px 6px 34px;
}
#c2 .content {
	color: #121212;
	font-size: 0.82em;
	padding: 18px 0 16px 32px;
	line-height: 1.6em;
}
#c1 .content img {
	border:1px solid #DDD;
}
#c2 .content img {
	border:1px solid #999;
}
h1 {
	font-size: 1.06em;
	letter-spacing: 0.2em;
	margin: 0 0 0.8em;
}
h2 {
	font-size: 1.06em;
	letter-spacing: 0.2em;
	margin: 1.4em 0 0.8em;
}
h3 {
	border-top:1px solid #CCCCCC;
	color:#773115;
	font-size:0.93em;
	margin:1.2em 0 0.8em;
	padding-top:0.8em;
}
h4 {
	font-size: 0.93em;
	margin: 1.2em 0 0.8em;
}
p {
	margin: 0 0 1.2em;
}
p.teaser {
	font-style: italic;
}
p.imagefooter {
	font-size:0.93em;
	line-height:1.4em;
	margin-top:0.4em;
}
#c2 p.imagefooter {
	font-size:0.82em;
}
.topZero {
	margin-top: 0;
}
#columnbottom {
	clear: both;
	background-image: url(../img/cw_bg_2c-bottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#footer {
	margin: 0px auto;
	font-size: 0.69em;
	width: 982px;
}
#footercontent {
	padding: 14px;
}
/*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: #142446;
}
#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: #FFF;
	letter-spacing:0.1em;
	padding:10px 20px;
	outline:none;
}
#navbar li.second a {
	padding:0 0 8px 0;
}
#navbar a:hover, #navbar a:active, #navbar a:focus {
	color: #FFCC00;
	background-color: #142446;
}
/*Default Links - Applies to the Main Content Column*/
.content a:link {
	color: #5785BD;
}
.content a:visited {
	color: #757575;
}
.content a:hover, .content a:focus, .content a:active {
	color: #773115;
}
/*
Left Sidebar Links - We add .content to the selector name to 
make it more specific and to eliminate conflicts with the main navigation bar
*/
#c1 .content a:link {
	color: #003399;
}
#c1 .content a:visited {
	color: #663366;
}
#c1 .content a:hover, #c1 .content a:focus, #c1 .content a:active {
	color: #3366FF;
}
/*Footer Links*/
#footer a:link {
	color: #003399;
}
#footer a:visited {
	color: #663366;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #3366FF;
}

