
<style type="text/css">

/*reset
-------------------------------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
}
img {
	border:none;
}

/*General Layout
-------------------------------------------------------------------------------------------*/
body {
  background-color:#000;
  text-align:center;
  font-family:helvetica,verdana,arial,sans-serif;
  color:#333;
  font-size:12px;
}

a:link, a:visited {
	color:#666;
	text-decoration:underline;
}
a:hover {color:#333}
#Wrapper{

width:960px;
margin:30px auto 0 auto;
height:auto;

text-align:left;
}
#top{

position:relative;
float:left;
width:960px;
height:9px;

}

 

#Branding{

position:relative;
float:left;
width:960px;
height:113px;
margin:0 0 0 0;
border-bottom:2px solid #000;
background:#fff;
_top:-3px;
}

#logo{

position:relative;
float:left;
width:200px;
height:113px;
background:#fff;
}

#ad{

position:relative;
float:left;
width:560px;
height:113px;
background:#fff;
}

#auxNav{

position:relative;
float:left;
width:200px;
height:113px;
background:#fff;
text-align:center;
}


#auxNav ul
{
list-style-type: none;
float:right;
padding:5px;
margin:0 20px 0 5px;

}

#auxNav ul li
{
float: left;
line-height: 1.1em;
}

#auxNav a
{
font-size:11px;
color: #595959;
text-decoration: underline;
}

#auxNav a:hover
{

color: #333;

}


#auxNav a.arrowLink{


background-image:url(/images/pinkArrow.gif);
background-repeat: no-repeat;
background-position:right 3px;

font-size:13px;
color:#838383;
padding-right:10px;
text-decoration:none;
margin:0;

}

#auxNav a:hover.arrowLink{

color:#333;

}

#navBar{

position:relative;
float:left;
width:960px;
height:auto;
background:#fff;
}



#mainNav {
	width:200px;
	overflow:hidden;
}
#mainNav ul
{
margin:0;
padding:0;
list-style-type: none;
font-family: Helvetica,Arial,sans-serif;
font-size:14px;
}

#mainNav a
{
display: block;
padding: 5px 3px 5px 20px;
width: 177px;
background-color: #fff;
border-bottom: 1px solid #ececec;
}

#mainNav a:link, #mainNav ul a:visited
{
color: #595959;
text-decoration: none;
}

#mainNav a:hover
{
background-color: #b63d97;
color: #fff !important;

}

#mainNav .menu-current a, #mainNav ul ul .menu-current a{
	background:#fff ;
	
	
	background-image:url(/images/pinkArrow.gif);
background-repeat: no-repeat;
background-position:right 7px;
	
	
}

#mainNav .menu-current a:hover, #mainNav ul ul .menu-current a:hover{
	background:#fff ;
	
	background-image:url(/images/pinkArrow.gif);
background-repeat: no-repeat;
background-position:right 7px;
	
	color: #595959 !important;
}

#photoHolder{

position:relative;
float:left;
width:760px;
height:169px;
background:#fff;

}

#Content{

position:relative;
float:left;
width:960px;
height:auto;
background:#fff;

}

#mainContent{

position:relative;
float:left;
width:760px;
height:auto;

}

#pageHeader{

position:relative;
float:left;
width:760px;
height:102px;

}

#contentArea{

position:relative;
float:left;
width:760px;
height:auto;

}

#contentArea img{

margin:10px 10px 5px 10px;


}






#auxNav2
{
position:relative;
float:left;
width:960px;
height:auto;
text-align:center;
background:#fff;
}

#auxNav2 ul
{

list-style-type: none;
text-align:center;
padding: 20px;

}

#auxNav2 ul li
{
border-left: 1px solid #595959;
float: left;
line-height: 1.1em;
margin: 0 .5em 0 -.5em;
padding: 0 .5em 0 .5em;
}

#auxNav2 a:link, #auxNav2 ul a:visited
{
font-size:11px;
color: #595959;
text-decoration: underline;
}

#auxNav2 a:hover
{

color: #333;

}

#Copyright{

position:relative;
float:left;
width:960px;
height:auto;
background:#fff;
}

#Copyright p{

padding:10px;
text-align:right;
font-size:11px;
}

#contentArea ul, #pageContent ul {
	
	color:#595959;
	font-size:14px;
}
#contentArea li, #pageContent li { 
	margin-left:5px;
}

</style>