body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color:#FFF;
	/*background-color: #568dc5;*/
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	
}

.content_body {
	top:180px; 
	border-top:80px;  
	background-image:url(files/frame.png);	
	background-repeat:no-repeat; 
	width:940px; 
	height:600px; 
}

table,tr,td {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	padding: 3px;
	padding : 5px;
	
}
.bgTR td {	
	border-bottom-width : 1px;
	/*
	background-color : #ffffcc;
	border-top : 1px dashed Gray;
	border-bottom : 1px dashed Gray;*/
	padding : 5px;
}

h2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;;
	font-size : 16px;
	color:#FFF;
}

.menu-image {
	float : left;
}

a:link, a:visited, a:active {
	color : #fff;
	text-decoration: underline;
}

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

#bodywrap {
	width: 870px;
	/*background-image:url(images/body-bg.jpg);
	background-position : center;*/
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 10px 0px 10px;
	position:inherit
	
}

.topbanner {
	padding: 0px;
	margin: 0px;
	background: url(images/banner.jpg) no-repeat center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 255px;
	width: 950px;
	}


.footer { 
	background-image:url(images/footer.jpg); 
	background-position : center;
	background-repeat:no-repeat; 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;  
	height: 44px; 
	width: 950px;
	font-size : 10px;
	}	
	

.headerLogo {
	background-image:url(title.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-top:60px;
	width : 990px;
	height: 70px;
}

.menu {
	padding: 25px 0px 20px 0px;
	/*padding-right:15px;
	width : 990px;*/
	color : 3380C2;
	
	
}

.menu a:visited, .menu a:link, .menu a:active {
	/*color : #3380C2;  --blue */
	color : #3380C2;
	font-weight: 200;
	text-decoration: none;
	font-size : 14px;
}

.menu  a:hover{
	color: #fff;
	/*color :  #568dc5; */
	font-weight : 200;
	font-size : 14px;
	text-decoration: underline;
	
	
}
  
.clearall{
	clear: both;
}
.clearleft{
	clear: left;
}
.clearright{
	clear: right;
}

.colRight {
	width: 150px;
	float: left;
}
.closed {
	display:none;
}
.opened {
	display:block;
}

.handOver {
	cursor:pointer;
	background-color: #F0E68C;
	text-decoration: none;
	border : 1px solid Gray;
	padding : 2px;
	color : #000;
}

.handOff {
	cursor:pointer;
	text-decoration: none;
	padding : 2px;
}
.columnL {
	width:50%;
	text-align:justify;
	padding:0px;
	margin:0px 0px 0px 55px;
	float: left;   
	display:inline;

}
.columnR {
	width:259px;
	text-align:justify;
	margin:0px 80px 0px 0px;
	padding:0px;
	float: right; 

}

.boxHeader {
	background-color: #b5c3d6;
	font-size : 14px;
	border : 1px solid #4D4D4D;
	margin: 0px;
	padding: 5px 10px 5px 10px;
}
	
.boxBody {
	background-color: #F5FFFA;
	font-size : 12px;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	border-left : 1px solid #4D4D4D;
	border-right: 1px solid #4D4D4D;
	border-bottom : 1px solid #4D4D4D;
}
div.floatL {
  float: left;
  padding: 10px;
  }
div.floatR {
  float: right;
  padding: 10px;
  }
  
div.floatL p {
   text-align: left;
   }

div.floatR p {
   text-align: right;
   }
   
/*for homepage*/ 
#totCol {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 805px;
	clear:both;
	}
#col1 {
	float: left;
	width:80px;
	padding-right:5px;
	padding-bottom:5px;
	}
#col2 {
	float: left;
	width:720px;
	margin:0;
	padding-bottom:5px;
	clear:right;
	}
