body {
margin:0;
background:url(../splashimages/background.jpg) repeat-x;
font-family:arial;
font-size:17px;
color:#363636;
}

#banner {
margin:auto;
width:975px;
}

#content {
padding:0 20px 20px 20px;
background-color:#ffffff;
border:2px solid #024483;
margin:auto;
width:975px;
-moz-border-radius: 10px; 
-webkit-border-radius: 10px; 
}

.welcomeTitle {
margin:auto;
width:400px;
}

.welcomeText {
padding:10px 10px 0 10px;
line-height:22px;
text-align:center;
}

.box {
float:left;
padding-left:20px;
}

.box img {
 padding:10px;
 float:left;
 border:0;
}
.boxTitle {
background:url(../splashimages/boxTitleBackground.gif) no-repeat;
color:#ffffff;
width:450px;
padding:5px;
height:19px;
font-size:18px;
}

.boxContentTop {
border-left:1px solid #1a2f5a;
border-right:1px solid #1a2f5a;
border-bottom:1px solid #1a2f5a;
width:446px;
height:185px;
}

.boxContentBottom {
border-left:1px solid #1a2f5a;
border-right:1px solid #1a2f5a;
border-bottom:1px solid #1a2f5a;
width:446px;
height:150px;
}

.boxList {
padding-top:10px;
padding-right:10px;
font-size:15px;
color:#363636;
width:330px;
float:right;
}

.boxList ul {
list-style-type: none;
padding-left:0px;
margin-left:0;
margin-top:5px;
}

.boxList li{
background:url(../splashimages/bullet.gif) left no-repeat;
background-position:0 6px;
padding-left:15px;
margin-left:0px;
padding-top:1px;
color:#363636;
font-size:15px;
}

.boxList li a{
color:#363636;
text-decoration:none;
}

.boxList li a:hover {
text-decoration:underline;
}

.boxList p a{
color:#ff7502;
text-decoration:none;
}

.boxList p a:hover{
text-decoration:underline;
}

.footer {
background:#4c5779;
height:28px;
}