/* @group General */

body {
	background-color: #999999;
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 1.5em;
	color: #000000;
	padding: 0;
	margin: 5px 0;
}

#contentPage {
	background-color: #ffffff;
	margin:auto;
	padding: 0;
	width: 906px;
	max-width: 906px;		
}

#contentArea {
	width: 890px;
	max-width: 890px;
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
	
	overflow: hidden;
}

#contentLeftColumn{
	width: 240px;
	max-width: 240px;
	display: table-cell;
	vertical-align: top;
	display: none;
}

#contentRightColumn{
	width: 7000px;
	max-width: 700px;
	padding: 14px 10px 0 20px;
	vertical-align: top;
	overflow: hidden;
	text-align:left;
}

#header {
	height:172px;
	min-height: 172px;
	width: 906px;
	max-width: 906px;
	padding: 0;
	margin: 0;
	background: url('../img/cewdheader2.gif') no-repeat;
}

#menubar{
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	width: 100%;
	margin:0;
	padding:0;
	text-align: left;
	vertical-align:bottom;
	background: url('../img/menubg.gif') repeat-x;
}

#footer{
	margin: 5px 0 0;
	background:#3bb72E;
	width:100%;
	border-top:4px #F6E46D solid;
	color:white;
	padding:0;
	vertical-align: middle;
	text-align:right;
	color: #ffffff;
}
#footer td{color: #ffffff;}
#footer td a{color: #ffffff;}

td.contentCell{
	padding-left: 10px;
	padding-right: 25px;
	display: table-cell;
	vertical-align: top;
}
.alert {
color:#ff0000;
font-style:italic;
}

/*@end */

/* @group Global */

a:link {
	color: #3bb72e;
	font-weight: bold
}

a:visited {
	color: #3bb72e;
	font-weight: bold
}

a:hover {
	color: #256bbf;
	font-weight: bold
}

a img {
	border: 0;
	text-decoration: none
}

td{
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 1.5em;
	color: #000000;
}

h2{
	color:#256bbf
}
h3{
	color:#256bbf;
}
h4{
	color:#256bbf
}

/* @end */

/* @group Text */

.greentitle{
	color:#3bb72e;
	font-size:14pt;
}

.bluetitle{
	color:#0072AE;
	font-size:14pt;
	font-weight:bold;
	line-height:120%;
}

.red{
	color: #ff0000;
}

.Subhead{
	color:#256bbf;
	font-size:14px;
	font-weight: bold;
}

.required{
	color: #94000e;
}

.smallText{
	font-size: .8em;
}

/* @end */

/* @group Containers */

.highlightBox{
	border: 3px double #256bbf;
	padding: 3px;
}

/* @end */

