body{
	margin : 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;
	color: Gray;
	background-color: #eee;
}

img{
	border: 0px;
}

ul {margin: 0; padding-left: 2em;}
ul li {margin-bottom: 0.3em;}

#container{
	width: 772px;
	float: left;
}

#header{
	background-color: white;
	width: 772px;
	height: 91px;
	float: left;
}

#menu{
	background-color: #0779BF;
	color: White;
	width: 772px;
	height: 16px;
	float: left;
	padding-top: 2px;
	font-size: 0.65em;
	border-bottom: 1px solid white;
}

#menu a{
	text-decoration: none;
	color: White;
	background-color: #0779BF;
}

#menu a:hover{
	text-decoration: underline;
	color: White;
	background-color: #0779BF;
}

.submenuactive	{
	font-size: 0.65em;
	background-color: #D3D3D3;
	height: 20px;
	padding: 0px;
}

.submenuinactive	{
	font-size: 0.65em;
	background-color: #E9E9E9;
	height: 20px;
	padding: 0px;
}

.submenuinactive a {
	text-decoration: none;
	color: gray;
}

.submenuinactive a:hover {
	text-decoration: underline;
	color: gray;
}

.menuitem{
	width: 150px;
	height: 30px;
	background-image: url(../images/menuback.jpg);
	font-size: 0.65em;
	font-weight: bold;
}

.menuitem .pip{
	height: 18px;
	width: 10px;
	float: left;
	padding: 5px;
	margin-top: 2px;
}

.innerpip{
	height: 15px;
	width: 10px;
	float: left;
	padding-left: 20px;
	padding-top: 5px;
}

.menuitem a{
	text-decoration: none;
	color: Gray;
}

.menuitem a:hover{
	text-decoration: underline;
	color: Gray;
}


#storagemenu{
	width: 150px;
	height: 40px;
	background-image: url(../images/storagemenuback.jpg);
	font-size: 0.80em;
	font-weight: bold;
}

#storagemenu .pip{
	height: 18px;
	width: 10px;
	float: left;
	padding: 5px;
	margin-top: 5px;
}

#storagemenu a{
	text-decoration: none;
	color: #0779BF;
}

#contentholder {
	float: left;
	width: 772px;
	background-color: white;
}

#leftmenu {
	float: left;
	width: 150px;
	background-color: white;
}

#content {
	float: left;
	width: 620px;
	background-color: white;
	border-left: 1px solid #e0e0e0;
	position: relative;
}

#content a{
	text-decoration: none;
	color: #0779BF;
	font-weight: bold;
}

#content a:hover {
	text-decoration: underline;
	color: #0779BF;
	font-weight: bold;
}

div.pageholder{
	text-align: left;
	margin-top: 20px;
	width: 565px;
	border: 1px solid #e0e0e0;
	position: relative;
}

#footer {
	background-color: #e8e8e8;
	width: 772px;
	height: 20px;
	float: left;
	font-size: 0.65em;
	padding-top: 5px;
	border-bottom: 1px solid white;
}

div.row {
	clear:both;
	padding: 1px;
}

div.row span.formw {
	float: left;
	text-align: left;
}

div.row label {
	float: left;
	width: 60px;
}
