body,td,th {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-image: url(../media/images/interface/background.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	background-color: #f4f4f4;
	margin-left: 0px;
	margin-right: 0px;
}

a{
	color: #42bbff;
	font-weight: bold;
	text-decoration: underline;
	padding: 4px;
}
a:active{
	text-decoration: overline;
}
a:visited{
	color: #39aae9;
}
a:hover{
	background-color: #39aae9;
	color: #FFFFFF;
	padding: 4px;
}


p {
	margin-top: 8px;
}
#wrapper{
}

#header{
	height: 70px;
	width: 850px;
}

#logo{
	height: 58px;
	width: 274px;
	background-image: url(../media/images/mwp_logo.gif);
	background-repeat: no-repeat;
	float: right;
	margin-top: 10px;
}

#contentheader-generic, #contentheader-channel {
	background-repeat: no-repeat;
	height: 60px;
	margin-left: 26px;
}
#contentheader-channel {
    background-image: url(../media/images/staypluggedin_hdr-short.gif);
}

#contentheader-generic span, #contentheader-channel span  {
    font-family:sans-serif;
    vertical-align: center;
    font-size:30px;
    float:right;
    padding-right:30px; 
    padding-top:10px;
    width:400px;
    font-size-adjust:none;
    font-style:normal;
    font-variant:normal;
    color: #33454f;
}
#contentheader-generic {
    background-image: url(../media/images/staypluggedin_hdr.gif);
}

/* For the first shadowed border */
#main_content.generic { height: 1650px; }
#main_content.channel { height: 700px; }
#main_content { padding:20px; width:850px; height: 1500px; margin:6px auto; }
#main_content .sb-inner { background:#ffffff; }
#main_content .sb-border { background:#fff; }
#main_content .sb-shadow { background:#666666; }

#text-content{
	width: 800px;
	margin-top: 10px;
	height: 370px;
	vertical-align: top;
}

#column-1{
	float:  left;
	width: 220px;
	padding: 18px;
	text-align: left;
}

#column-2{
	float:  left;
	width: 200px;
	padding: 18px;
	text-align: left;
}

#column-3{
	float:  right;
	clear: none;
	vertical-align: top;
	padding-top: 30px;
}

.column-123{
	width: 600px;
	text-align: left;
	float:  left;
	clear: both;
	padding: 18px;
	vertical-align: top;
}

#column-expanded{
	width: 770px;
	text-align: left;
	float:  left;
	clear: both;
	padding: 18px;
	vertical-align: top;
}

#feature-box{
	width: 800px;
	height: 90px;
	background-image: url(../media/images/feature_box.gif);
	background-repeat: no-repeat;
}

.formBox{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	clear: none;
	vertical-align: bottom;
}

.formBox2{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	clear: both;
	vertical-align: bottom;
}

.channelBox{
		background-color: #f4f4f4;
		width: 770px;
		margin-top: 10px;
}

.channelBox td{
	padding: 8px;
	border-right: 2px solid #fff;
	border-top: 1px solid #fff;
}

.channelBox th{
    padding-top: 5px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    border-right: 2px solid #fff;
/*	background-color: #999988;
	color: #fff;

 background-color: #FFFFFF;
 color: #000000;
 background-color: #33454f;
 color: #FFFFFF;
 background-color: #7c8d96;
 color: #FFFFFF;
 */
 background-color:  #00528b;
 color: #FFFFFF;
}

label{
	font-weight: bold;
}

tr label {
   font-weight: normal;
}

.textbox_md{
	width: 120px;
}

.textbox_lg{
	width: 220px;
}

#footer {
margin-top: 10px;
}

#links{
	font-size: 10px;
}

#copy{
	font-size: 10px;
	margin-top: 10px;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f4dddd;
  font-weight: bold;	   
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

