/* CSS Base Stylesheet */

body {  background:rgb(255,200,225);
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffc8e1,endColorStr=#ffb6e1);
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	color: white;
	font-family: JeffrianaJF, Century Gothic, Arial;
}
h1 {font-family: Century Gothic, Arial;}

	/* $WEFT -- Created by: Robert Bivin (bobbivin@hotmail.com) on 7/24/2007 -- */
	@font-face {
    font-family: JeffrianaJF;
    font-style:  normal;
    font-weight: normal;
    src: url(../JEFFRIA0.eot);
	}
.blankheader 
{
	background:transparent;
	height:0px;
}
.sitename 
{
	position:relative;
	font-family: JeffrianaJF, Century Gothic, Arial;
	font-size: 25px;
	COLOR:#000000;
	left:0px;
	z-index:4;
	overflow:visible;
	text-align:center;
   }
.contentbox	
{
	padding:5px; 
	background-color:#bbbbbb;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#bbbbbb,endColorStr=#999999);
	font-size: 22px;
	WIDTH: 375px; 
	TEXT-ALIGN: center;
	height:565px;
}	
.sidebars {
	background: #999999;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#888888,endColorStr=#aaaaaa);
	width:42px;
}
.menudiv 
{
	position:relative;
	left:0px;
	z-index: 6;
	font-family: JeffrianaJF, Century Gothic, Arial;
	font-size: 20px;
    overflow:hidden;
   }
.newlinks 
{
	position:relative;
	text-align:center;
	top:-3px;
	left:0px;
	display:inline-block;
	visibility:hidden;
	z-index:5;
    overflow:hidden;
	font-family: JeffrianaJF, Century Gothic, Arial;
	font-size: 20px;
   }
.buttons {
	color: #000000;
	text-decoration: none;
	display:inline-block;
	margin:-3px;
	padding-top:0px;
	padding-bottom:0px;
	background-color: rgb(205,205,205);
	width:20%;
}
.buttons:hover {
	color: #000000;
	text-decoration: none;
	background-color: rgb(255,182,225);
}
.current {
	color: #ffffff;
	text-decoration: none;
	display:inline-block;
	margin:-3px;
	padding-top:0px;
	padding-bottom:0px;
	background-color: rgb(255,164,225);
	cursor: default;
	width:20%;
}
.nlbuttons {
	color: #000000;
	text-decoration: none;
	text-align:center;
	vertical-align:middle;
	display:inline-block;
	margin: 2px -3px -3px -3px;
	height:60px;
	width:14.35%;
	line-height:125%;
	background-color: rgb(205,205,205);
}
.nlbuttons:hover {
	color: #000000;
	text-decoration: none;
	background-color: rgb(255,182,225);
}
.spanbtn 
{
	position:relative;
	color: #000000;
	text-align:center;
	vertical-align:middle;
	display:inline-block;
	margin: 2px -3px -3px -3px;
	padding-top:0px;
	padding-bottom:0px;
	height:60px;
	width:14.35%;
	background-color: rgb(205,205,205);
}
.smbuttons {
	color: #000000;
	text-decoration: none;
	display:inline-block;
	margin:-3px;
	height:50%;
	width:100%;
	background-color: rgb(205,205,205);
}
.smbuttons:hover {
	color: #000000;
	text-decoration: none;
	background-color: rgb(255,182,225);
}
.pbuttons {
	color: #000000;
	text-decoration: none;
	text-align:center;
	width:100%;
	display:block;
	background-color: rgb(205,205,205);
}
.pbuttons:hover {
	color: #000000;
	text-decoration: none;
	background-color: rgb(255,182,225);
}
.pfbuttons {
	color: #000000;
	border: none;
	font-family: JeffrianaJF, Century Gothic, Arial;
	font-size: 22px;
	height:35px;
	text-decoration: none;
	text-align:center;
	width:100%;
	background-color: rgb(205,205,205);
}
.pfbuttons:hover {
	color: #000000;
	background-color: rgb(255,182,225);
	cursor:hand;
}
.slideup	{
	MARGIN-TOP: -40px;
}
.pink	
{
	color:rgb(255,200,225);
}



