@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat;
	
}

@font-face {
 font-family: "lte50144";
 src: url("fonts/lte50144.eot") /* EOT file for IE */
}
@font-face {
 font-family: "lte50144";
 src: url("fonts/lte50144.ttf") /* TTF file for CSS3 browsers */
}

@font-face {
	font-family: 'Conv_TitilliumText22L002';
	src: url('fonts/TitilliumText22L002.eot');
	src: local('☺'), url('fonts/TitilliumText22L002.woff') format('woff'), url('fonts/TitilliumText22L002.ttf') format('truetype'), url('fonts/TitilliumText22L002.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

  .mainmenus{
     width:100px;
	 height:40px;	
	 float:left; 
	 font-family:"lte50144";
	 font-size:20px; 
	 color:#000000;	 
	 font-weight:normal;
	 line-height:40px;
	 border-right:1px solid #dfdddd;
	 text-decoration:none;	 
 }
 
   .mainmenus:hover{
     width:100px;
	 height:40px;	
	 float:left;
	 font-family:"lte50144";
	 font-size:20px; 
	 color:#ffffff;
	 background-color:#253b8d;
	 background-image:url(images/menuarrow.gif);
	 background-position:bottom center;
	 background-repeat:no-repeat;
	 font-weight:normal;
	 line-height:40px;
	 text-decoration:none;
 }
   .mainmenusactive{
     width:100px;
	 height:40px;	
	 float:left;
	 font-family:"lte50144";
	 font-size:20px; 
	 color:#ffffff;
	 background-color:#253b8d;
	 background-image:url(images/menuarrow.gif);
	 background-position:bottom center;
	 background-repeat:no-repeat;
	 font-weight:normal;
	 line-height:40px;
	 text-decoration:none;
 }
 
 .welcome{
font-family:'Conv_TitilliumText22L002',Sans-Serif;
font-size:22px;
line-height:35px;
color:#393939;
text-decoration:none;
font-weight:bold;
border-bottom:1px dotted #c7c8ca;

}

 .subhead{
font-family:'Conv_TitilliumText22L002',Sans-Serif;
font-size:16px;
line-height:20px;
color:#393939;
text-decoration:none;
font-weight:bold;

}

.top{
background-image:url(images/topble.jpg);
background-repeat:repeat-x;
}

  .follow{
	 font-family:"lte50144";
	 font-size:14px; 
	 color:#000000;	 
	 font-weight:bold;
	 line-height:20px;
	
 }
 .border{
 border:1px solid #d4d2d2;
 }
 

 .blueborder{
 border:1px solid #253b8d;
 }
 
 
.normaltext {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

.projects {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.footmenus {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #050505;
	margin:0px 5px 0px 5px;
	text-decoration: none;
}
.footmenus:hover {
	
	color: #3333FF;
	text-decoration: underline;
}
.copy {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #050505;
	padding:0px 5px 0px 5px;
	text-decoration: none;
}
.mail {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #3366FF;
	text-decoration: none;
}
.mail:hover {
	color: #FF9900;
	text-decoration: underline;
}

