/* CSS Document */
#menubar{
	position:relative;
	margin-left: 0;
	width: 700px;
}
.footerNav{
	font-size:10pt;
}
.foremost{
	font-size:10pt;
}
a.foremost{
}
a.foremost:hover{
}

body{
	margin:0px 0px 0px 0px;
	top:0px;
	width: 100%;
	background-color:#6ca9e2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
} 
#bodyMaster{
	width: 820px;
	background-color:#ffffff;
	margin-left:auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	
}
#pageMaster{
	text-align:center;
	width: 100%;
	height: 100%;
	position: relative;
	
}
#headerMaster{
	height: 50px;
	position: relative;
	background-color:#0082C7;
}
#menuMaster{
	width: 500px;
	top: 18px;
	float:left;
	position: relative;
	color:#FFFFFF;
}
#contentMaster{
	position: relative; padding-top:5px; text-align:right;
}
#footerMaster{
	
	text-align: center;
	padding-bottom: 10px;
	background-color:#FFFFFF;
}
#footerHolder *{
	background-color:75B0DE;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	color:#ffffff;
	font-size:12pt;
	font-weight:bold;
}
#contentLeft{

	width: 180px;
	position:relative;
	padding:10px;	
}
#contentLeft2{
	float:left;
	width: 180px;
	position:relative;
	padding-left:0px;
	padding-right:10px;	
}
#contentRight2{
	width:580px;
	padding-top:0px;
	position:relative;
	margin-left:190px;
	padding-right:0px;
}
#contentRight{
	position:relative; text-align:left;
	padding:0 10px 0 10px;
}

#contentRest{
	clear:all;
}
.smaller {
	font-size:smaller;
	line-height:5px;
}
.redfont {
	color:#FF0000;
}

#nwLnk,#nwLnk a{ color:#fff;}
#nwLnk a:hover{color:#000;}
td.leftcolumn{ background-color:#E71029; margin:0; padding:0; width:152px;}
td.rightcolumn{ margin:0; padding:0 7px 7px;}

