body
{
	margin:0px; 
	padding:0px; 
	background-color: #FFFFFF;
	color: black;
}

div, span, p { text-align:left;  margin:0; padding:0; }

/******************
 * TOP SECTION
 ******************/
.LogoTop { height:92px; width:960px; margin:0; position: relative; border: 0px;} 

.Logo {
 	width:99px; 
	float: left; 
	margin-top: 0px; 
	margin-left: 20px; 
}
*html .Logo { margin-top: 0px;  } 

.Logo img { padding:0px; margin: 0px; }

.TopLinks 
{
	float: right;
	width: 500px; 
}

.TopLinks div.mid 
{
	background: url(/_imgs/welcome/sem/09/ef0905a/center.jpg) top left repeat-x;
	font-size: 11px; 
	padding: 3px 0px 0px 0px;
	color: #333333; 
	float: right;
	height:28px;
}

.TopLinks div.left { background: url(/_imgs/welcome/sem/09/ef0905a/left_corner.jpg) top left no-repeat;width:27px;height:28px; float: right; }
.TopLinks div.left img { margin:0;border:0px; padding:4px 0 0 11px; }
.TopLinks div.right { background: url(/_imgs/welcome/sem/09/ef0905a/right_corner.jpg) top left no-repeat;width:30px;height:28px; float: right;}

.TopLinks div.mid a { font-size: 10px; color: #333333; }

.ContactBox 
{
	position: absolute;
	z-index: 98;
	top: 0px;
	right: 0px; 
}

.ContactBox h3 { font-size: 18px; font-weight: bold; margin:0px 0 0 17px; padding: 0; color: #1360a8;}
.ContactBox img { float: left; width: 11px; padding-top: 2px; }


/******************
 * COPYRIGHT SECTION
 ******************/
.Copyright{
	
	margin: 2px 5px;
	padding-top: 5px;
	color: Gray;
	font-size: 10px;
	font-family: arial, verdana, helvetica, sans-serif;
	width: 960px;
}
.Copyright img{
	float: left;
	margin-top: 0px;
	margin-right: 5px;
}
.Copyright a{
	color: #3C679A; /* blue */
	text-decoration: none;
}
.Copyright a:hover{
	text-decoration: underline;
}
.Copyright .Links {
	float: left;
	margin-top: 3px;
}
.Copyright .Copy {
	float: right;
	margin-top: 3px;
}

/***************
 * body
***************/
.Wrapper {
	text-align: left;
	margin: 0 auto;
	position:relative;
	width: 960px;
}
.BG { padding:0; background-color: transparent; width: 960px; float: left; }

.blueline 
{
	position: absolute; 
	top: 32px;
	left: 0px; 
	height: 33px; 
	width: 100%;
	background-color: #00b9e5;
}

a 
{
	font-size:11px;
	color: #3670ab;
	text-decoration:none;
}
a:hover 
{
	text-decoration:underline;
}   
