body{
	margin:51px 0 20px 0;
	padding:0;
	background:#fff url(../images/bodybg.gif) repeat-x;
	font-family:Verdana;
	font-size:11px;
	color:#3c3c3c;
}
h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #425a70;
	font-weight: normal;
	padding: 10px 0 10px 0;
	margin: 0px;
	line-height: 30px;
}
h1 img
{
	float: left;
	margin: 0 10px 0 0;
}
h1 span.controls
{
	float: right;
	width: 100px;
	margin: 5px 0 0 0;
}
h1 span.controls img
{
	float: right;
}

span.h1-sub
{
	margin-left: 35px;
	display: block;
	margin-top: -10px;
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: normal;
	font-family: 'Arial';
	color: #AAA;
}

h2
{
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 9px;
	color: #4a8bcd;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../assets/images/gr_dot-bg_horz.gif) left center repeat-x;
}
h2 span
{
	float: left;
	background: #edf3fa;
	padding: 0 5px 0 0;
}
h2 span.expand
{
	float:right;
	padding: 4px 3px 0 5px;
}

h3
{
	margin: 0 0 0.5em 0;
	font-size: 11px;
	color: #4a8bcd;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p
{
	padding: 0;
	margin: 0 0 1em 0;
	line-height: 1.4em;
}
img{
	border:0;
}
ul
{
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
}
li
{
	margin: 0;
	list-style: none;
	padding: 1px 0 1px 10px;
	background: url(../assets/images/bullet_dot.gif) 0px 6px no-repeat;
}
hr
{
	width:100%;
	margin:5px auto 5px auto;
	color:#CCC;
}

a
{
	color: #427fd1;
	text-decoration: none;
}

a:hover
{
	color: #1c539d;
	text-decoration: none;
}

.submenu_active
{
	text-decoration:none;
	float:left;
	font-family:Verdana;
	font-size:11px;
	color:#6b7a89;
	padding:10px 5px 0 5px;
}

.submenu_inactive a,
.submenu_inactive a:visited
{
	text-decoration:none;
	float:left;
	font-family:Verdana;
	font-size:11px;
	color:#445d75;
	padding: 10px 12px 0 12px;
}
.clear
{
	position: relative;
	clear: both;
	font-size: 1px;
	height: 0;
	line-height: 0;
}
.clear_norm
{
	position:relative;
	clear:both;
	padding:2px 0 0 0;
}

.cell
{
	float:left;
	margin: 2px 0;
}


.min_height
{
	height: 250px;
	line-height: 250px;
	width: 0;
	float: left;
}


.row
{
	width: 100%;
}
.row.border
{
	margin: 0 !important;
	padding: 0 !important;
	border-top: 1px dashed #ccc;
}
.row.padding
{
	margin: 5px 0 0 0 !important;
	padding: 5px 0 0 0 !important;
}
.row.float
{
	float: left;
}
.row .bg
{
	margin: 3px;
	padding: 3px;
	background: url(../assets/images/expanding-block_gradient-bg.gif) top left repeat-x;
}
.row .border
{
	margin: 5px 2px;
	padding: 5px;
}
.row .left
{
	margin: 0;
	padding: 0;
	float: left;
	width: 55%;
}
.row .right
{
	float: right;
}
.row .split .left
{
	width: 49%;
}
.row .split .right
{
	width: 49%;
}


.note {
	clear: both;
	color: #666;
	font-size: .9em;
	line-height: 1.8em;
}


.mklink {
	color: #AAA;
	display: block;
	margin-top: 5px;
	font-size: .9em;
}

.mklink a {
	color: #AAA;
	text-decoration: underline;
}

.mklink a:hover {
	color: #5A5A5A;
	text-decoration: none;
}


