body 
{
	margin:0;
	padding:0;
	width: 6230px;
	height: 409px;
	color: #333;
	font: 62.5%/150% Tahoma, Sans-Serif; 
	background-color: black;
}

a
{
	color: #EF7D97;
}

a:visited
{
	color: #EF7D97;
}

h2 {font-size: 1.1em}
h3 {font-size: 1.4em}

hr, .hide 
{
	position:absolute; 
	top:0;
    left:-9000px;
}	

#page 
{
	margin-top: 0px;
	height:409px;
	background-repeat: repeat-x;
	background-image: url(../images/background/center_sm.png);	
}

#leftsider 
{
	padding: 50px 0 0 50px;
	float: left;

}

#leftsider h1 {font-size: 2.0em;}

#menuLinks 
{
	margin-top: 60px; 
	padding-left: 6px;
}

#menuLinks ul 
{
	list-style: url(../img/rightsmall.png);
}

#menuLinks a
{
	text-decoration: none;
	color: #EF7D97;
}

#menuLinks a:hover
{
	border-bottom: 1px solid #EF7D97;
}

#content 
{
	margin: 50px 0 0 40px; 
	float: left;
	font-size: 1.1em;
}

#content h4 {font-size: 1.2em;}

.par 
{
	margin: 0px 0px 0 0px; 
	padding-left: 15px; 
	float: left; 
	width: 355px;	
	height: 200px;
}

.more
{
	margin: 50px 10px 2px 5px; 
	padding-left: 10px; 
	float: left; 	
	height: 200px;
}

.more1
{
	margin: 10px 10px 2px 5px; 
	padding-left: 10px; 
	float: left; 
	height:200px;	
}

.alt {/* modify this to add style to alternate sections*/}

#note 
{ 
	margin-top:10px;
}

p.secbot a
{
	margin-top: -5px;
	padding-left: 0px;
	border-bottom:none;
	color: #EF7D97;
	background: url(../img/leftsmall.png) no-repeat scroll left center;
	text-decoration:none;
	font-size:0.9em;
	letter-spacing: .3em;
}

p.secbot a:hover 
{
	border-bottom:1px solid #EF7D97;
}

#arrows 
{
	position: fixed;
	top: 565px;
	left: 650px; 
	width: 90px;
	height: 30px;
	cursor: pointer;
}

#arrows ul {	
	margin: 0;
	padding: 0;
	list-style:none;
}

#arrows ul li 
{
	margin: 0;
	padding: 0;
	display:inline;
	width: 40px;
	height: 30px;
}

#arrows ul li a
{
	margin-right: 5px;
	float: left;
	display: block;
	width: 40px;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
	font-size: 50em;
	text-indent: -9000px;
}

#arrows ul #left a {background: transparent url(../images/buttons/left_arrow.png) no-repeat;}
#arrows ul #right a{background: transparent  url(../images/buttons/right_arrow.png) no-repeat;}


#rightsider 
{
	padding: 0 10px 0px 0;
}	

#rightsider a
{
	color: #791A49;
	text-decoration: none;
}

/**
	VD Stuff Below
**/

#header
{
	margin-top: 20px;
}

.logoNav
{
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	margin-left: 20px;
}

.logoNav td
{
	vertical-align: bottom;
}	

.imgL
{
  float: left;
  padding: 11px 0px 0px 0px;
  margin-left:25px
}

.imgR
{
  float: right;
  padding: 14px 4px 4px 4px;
}

.leftColumn
{
	text-align:right; 
	vertical-align:top;
}
   
.img
{
  padding:  50px 15px 0px 0px; float:left
}

/**

	Tooltip Image description thingy
	
**/
#tooltip 
{
    padding: 4px;
    background: #EF7D97;
    border: 1px solid #791A49;
    text-align: left;
    -moz-opacity: 0.85;
 	background-opacity: 0.85;
 	width: 280px; 
}

span.tip 
{
    border-bottom: 1px solid #eee;
}

