body {
	margin: 0px;
	padding: 0px;
	font-family: whitney, Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight:400;
	color: #277fff;
}

#maincontainer {
	margin: 0 auto;
	width: 800px;
}

#centrecontainer {
	width: 100%;
}

a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  color: #E5007F;
  
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  color: #E5007F;
  
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  color:     #277fff;
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  underline;
  color: #E5007F;
  
  } 

#fullpage {
  
  width: 800px;
  height: 600px;
}

#header {
  
  width: 800px;
  height: 161px;
}
.boldpink {
	font-size: 16px;
	font-weight: bolder;
	color: #E5007F;
}

.boldpink14 {
	font-size: 14px;
	font-weight: bolder;
	color: #E5007F;
}

.boldpink12 {
	font-size: 12px;
	font-weight: bolder;
	color: #E5007F;
}

.boldsmaller {
	font-size: 14px;
	
}

.bold {
	font-size: 12px;
	font-weight: bolder;
	
}

.bold11 {
	font-size: 11px;
	font-weight: bolder;
	
}

.bolditalic {
	font-size: 13px;
	font-weight: bolder;
	font-style: italic;	
	
}

.italic {
	
	font-style: italic;	
	
}

.tiny {
	font-size: 9px;
	
	
}

.font11 {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	
	
}




#horizontop {
	
	width: 800px;
	height: 17px;
	background-image: url(images/horline.gif);
}

#horizonbottom {
	
	width: 800px;
	clear: both;
	height: 17px;
	background-image: url(images/horline.gif);
}
#leftcol {
	background: white;
	float: left;
	width: 130px;
	height: 245px;	
}

#leftcolsep {
	
	float: left;
	width: 12px;
	height: 245px;
	background-image: url(images/vertline.gif);
}

.leftcollinks {
	border:0;
	margin:0;
	float: left;
	padding-left:50px;
	padding-top:4px;
	width: 62px;
	height: 31px;
	background-image: url(images/navbacksmall.gif);
	font: arial;
	font-size: 11px;
}

.leftcollinks a:link, .leftcollinks a:visited {
	color: #E5007F;
	text-decoration:none;
}

.leftcollinks a:hover {
	color: #267fff;
	text-decoration:none;
}
	
#content {
	
	float: left;
	width: 610px;
	height: 245px;
	
	
}


.padleft {
	padding-left: 20px;
}

.padleftless {
	padding-left: 15px;
}

.padleftright {
	padding-left: 20px;
	padding-right: 40px;
}


#contentsidebar {
	
	float: left;
	width: 48px;
	height: 245px;
	background-image: url(images/contentsidebar.gif);
	background-repeat: repeat-y;
	background-position: right;
	
}


#footer {
  
  
  width: 800px;
  height: 182px;
}
