@import url(Header.css);
@import url(Content.css);
@import url(Photos.css);
@import url(Footer.css);
@import url(HomePage.css);
@import url(Legacy.css); /* Needs Cleansing / Verification */

/************************************************************************/
/*							 Verified Styles 							*/
/************************************************************************/

body, td, select, input, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body
{
	background-image: url(../images/background.gif);
	background-color: #002252;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 16px;
}

a {
	color:#002252;
}

a:hover
{
	color: #FF9900
}


p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 160%;

}

p.Justified {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size: 11px;
	line-height: 160%;
}


ul {
	list-style-image:url(../images/bullet.gif);
	list-style-type: none;
	line-height: 160%;
}

li {
	margin-top: 5px;
	margin-bottom: 5px;
}

h1 {
	font-size: 18px;
	color: #003066;
}
.LeeGrubSubHeading
{
	font-size: 14px;
	color: #003066;
	font-weight:bold;
}
h2 {}
h3 {}

h4 {
	font-size: 12px;
	color: #29568f;
}

h5 {}
h6 {}


.platinumh4Home {
	font-size: 12px;
	color: #032860;
}

.platinumTextHome
{
	font-size: 12px;

}

.sectionHeading
{
	font-size: 12px;
	font-weight:bold;
	line-height: 22px;
	color: #29568f;
}

.affiliatesImage
{
	float: left;
	padding-right:15px;
	height: 70px;
}

*html .affiliatesDesc
{
	margin-top: -15px;
}

.memberCompanyName 
{
	padding-top: 5px;
	padding-left: 25px;
	padding-bottom: 5px;
	font-size: 12px;
}

/************************************************************************/
/*						 End of Verified Styles 						*/
/************************************************************************/

.NewsListLink		/* Used on NewsListPage */
{
	background-image: url(../Images/Icons/icoLinkArrowRight.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	text-decoration: none;
}

div#divLocation		/* location details on EventDetail page */
{
	border-right: 1px solid #000000;
	border-left: 1px solid #ccc;
	border-bottom: 2px solid #000000;
	background-color: #eee;
}

.defaultTextBold {
	font-weight: bold;
	color: #626469;
}

.defaultText {
	color: #626469;
}

.HomeStandOutText {
	font-weight: bold;
	color: #000080;
}

.defaultLink {
	color: #003066;
	text-decoration: none;	
}

.linkArrow {
	border: 0;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: middle;
}

.defaultTextLeftInd {
	text-align:left;
	padding-left: 15px;
}


.defaultTextRightInd {
	text-align:right;
	padding-right: 15px;
}

.defaultDataGridHeader
{
	font-weight: bold;
	padding-bottom: 5px;
}

