﻿body
{
	height: 100%;
	width: 100%;
	margin: 0;	
	padding: 0;
	background-color:#EFEFEF; 
	background-image:url('/images/back.jpg'); 
	background-repeat:repeat-x;
}

body,
input
{
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;	
}

A,A:Visited {color: #1C6484;}
A:Hover {color:#9FBDCF;}

.PadFive { padding: 5px; }
img {border:0;}

/*************************************************
	END OF STANDARDS (ABOVE)
 ************************************************/

#Contain
{
	min-height: 100%;	
	margin-left: auto;
	margin-right: auto;
	width:782px; 
	padding: 0px;
}

/*************************************************
	HEADER AREA
 ************************************************/

#Header
{	
	clear: left;	
	height:114px;
}

.Logo 
{
	display: inline;
	float: left;
	width:254px;
}

.JoinUs
{
	display: inline;
	float: left;
	width: 359px;	
}

.ContactUs
{
	vertical-align: top;
	display: inline;
	float: right;
	width: 124px;	
	height: 110px;
}

/*************************************************
	HEADER AREA (END)
 ************************************************/
 
 
 
/*************************************************
	CONTENT
 ************************************************/
 
#ContentTop
{
	clear: both;
	height: 31px; 
	background-image:url('/images/main_pb_top.jpg'); 
	background-repeat:no-repeat;
}

#ContentBottom
{
	height: 36px; 
	background-image:url('/images/main_pb_bottom.jpg'); 
	background-repeat:no-repeat;	
}
 
#ContentContain
{
	float: left;
	width: 782px;	
	vertical-align: top;
 	background-image:url('/images/main_pb.jpg'); 
 	background-repeat:repeat-y;
}

#BodyPosition
{
	width: 740px;	
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
}

.LeftMenu
{
	float: left;
	display: inline-block;
	vertical-align: top;
	width: 175px;
}

.RightContent
{
	float: right;
	padding: 0px;
	margin: 0px;
	display: inline-block;
	min-height: 550px;
	vertical-align: top;
	width: 565px;
}
 
/*************************************************
	CONTENT END
 ************************************************/
 
 
 /*************************************************
	FOOTER
 ************************************************/
 
#Footer
{
	clear: both;
	width: 100%;
 	height: 81px;
 	background-color:#1C6484; 
 	background-image:url('/images/footer.gif'); 
 	background-repeat:repeat-x; 
 	margin-top: 10px;
}

.FooterContent
{
	padding-top: 10px;
	width:782px;
	margin-left: auto;
	margin-right: auto;
}

.FooterContent,
.FooterContent A
{
	text-align: center;
	color: White; 
	line-height: 22px;
}

/*************************************************
	FOOTER (END)
 ************************************************/
 
 
 
/*************************************************
	PER NEED STYLES
 ************************************************/

.Title
{
	margin-left: 1px;
	padding:5px; 
	margin-bottom: 5px;
	width:555px; 
	font-size: 15px; 
	background-color:#CA8F30; 
	color:White;
}

.pnlAdminHdr
{	
	background-color: #9FBDCF;
	width: 420px;
	padding: 3px;
	margin-top: 15px;
	border: solid 1px black;
}

.pnlAdminHdr td
{
	font-weight: bold;	
}

.pnlAdminHdr td span
{
	color: White;
	cursor: pointer;
	font-weight: bold;
	text-decoration: underline;	
}

.pnlAdminBox
{
	background-color: #efefef;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	width: 420px;	
	padding: 3px;	
}

.pnlAdminBox A,
.pnlAdminBox A:Visited,
.pnalAdminBox A:Active
{
	color: Red;
	text-decoration: underline;	
}

.vs
{
	font-weight: bold;
	padding: 10px 0 10px 5px;	
}

.red
{
	color: Red;
	font-weight: bold;	
	font-size: larger;
}

.botpad
{
	padding-bottom: 5px;	
}

.ShadedBox
{
	margin: 7px;	
	background-color:#efefef;
	border: solid 2px #CA8F30;
	padding: 3px;
}

blockquote
{
	padding: 3px 10px 3px 10px;
	font-weight: normal;
	color: #1C6484;
}


.PromoDate { font-size: 15px; text-align: center; font-weight: bold; color:#CA8F30; padding: 5px; }
.PromoWith { font-size: 14px; text-align: center; font-weight: bold; color:#CA8F30; padding: 5px; font-style: italic; }
.PromoTitle
{
	font-weight: bold;
	font-size: 22px;
	padding: 8px;
	color: #1C6484;
	font-variant: small-caps;
	font-style: italic;
	text-align: center;
}

.PromoGroup
{
	font-size: 19px;
	font-weight: bold;
	padding: 8px;
	font-variant: small-caps;
	text-align: center;
}

.PromoOpener { font-size: 15px;
	font-weight: bold;
	padding: 8px;
	text-align: center; }
	
.PromoMoreInfo { padding: 10px; text-align: center; color: #1C6484; font-weight: bold; font-size: 16px; }
