html, body { height: 100%; position: absolute; padding: 0; margin: 0; }
body 
{
	background-color: #4F87F9;
	background-image: url(/images/master/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.style1 { color: #FF0000}
.style7 { color: #FFFFFF; font-weight: bold; }
.style8 { color: #FFFFFF}
.style10 { font-size: 10; font-weight: bold; }

.style11 { font-size: 10px;	font-weight: bold; }
.style3 { font-size: 10px; color: #000099; font-family: Arial, Helvetica, sans-serif; }
.style12 { color: #000000}
.style14 { font-size: 12px; font-weight: bold; }

/* Main Navigation */
#mNav 
{
	clear: both;
	font-size: 11px;
	width: 100%;
}

#mNav ul, #login ul 
{
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

#mNav ul li 
{
	background: url(/images/master/mNav_r.jpg) no-repeat 100% 0;
	float: left;
	margin-right: 2px;
}

#mNav li.active 
{
	background: url(/images/master/mNav_r.jpg) no-repeat top right;
}

#mNav a 
{
	background: url(/images/master/mNav_l.jpg) no-repeat 0px 0;
	color: #fff;
	display: block;
	float: left;
	font-weight:bold;
	line-height: 21px;
	padding: 0 11px;
	text-decoration: none;
	text-transform: uppercase;
}

#mNav li.active a 
{
	background: url(/images/master/mNav_l.jpg) no-repeat top left;
}

#mNav li.active a:hover { color: #4F87F9; }
#mNav li a:hover { color: #4F87F9; }
#login ul li 
{
	background: url(/images/master/login_r.jpg) no-repeat 100% 0;
	float: left;
	margin-right: 2px;
}

#login li.active 
{
	background: url(/images/master/login_r.jpg) no-repeat top right;
}

#login a 
{
	background: url(/images/master/login_l.jpg) no-repeat 0px 0;
	color: #fff;
	display: block;
	float: left;
	font-weight:bold;
	line-height: 21px;
	padding: 0 11px;
	text-decoration: none;	
	text-transform: uppercase;	
	cursor: pointer;
}

#login li.active a 
{
	background: url(/images/master/login_l.jpg) no-repeat top left;
}

#login li.active a:hover 
{
	color: #4F87F9;
}
#login li a:hover 
{
	color: #4F87F9;
}
#help 
{
	clear: both;
	float: right;
	padding: 6px 0;
}

#help a 
{
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	padding: 0;
}

.main
{
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.lftcorner 
{
	background: url(/images/master/leftcorner.gif) no-repeat top left;
}

.rghtcorner 
{
	background: url(/images/master/rightcorner.gif) no-repeat top right;
	width: 50px;
}

div#fullheight { height: 100%; padding: 0; margin: 0; }

td#mid { padding: 50px 0 0 0; }

table#holder 
{
	width: 660px;
	margin: 0 auto;
}

tr.row td { padding: 10px 0 0 0; }

tr.box td div
{
	padding: 45px 10px 13px 13px;
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 194px;
	height: 110px;
}

tr.box td div p { font-size: 10px; }

tr.box td a 
{
	text-decoration: none;
	font-weight: normal;
	color: #000;
}

#box1 
{
	background: url(/images/master/box1.jpg) no-repeat;
}

#box2 
{
	background: url(/images/master/box2.jpg) no-repeat;
}

#box3 
{
	background: url(/images/master/box3.jpg) no-repeat;
}

#box4 
{
	background: url(/images/master/box4.jpg) no-repeat;
	padding: 95px 10px 0 13px;
	color: #fff;
	text-align: right;
	height: 70px; 
}

#box4 a { color: #fff; }

#box5 { background: url(/images/master/box5.jpg) no-repeat; }

#box6 {	background: url(/images/master/box6.jpg) no-repeat; }

.footer 
{
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	height: 20px;
}
