*{
margin: 0px;
spacing: 0px;
padding: 0px;
font-family: tahoma, arial, helvetica;
font-size: 12px;
filter:none;
}

body{
text-align:center;
background-color: #323594;
background-image: url(BG.JPG);
background-repeat: no-repeat;
background-repeat: repeat-x;
}

.MainContainer{
height:650px;
padding-left: 20px;
padding-right: 20px;
background-color:white;
margin-left:auto;
margin-right:auto;
text-align:left;
width:920px;
background-image: url(BG.JPG);
background-repeat: no-repeat;
background-repeat: repeat-x;
}

.header{
background-color: #323594;
height: 151px;
width: 765px;
margin-bottom:15px;
}

.header, .leftcontent, .centercontent, .rightcontent, .footer{
float:left;
}

.leftcontent{
width:535px;
margin-right:20px;
}

.rightcontent{
width:300px;
}

.footer{
color:white;
padding-top:14px;
height:45px;
margin-top:15px;
width:100%;
background-image:url(footerBG.gif);
background-repeat: no-repeat;
background-repeat: repeat-x;
}

li{
list-style-type: square;
line-height: 1;
}

h2{
color: #484f97;
font-size:11px;
font-weight:bold;
}

h3{
font-family: arial black, impact;
color: #484f97;
font-size:20px;
font-weight:bold;
font-style:italic;
}

a:link {color: white}     /* unvisited link */
a:visited {color: white}  /* visited link */
a:hover {color: black}   /* mouse over link */
a:active {color: white}   /* selected link */

.name{
color: #3048a0;
font-weight:bold;
}