.centercontainer {


}
.maincontainer {
	width:800px;
	margin:0px auto;
}
.mainhead {
	background:#303E4F url(/images/headbg.jpg) top left repeat-y;
	height:70px;
}
.footparent {
	color:#dddddd;
}
.foot {
	background:#303E4F url(/images/headbg.jpg) bottom left repeat-y;
	height:40px;
}
.footlinks a:link,
.footlinks a:visited {
	color:#ffcc00;
}

.footlinks a:hover {
	color:#ffcc33;
}
.contentparent {
	background:#ffffff;
	min-height:500px;
}
.defaultcontent {
	float:right;
	width:600px;
	background:#ffffff;
}
.nomargincontent {
	background:#ffffff;
}

.nomargincontent .contentchild {
	padding:1em 4em 2.5em 2em;
}
.contentchild {
	padding:1em 4em 2.5em .5em;
}

.defaultmargin {
	float:right;
	width:200px;
}

.marginchild {
	padding:15px;
}

.marginchild .submenu {

}


.marginchild .submenu a,
.marginchild .submenu a:link,
.marginchild .submenu a:visited {
	color:#2E6F9E;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	padding:2px 0px;
	font-size:1.1em;
	font-weight:bold;
}
.marginchild .submenu a:hover {
	color:#333333;
}

.logo {
	margin:1em 1em;
	border-width:0px;
	width:152px;
	height:40px;
}

.menu {
	width:600px;
	float:right;
	margin-top:20px;
}
.menu a,
.menu a:link,
.menu a:visited {
	margin:.3em .56em;
}
.menu img {
	border-width:0px;
}

.menu a:hover img {
	filter: alpha (opacity=46);
	-moz-opacity:.46;
	-khtml-opacity:.46;
	opacity:0.46;

}
.param {
	width:360px;
	font-weight:bold;
	clear:both;	
}
.value {
	float:right;
	width:180px;
}

.standard-ul {
margin-top:0px;
margin-left:18px;

}