body{
background: #DEDEDE;
margin 0 auto;
font-family: tahoma, verdana, arial, sans-serif;
}
h2{
	font-size:18px;
}
ul {
	list-style:square;
}
ul li{
	line-height:20px;
}
a{
	text-decoration: underline;
	color: #004d70;
}
a:hover{
	color: #000;
}
a.black{
	text-decoration: underline;
	color: #0484c1;
}
a.black:hover{
	text-decoration:none;
}
.copyright{
	font-size:10px;
	color:#C0C0C0;
	margin-top:1px;
	margin-left:20px;
	float:left;
}
.portals{
	float:right;
	margin-right:5px;
}
.header_links{
	color:#FFF;
	float:right;
	margin-right:20px;
}
.content{
	width:95%;
	padding-left:20px;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 12px;
	color:#000;
	
}
.content h2{
	color:#fff;
}
.content p{
	line-height:22px;
}

.pic_wrapper{
background:#004D70;
padding:10px;
margin-left:4px;
margin-right:10px;
}

.pic_header{
	padding-left:15px;
	margin-top:20px;
}
.pic_header h2{
	color:#fff;

}
/* MENU */
.menu{
background: #50545c;
margin-left:0px;
padding:10px;
}

.menu ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 14px Verdana;
list-style-type: none;
}

.menu li{
display: inline;
margin: 0;
padding:10px;
}

.menu li a{
text-decoration: none;
color: white;
text-transform: uppercase;
}

.menu li a:visited{
color: white;
}

.menu li a:hover, .mattblacktabs li.selected a{
text-decoration: underline; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

/* FORM */
.myForm td, input, select, textarea, checkbox {
	font-family: verdana;
	font-size: 12px;
	padding:4px;
	}

.myForm {


	}

.required {
	color: red;
	}