
body 
{
	/*text-align:center;*/
	/*font-family:Courier New, Courier, Verdana;	*/
	font-family:Arial,Verdana;
	font-size:11pt;
	border:0px;
	margin:0px;

	
}	
a:link              { color:black; text-decoration:underline; }
a:visited           { color:black; text-decoration:underline; }
a:hover             { color:orange; text-decoration:underline; }
a:active            { color:black; text-decoration:underline; }


/*LAYOUT*/
div.frame 
{	
	position:relative;			
	width:750px;
	margin-right:auto;
	margin-left:auto;	
	padding:0px;
	text-align:left;
	
	/*background-image:url(/images/FullBackground.gif);*/
}
#main
{	
	position:relative;	
	
}
#header
{
	position:relative;
	height:70px;			
}
#footer
{	
	position:relative;					
	/*border-width:1px;
	border-style:solid;		*/
}
#rightPanel
{
	position:absolute;
	left:520px;
	top:90px;
	width:230px;	
}
.spacer20
{
	position:relative;	
	height:20px;	
}
.spacerDivider
{
	border-top-color:#e0ece8;
	border-top-style:solid;
	border-top-width:2px;
	width:100%;
	height:20px;

}
/*HEADER*/
#logo
{		
	position:absolute;		
	border:none;
	left:10px;
	top:10px;	
}
#menuBar
{
	position:absolute;	
	background-color:#e0ece8;
	font-size:12pt;
	text-align:right;
	vertical-align:middle;
	left:0px;
	top:50px;	
	width:750px;
	height:20px;
}
#footerBar
{
	font-size:8pt;
	text-align:center;
	width:500px;
}
/*END HEADER*/

/*TITLES*/

h1 
{
	font-size:16pt;
	margin:0px;	
	display:inline;
}
h2
{
	font-size:12pt;
	margin:0px;	
	display:inline;
}
h3
{
	font-size:11pt;
	margin:0px;
	display:inline;
	font-weight:normal;
}
h4
{
	font-size:12pt;
	font-style:italic;
	margin:0px;
	display:inline;
}
h5
{
	font-size:11pt;
	font-style:italic;
	margin:0px;
	display:inline;
}
h6
{
	font-size:9pt;
	font-style:italic;
	margin:0px;
	display:inline;
}

a.menuItem:link
{	
	text-decoration:none;
	font-weight:bold;
	
}
a.menuItem:visited 
{
	text-decoration:none;
	font-weight:bold;
}
a.menuItem:hover
{
	color:Orange;
	text-decoration:none;
	font-weight:bold;
}
a.menuItem:active
{	
	text-decoration:none;
	font-weight:bold;
}
a.unsubscribe:link
{	
	color:Red;
}
a.unsubscribe:visited 
{
	color:Red;
}
a.unsubscribe:active
{	
	color:Red;
}
