@charset "utf-8";
/* CSS Document */
body{

	font : 100% Arial, Helvertica, Verdana, Sans-serif;
	margin : 0;
	padding : 20px 0;
	background-color:#2b5dab

}
h1,h2{
	color:#000;
	font-size:medium;
	margin-bottom:0px;
	padding-bottom:0px

}	
h2{letter-spacing:-1px}
p{
	color:#000;
	font-size:medium;
	margin:6px 0 0 0;
	line-height:24px;
	padding:0 0 15px 0;
	letter-spacing:-1px
}
a,a:visited,a:active{

	color:#2a5caa;
	font-weight:bold;
	text-decoration:underline

}
a:hover{
	color:#000

}
ul
{
    margin:20px 0 59px 20px;
    padding:0
}
li
{
    line-height:24px;
    padding:0 0 24px 10px;
    list-style-image:url(../images/bullet.gif);
    letter-spacing:-1px;
    font-weight:bold
}
#wrapper{

	margin : 0 auto;
	padding : 70px;
	width:762px;
	height:446px;
	/*
    Total width inc padding and border = 902px
    total height inc padding = 586px
    */
	background-color:#fff;
	
    /* for horizontal and vertical centering*/
    
    position:absolute;
	top: 50%;
	left: 50%;
    margin-top: -303px; /*set to a negative number 1/2 of your height*/
    margin-left: -466px; /*set to a negative number 1/2 of your width*/
    
    border:solid 10px #547cb9

    
}
#wrapper-branding 
{
    width: 350px;
    height: 441px;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: url(../images/babcock-logo.jpg) no-repeat
}
#wrapper-branding h1 {
	position: absolute;
	left: 0;
	top: -9999px
}
#content
{

    padding:0;
    width:338px;
    height:441px;
    overflow:hidden;
    position:absolute;
    top:57px;
    left:490px
}
#footlink
{
    letter-spacing:2px;
    text-decoration:none;
}
