body,
html {
	margin:0;
	padding:0;
	background: #99CCFF;
	color:#000;
}

body {
	font-family: Verdana, Geneva, Georgia, Times, serif;
	font-size: 14px;
	color: #333333;
	margin: 0 0 0 0;
}
	
#wrap {
	background: #FFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	float: none;
	width: 70%;
	border: 3px solid #2E318C;
}

/*************** Styling for Banner Section *****************/
#banner{
background-color:  #99CCFF;
border: 3px 0px 3px 0px solid #333399;
text-align: center;
width: 100%;
}

/* Navbar Section */
#navbar {
background-color: #C8E3FE;
border-bottom:  2px solid #99CCFF;
color: black;
padding: 5px 5px 5px 5px;
text-align: center;
}

/*************** Styling for Footer Section *****************/
#footer {
background-color: #C8E3FE;
border-top: 3px solid #99CCFF;
clear: both;
font-size: 85%;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;		
padding-bottom: 5px;
text-align: center;
}

.offerblock{
margin-left: .75em;
margin-right: .75em;
margin-top: 10px; 	
padding: .75em;
font-family: Verdana, Arial, Helvetica;				
font-weight: normal;			
font-size: 85%;
background-color: #CCCCFF;
border-top: 10px  solid #9999CC;
border-right: 10px  solid #9999CC;
border-bottom: 10px  solid #9999CC;
border-left: 10px  solid #9999CC;
}	

/*************** Styling for Bulleted Lists *****************/
ul {
margin-top: 0;
}

li.offer{
margin-top: .5em;
margin-bottom: .5em;
}

ul.mainsection {
list-style-type: none;
font-family: Verdana, Geneva, Georgia, Times, serif;
font-size: 85%;
line-height: 25px;
list-style-image: url(../media/swirl.gif);
}

/***************  Styling for Main Content Section  *****************/
.pageheading {
color: black;
font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
font-size: 1.36em;
font-weight: bold;
margin-bottom: .3em;
margin-top: .3em;
}

.paraheading {
color: black;
font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
font-size: 1.2em;
font-weight: bold;
margin-bottom: .3em;
}

.bodytext{
margin-top: 0;
margin-bottom: 1em;
}

.parasubheading {
border-bottom: 2px solid #95C9EF;
color: black;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.1em;
font-weight: bold;
margin-right: 150px;
margin-bottom: .5em;
}
    
  **************** Pseudo classes ****************/
a {
color: #4D72CF;
font-weight: bold;
text-decoration: none;
}

:link {
color: #4D72CF;
font-weight: bold;
text-decoration: none;
}

li :link {
color: #4D72CF;
text-decoration: none;
font-weight: bold;
}

:visited {
color: #4D72CF;
font-weight: bold;
text-decoration: none;
}

li :visited {
color: #4D72CF;
font-weight: bold;
text-decoration: none;
}