body{
margin:0;
padding:0;
background-color: #03609b;
line-height: 1.5em;
font-family:Verdana;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 900px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background:#012a57;
background-image: url('images/akamai_body.jpg');
background-repeat: no-repeat;
border-width:1px;
height: 100%;

}

#topsection{
background-color: #003c72;
background-image: url('images/akamai_banner.jpg');
height: 200px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 0px;

}

#contentwrapper{
float: left;
width: 100%;
height: 100%;


}

#contentcolumn{
height: 100%;
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -900px; /*Set left margin to -(MainContainerWidth)*/
background: #012a57;
font-family:Verdana;


}

#footer{
clear: left;
width: 100%;
background: #2870a3;
color: #FFF;
text-align: center;
padding: 4px 0;

}

#footer a{
color: #fff;
text-decoration:none;
font-size:10px;
hover color: #07a3d8;
text-decoration:none;

}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-center: 100;

}

a {
	color: #53a8f0;
	
	font-size:12px;
	font-family:verdana;
	text-decoration:none;
	
	}
a:hover {
	color: #ececec;
	text-decoration:underline;
	
}
.style7 {font-size: 10px}
.style9 {font-size: 12px}
.style11 {font-size: 12px }
.style12 {font-family: Arial, Helvetica, sans-serif;}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 190px; /* Width of Menu Items */
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;


}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #53a8f0;
text-decoration: none;
background-color: #012a57;

padding: 1px 5px;
border-bottom: 0;
font-weight:bold;
}

.suckerdiv ul li a:visited{
color: 53a8f0;
}

.suckerdiv ul li a:hover{
background-color: #53a8f0;
color: #012a57;


}

.suckerdiv .subfolderstyle{
background: url(media/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

