body
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	margin: 0px; 
	padding:0px; 
}

li 
{
	font-size: 11px;
}
/******************
 * TOP SECTION
 ******************/
.LogoTop {height: 97px; margin:0; padding-bottom: 15px; } 

 .TagLine {
 	position:relative;
 	top:33px;
 	left:10px;
 }
 
 .Logo {
 	position: relative;
 	z-index:3;
 	float: left;
	top: -23px;
	left: 14px;
	margin-bottom:-23px;
}
 
.TopBar {

    height: 23px;
    color: #CEEAF8;
    font-size: 10px;
    font-family: arial, verdana, helvetica, sans-serif;
    padding: 0px;
	background: #01A0E2;
	border-bottom: 2px solid white
}

.TopBar a{
	color: #F4FFFF; /*off white*/
    text-decoration: none;
    padding: 0 5px;
    font-size: 11px;
    font-family: arial, verdana, helvetica, sans-serif;
    float: left;
}
.TopBar a:hover{
    text-decoration: underline;
}

.TopBar .TopLinks ul {
    margin: 0;
    float: right;
    padding: 5px 13px 0 0;
}
.TopBar .TopLinks li{
    margin: 0;
    float: left;
    padding: 0px;
    display: block;
    text-transform: uppercase;
}
.TopBar .TopLinks li a{
    color: White;
    text-decoration: none;
    padding: 0 5px;
    border-right: 1px solid white;
}

.TopBar .TopLinks li.last a{
    border-right: none;
    padding-left: 15px;
	margin-left:5px;
}
.TopBar .TopLinks li a:hover{
    text-decoration: underline;
}

.ContactBox {
	float: right;
	margin: 0 15px 0 0;
}

.ContactBox .whiteback {
	padding: 3px;
	height: 19px;
	background-color:white;
	color: #0067C6;
	font-size: 10px;
	font-weight:bold;
	text-align:center;
}

.ContactBox .butback {
	
	padding: 3px 5px 3px 5px;
	height: 19px;
	background: url(/_imgs/welcome/sem/productLP/top_but.gif) top right repeat-x;
	color: white;
	font-size: 10px;
	font-weight:bold;
	text-align:center;
}

.ContactBox .blueback {
	background-color: #4C96D7;
}

.ContactBox a
{
	color:White;
	text-decoration: none;
	font-size: 10px;
	font-weight:bold;
}


/*************************
 Body section
****************************/
.Wrapper {
	text-align: left;
	padding-bottom: 30px;
	margin: auto;
}

.topbanner {
	margin: 0;
	padding:0;
}


