/*PRINT STYLES */
.PrintVerySmall	{	font-family: arial;	font-size: 8pt;	}
.PrintSmall		{	font-family: arial;	font-size: 10pt;	}
.PSmall			{	font-family: arial;	font-size: 10pt;	}
.PrintBig		{	font-size: 12pt;	}
.PrintBold 		{	font-weight: bold;	}
.PBold 			{	font-weight: bold;	}
.PItalic		{	font-style: italic;	}
.PrintFooter  	{	font-family: Arial; 	font-size: 8pt; 	text-align: center;	}
.PrintHeader 	{	font-size: 24px; 	font-family: verdana, arial; 	text-align: left;	}
.PWhite			{	color: white;	}



/*CONTAINER STYLES */
Body			{	background-color: white;	min-width: 800px;	background-color: black;	text-align: center;	}

#DivCenter		{	margin-left: auto; margin-right: auto; width: 800px; position: relative; min-height: 750px; }

#Banner			{	width: 750px; 	padding-top:5px; padding-bottom: 5px;   background-color: #FFFFFF;	float: right;	text-align: center;}

#PageContainer 	{	width: 801px;	float: none;	}
				
#Content		{	width: 730px;	min-height: 600px; 
					background-color: #FFFFFF;	float: right; padding-top: 10px;	padding-bottom: 5px; 
					padding-left: 10px; padding-right: 10px; font-family: arial; font-size: 10pt;
				}

#Footer 			{	width: 750px; 	background-color: #FFFFFF; 	vertical-align: center;	padding-top: 5px;
					display: block;	float: right;	text-align: center;	padding-bottom: 5px;
				}


/* HEADER MENU */
#HeaderMenu		{	width: 750px;	background-color: white;	font-family: arial;	font-size: 10.5pt;	white-space: nowrap;
					text-align: center;	font-variant: small-caps;	float: right; padding-top: 3px;	padding-bottom: 3px;
					overflow: auto; 
				}

.HMItem			{	display: inline;	padding-left: 25px;		padding-right: 25px;	}

#HeaderMenu a	{	text-decoration: none;	}

#HeaderMenu a:hover
				{	text-decoration: underline;	}
				
				
/* LEFT NAV MENU  */
#LeftNav 		{ 	float: left; width: 50px; position: relative; top: 10px; right: 9px;}
				
.LNItem			{ 	width: 50px; margin-bottom: 9px; margin-top: 9px; border: 1px solid orange; }

.LNItem Img		{	width: 50px;	}


				
/*CONTENT */
#IndexContent	{	text-align: center;	}

.GreenLine		{	width: 750px;	float: right;}


.PageContent	{	font-family: Arial; 	font-size: 10pt; 	background-color: #FFFFFF;	}

.PageHeader		{	font-size: 13pt;	font-weight: bold;	text-align: left;	}

p				{	text-align: justify;	font-family: arial; 	font-size: 10pt;}

.CenterImage	{	display: block; 	margin-left: auto;	margin-right: auto;}

.BlogEntry		{	float: right; 	background-color: white;	width: 730px;	font-family: arial; font-size: 10pt;
					padding: 10px;     text-align: justify;
				}


/*ANCHOR TAGS*/
a:link 			{	color: #000000;	text-decoration: underline;	}
a:hover      		{	font-family: Arial; 	font-size: 1em; 	color: #000000; 	text-decoration: underline;	}
a:visited		{	color: #000000;	}


