*{
	font-size:12px;
	font-family:arial;
	margin: 0px 0px 0px 0px;
	border: 0px solid white;
	padding: 0px 0px 0px 0px;
}

BODY{
	margin:0px;
	text-align:center;
	background:#57717d url('../images/page_bg.png') top center repeat-x;
}

.cursorPointer{
	cursor:pointer;
}

span.text {
	color: #333;
	float:left;
}

.bold{
	font-weight:bold;
}

.blueText{
	color:#134770;
	font-size: 14px;
	font-weight: ligher;
	font-family: helvetica;
}

h1.blue{
	color: #134770;
	font-size: 30px;
	font-weight: ligher;
	font-family: helvetica;
	margin-bottom: 25px;
}

h2.blue{
	color: #134770;
	font-size:25px;
	font-weight:lighter;
	font-family: helvetica;
	margin-top: 25px;	
	margin-bottom: 25px;	
}

h3.blue{
	color: #134770;
	font-size:20px;
	font-weight:lighter;
	font-family: helvetica;
	margin-top: 25px;		
}

h6.blue{
	color: #134770;
	font-size:16px;
	font-weight:lighter;
	font-family: helvetica;
}

span.blueText{
	color: #134770;
	font-size:13px;
}

a:link, a:active, a:visited{
	color: #134770;
	font-size:12px;
	font-weight:normal;
	font-family:arial;
	text-decoration:underline;
}

a:hover{
	color: #0f3757;
	font-size:12px;
	font-weight:normal;
	font-family:arial;
	text-decoration:none;
}

div#bottomCorner{
	width:100%;
	min-width: 911px;
	height:20px;
	float:left;
	clear:both;
	background-color:#FFF;
}

span#areaSpan{
	float:left;
	clear:both;
	background-color:#ccc;
	width:220px;
	color:#666;
	font-size:16px;
	font-weight:bold;
	padding-left:20px;
}

div#subMenu{
	width:230px;
	float:left;
	clear:both;
	background-color:#d9d9d9;
	padding:5px;
	color:#566;
}

.menu_list {	
	width: 230px;
}
.menu_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
    font-weight:bold;
    background: #ECEFE0 url(../../../base/images/left.png) center right no-repeat;
	font-size:11px;
}
.menu_body {
	display:none;
}
.menu_body a{
  display:block;
  color:#588;
  background-color:#EFEFEF;
  padding-left:10px;
  font-weight:normal;
  text-decoration:none;
  font-size:10px;
}
.menu_body a:hover{
  color: #666;
  text-decoration:none;
  background-color:#D9D9D9;
}

div#pageContentContainer{
	width:90%;
	margin:0px auto;
	text-align:left;
	height:auto;
}

div#contentCon{
	float:left;
	background-color:#FFF;
	width:100%;
	min-width: 911px;
	clear:both;
}

.leftClear{
	float:left;
	clear:both;
}

div#leftContentArea{
	float:left;
	margin:20px;
	padding:10px;
	clear:left;
	width: 65%;
	background-color:#FFF;
}

div#rightcontentArea{
	background-color:#FFFFFF;
	float:right;
	margin:60px 0px 0px 0px;
	padding-left:20px;
	width:21%;
	border-left: 2px solid #e9e9e9;
}

div#topLab{
	clear:both;
	float:left;
	margin-bottom:15px;
	margin-left:-15px;
	width:200px;
}

span#listTextIndex{
	width:240px;
}

span#listTextIndex ul{
	list-style-type:none;
	width:240px;
	margin-top: -20px;	
	float:left;
}

span#listTextIndex li{
	width:240px;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	float:left;
	clear:both;
}

span.smaller {
	font-size: 10px;
}

.top-bottom-padded {
	padding-top: 10px;
	padding-bottom: 10px;
}

li.headlink ul { display: none; }
li.headlink:hover ul { 
	display: block;
	margin-top: 30px;
	background-color: green;
	z-index: 3;
}

input[type="submit"] {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
	background-color: #153B7C;
	color: white;
	float: left;
	cursor:pointer;
}

button {
	cursor:pointer;
}
