/*Wrappers */

.boxwrap   { width: 800px; 
margin-left: auto; 
margin-right: auto;
 
margin-top: 10px;
margin-bottom: 2em;
background-color: white; 

     }
.boxbody   { width: 801px; font-size: .9em;  } 
.boxcenter { width: 526px; float: right;  background-color: white;}
.boxleft   { width: 260px; float: left;   }

.boxheader {background-color: white; width: 100%;  clear: both; }
.boxfooter { margin-top: 52px; 
padding-top: 8px; 
width: 100%;  
clear: both;  
font-size: .7em; 
color: gray; 
text-align:center; 
border-top: 1px solid #c0c0c0;
background-color: white; }

div.outer {background-color: #F8F1AA; }
.boxclear  {   
	clear: both;
 	margin: 0;               /* keep flush with adjacent containers */
 	padding: 0;
  	height: 0;
  	overflow: hidden; }

/* ie hack: */
     .iehackwrap { text-align: center;  }
     .boxwrap    { text-align: left; } 
     
body {
	font-family: Arial, Helvetica, sans-serif;


}
     
    

    
strong {
	
color: #702B84;
}

.mediapad {
	margin-top: 50px;
	float: right;
	clear: both;
	padding-right: 40px;

}

h1 {
color: #702B84;
font-size: 1.0em;
text-align: center;

}

h3 {
color: #702B84;
font-size: 1.0em;


}

/* Navigation Bar */

ul.nav {
list-style-type: none;
padding-right: 50px;


}    




ul.nav li {
	text-align: right;
	font-weight: bold;
	line-height: 250%;
}

ul.nav a:link {

	color: #00438D;
	text-decoration: none;
	font-weight: bold;

}

ul.nav a:hover {
	text-decoration: none;
	color: gray;

}

ul.nav a:visited {
	text-decoration: none;
	color: #00438D;

}
