html { 
	margin:0;
	padding:0; 
	text-align:center;
	background: #FFFFFF url() fixed repeat top left;
} 

 
body, #pagewidth { 
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	width:828px;
	background: #fff url(images/bg.png) repeat;
}

#header {
	position:relative; 
	height:155px; 
	background-color:; 
	width:100%;
	padding-bottom:.7em;
	border-bottom:0em solid white;
} 

#rightcol {
	width:160px; 
	float:right; 
	position:relative; 
	font-family:tahoma;
	font-size:13px;
	text-align:left;
	color:black;
	padding-bottom:1em;
	padding-right:18px;
	padding-left:5px;
}

#rightcol a {color:#c0c0c0; text-decoration:none;}
#rightcol a:hover, a:visited, a:active {color:#c0c0c0; text-decoration:underline;}
 
 
#leftcol {
	width:160px; 
	float:left;
	font-family:tahoma;
	position:relative; 
	padding-right:5px;
	padding-left:18px;
	display:block;
}





h1 
{

	font-family: tahoma;
	font-weight: bold;

	font-size: 12px;

	text-align: center;
	text-transform:;

	letter-spacing: 1px;

	color: #780039;

	background-color: #FF61AB;

	border-top: 1px;
	border-right: 5px;
	border-bottom: 3px solid #FD4D9A;
	border-left: 5px;

	margin-bottom:1px;
} 





h2 
{

	font-family: tahoma;
	font-weight: normal;

	font-size: 15px;

	text-align: left;
	text-transform: none;

	letter-spacing: 1px;

	color: #0F9D0F;
	margin:1px;
} 



a.nav:link, a.nav:visited, a.nav:active 
{
	text-decoration:none;

	font-family:tahoma;

	font-size:8pt;

	font-weight:none;

	line-height:11pt;

	color:#FFFFFF;

	text-align: left;

	background-color:#4DB64D;

	display: block;

	border-left:5px solid #0F9D0F;

	border-right:1px solid #0F9D0F;

	border-top:1px solid #0F9D0F;

	border-bottom:1px solid #0F9D0F;

	text-transform:uppercase;
	padding-left:2px;
	margin-bottom:1px;
}



a.nav:hover 
{
	text-decoration:none;

	font-family:tahoma;

	font-size:8pt;

	font-weight:none;

	line-height:11pt;

	color:#FD4D9A;

	textalign:left;

	background-color:#FFFFFF;

	display: block;

	border-left:5px solid #FD4D9A;

	border-right:1px solid #FD4D9A;

	border-top:1px solid #FD4D9A;

	border-bottom:1px solid #FD4D9A;

	text-transform:uppercase;
	padding-left:2px;
	margin-bottom:1px;
}


a.hearts:link, a.hearts:visited, a.hearts:active 
{
	text-decoration:none;

	font-family:trebuchet ms;

	font-size:16pt;

	font-weight:none;

	color:#B0B0B0;

	text-align: left;

	background: #fff url(images/pinkheart.png) no-repeat;
	display: block;

	border:0px;

	padding-left:37px;
	margin-bottom:0px;
}



a.hearts:hover 
{
	color:#404040;

	border-bottom:1px dashed #B0B0B0;

}


#maincol {
	background-color:;  
	float: right; 
	display:inline; 
	position: relative; 
	width:460px;
	font-family:tahoma;
	font-size:13px;
 }

a.main:link, a.main:visited, a.main:active {color:#0F9D0F; text-decoration:none;}
a.main:hover {color:#FD4C99; text-decoration:none;}


a.pages:link, a.pages:visited, a.pages:active {color:#FD4C99; font-size:20px; text-decoration:none;}
a.pages:hover {color:#0F9D0F; font-size:20px; text-decoration:none;}



ul {
	margin-left: 0;
	margin-bottom:0em;
	margin-top:0em;
	padding-left: .3em;
	list-style: none;
}

form {
	margin-top:0em;
	margin-bottom:0em;
}





input, table, textarea 
{

	font-family: Verdana;
	font-weight: none;

	font-size: 9px;

	color: #676767;

	background-color: #4DB64D;

	border-top: 1px solid #0F9D0F;
	border-right: 5px solid #0F9D0F;
	border-bottom: 1px solid #0F9D0F;
	border-left: 5px solid #0F9D0F; 
}

#footer {
	height:100px; 
	background: #fff url(images/bg.png) repeat;
	clear:both;
	font-family:arial;
	font-size:12px;
	color:;
	padding-top:.5em;
	padding-right:20px;
	padding-left:20px;
 } 

 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

