/* CSS Document */

body{
margin:0 auto;
background-color:#191ACC;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

div.wrapper{
text-align:center;
margin:0 auto;
width:1000px;
}

div.header{
text-align:left;
}

div.body{
background:url(../images/ballBG.jpg) no-repeat bottom right;
background-color:#1A1ACC;
text-align:left;
}

div.footer{
background-color:#0000FF;
border:solid 1px #FFFFFF;
height:45px;
padding:5px;
color:#FFFFFF;
clear:both;
}

div.contentBox{
margin:0 auto;
margin-top:30px;
width:590px;
border:1px solid #FFFFFF;
background:#5657FF;
padding:10px;
margin-bottom:20px;
text-align:left;
color:#FFFFFF;
}

div.right{
float:right;
}

div.left{
float:left;
}

a.footer, a.footer:active, a.footer:link, a.footer:visited {
color:#FFFFFF;
text-decoration:none;
}

a.footer:hover {
color:#FFFFFF;
text-decoration:none;
}

div.bodyRight{
float:right;
width:770px;
}

.heading{
font-size:24px;
color:#FFFFFF;
}

.subHeading{
font-size:16px;
color:#FFFFFF;
font-weight:bold;
}

a.links, a.links:active, a.links:link, a.links:visited {
color:#FFFFFF;
text-decoration:underline;
}

a.links:hover {
color:#FFFFFF;
text-decoration:none;
}