body {
 font-family: Helvetica, sans-serif;
 font-size: 13px;
 background:#ffffff;
}
#banner{
	width:98%;
	height:140px;
	background:#ffffff;
	margin:0 auto;
	border-bottom:#12436c solid 10px;
	position: absolute;

}

.google{

margin: 0.4px auto;
margin-right:535px;
width: 0px;

}

#logo{
    background:#ffffff;
	margin-top:0px;
	position:static;
	float:left;
	
	}

p {
font-family: Helvetica, Verdana, Arial;
color:#000000;
font-size: 14px;
margin-left:10%;
margin-right:30%;
margin-top:2%;
}
#add{
width:198px;
height:254px;
margin-left:60%;
margin-top:80px;
background:#ffffff;
position:absolute;

}

#mail{
width:455px;
height:180px;
border:1px solid #2488df;
margin-top:auto;
background:#dde9f4;
}
.shadetabs{
position:static;
padding: 2px 0;
margin-left:1%;
margin-top: 35px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;

}

.shadetabs li a{

text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 10px 10px ;
margin-right: 3px;
border: 1px solid #c5dce8;
border-bottom:none;
color: #2d2b2b;
background:#acc7de;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration:none;
color: #ffffff;
background:#12436c;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
color: #ffffff;
top: 0px;

}

.shadetabs li a.selected{ /*selected main tab style */
background:#12436c;
color: #ffffff;
border-bottom-color: #cadca2;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	height: 25px;
}

.tabcontent{
display:none;


}

@media print {
.tabcontent {
display:block !important;
margin-left: 30%;
}
}
a:hover { background-color: #fd7701; #2488df; }
a:link { text-decoration: none; color: #2488df; }
a:visited{ text-decoration: none; color: #2488df ; }
input:hover { border: #2488df solid 2px;}
textarea:hover { border: #2488df solid 2px;}
input.exception:hover {border: none;}
input.exception2:hover {border: #2488df solid 2px;}
input.submit:hover { background-color: #2488df; color: #ffffff;}
input.submit { background-color: #dde9f4; border: #2488df solid 2px; color: #2488df;}
input.except:hover {padding-left:20px; background-image: url(email-icon.jpg); color:#2488df; border: #2488df solid 2px;}
input.except {padding-left:20px; background-image: url(email-icon.jpg); color:#2488df;}
input.noborder {border: none;}