* {margin: 0; padding: 0;}
html, body { height: 100%; }
body {
font-family: Geneva, Arial, Helvetica, sans-serif;
background: url(images/bbg.gif);
}


/* Start of clearfix */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {
display: inline-block;
}  

    /* Holly Hack Targets IE Win only \*/
    * html .clearfix {height: 1%;}
	.clearfix {display: block;}
    /* End Holly Hack */
	
/* end of clearfix */	


/*
_________________________________________________________

Start of upper section
_________________________________________________________	
*/	
.mainarea { 
width: 700px;
margin: 0 auto;
background: #CCC;
border-right: #666 0px solid;
border-left: #666 0px solid;
background-image: url(images/bg.jpg);
background-repeat: repeat-y;
min-height: 100%;
}
.line {
height: 15px;
border: 1px solid #FFF;
background-color: #fe3368;
}
.location {
padding: 7px 10px 3px 10px;
font-size: 12px;
color: #FFF;
height: 18px;
border: 1px #FFF solid;
border-bottom: 0;
background-color: #fff;
border-top: 0;
}
.head {
height: 100px;
background: #FFF;
}

/*
_________________________________________________________

End of upper section
_________________________________________________________	
*/



/*
_________________________________________________________

Start of navigation section
_________________________________________________________	
*/

.nav {
border: 1px solid #FFF;
border-top: 0;
width: 150px;
background: #fff;
float: left;
}	
.nav h3 {
font-size: 13px;
font-weight: bold;
color: #ffffff;
padding: 3px 3px 3px 5px;
background: #fe3368;
border-top: 1px solid #FFF;
}
.nav h4 {
font-size: 10px;
font-weight: bold;
color: #ffffff;
padding: 3px 3px 3px 5px;
background: #fe3368;
}
.nav p {

}
.nav ul{
list-style-type: none;
}
	
	.nav li {
		font-size: 11px;
		list-style-type: none;
		}
.nav a {
background: #fe3368;
font-size: 12px;
color: #FFF;
text-decoration: none;
font-weight: bold;
padding-left: 20px;
display: block;
}
.nav a:hover {
border-left: 5px solid #fe3368;
padding-left: 15px;
color: #FE3368;
background: #ffffff;
}
.nav a:visted {
background: #56718d;
font-size: 12px;
color: #FFF;
text-decoration: none;
font-weight: bold;
padding-left: 20px;
display: block;
}

/*
_________________________________________________________

End of navigation section
_________________________________________________________	
*/




/*
_________________________________________________________

Start of main content
_________________________________________________________	

*/

.center {
float: right;
border: 1px solid #FFF;
border-left: 0;
border-bottom: 0;
width: 545px;
margin-bottom: 60px;
}
.contenthead {
background: #fe3368;
height: 70px;
padding: 15px;
}
.contenthead h1 {
color: #FFF;
font-size: 25px;
}
.contenthead i {
color: #FFF;
font-size: 16px;
margin-left: 50px;
}
.maincontent {
background: #FFFFFF;
border-top: 1px solid #FFF;
padding: 10px;
}
.maincontent h2 {
color: #003366;
font-size: 16px;
font-weight: bold;
border-bottom: 2px dotted #CCC;
}
.maincontent p {
color: #EBE9ED;
font-size: 12px;
margin-left: 10px;
margin-bottom: 25px;
}
/*
_________________________________________________________

End of main content
_________________________________________________________	
*/


/*
_________________________________________________________

Start of footer section
_________________________________________________________	
*/

.footer {
clear: both;
margin: 0 auto;
background: #fe3368;
width: 700px;
height: 50px;
margin-top: -51px;
border-top: 1px solid #FFF;
position: relative;
text-align: center;
}
.footer p {
font-size: 12px;
font-weight: 500;
color: #FFF;
margin: 3px;
text-decoration: none;
}
.footer a {
color: #CCC;
}

/*
_________________________________________________________

End of footer section
_________________________________________________________	
*/
