body 						{
	font: normal 8pt/16pt Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #656565;
	background-image: url(../img/bg.gif);
}

/* hyperlink - anchor tag styles */
a:link, a:visited 			{ /* link colour */ color: #EE1A30; text-decoration: none; }
a:hover 					{ text-decoration: underline; }
a.footer:link, a.footer:visited { /* link colour */ color: #666666; text-decoration: none; }
a.footer:hover 					{ text-decoration: underline; }
a.lt:link, a.lt:visited 	{ /* link colour */ color: #FEF200; text-decoration: none; }
a.lt:hover 					{ text-decoration: underline; }

/* Image Divs */
.feaImage 					{ width: 190px; height: 140px; border: 5px solid #A7A7C1; }
.transImage-5 				{ width: 1px; height: 5px; border: 0px; }
.transImage-10 				{ width: 1px; height: 5px; border: 0px; }
.transImage-19 				{ width: 1px; height: 19px; border: 0px; }

/* font styles */
.text-sm 					{ font: normal 8pt/16px Arial, Helvetica, sans-serif; }
.text-sm-col				{ font: normal 8pt/16px Arial, Helvetica, sans-serif; color: #FFFFFF;}
.text-mid 					{ font: bold 10pt/18px Arial, Helvetica, sans-serif; }
.text-mid-col 				{ font: bold 10pt/18px Arial, Helvetica, sans-serif; color: #FFFFFF; }
.text-mid-yel 				{ font: bold 10pt/18px Arial, Helvetica, sans-serif; color: #FEF200; }
.text-mid-red 				{ font: bold 10pt/18px Arial, Helvetica, sans-serif; color: #EE1A30; }
.text-lg 					{ font: bold 12pt/19px Arial, Helvetica, sans-serif; color: #EE1A30; }
.text-col	 				{ color: #FFFFFF; }

/* form stuff */
.button						{ background-color: #EE1A30; border: 1px solid #000000; height: 20px; width: auto; font: bold 8pt Arial, Helvetica, sans-serif; color: #FFFFFF; text-align: center;cursor: hand; vertical-align: middle;margin: 2px;}
.button2						{ background-color: #CCCCCC; border: 1px solid #000000; height: 20px; width: auto; font: bold 8pt Arial, Helvetica, sans-serif; color: #000000; text-align: center;cursor: hand; vertical-align: middle;margin: 2px;}
.input-box 					{ background-color: #CCCCCC; border: 1px solid #000000; height: 100px; width: 98%; font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 8pt;color: #333333; text-align: left;vertical-align: middle;overflow: hidden;}
.input  					{ background-color: #CCCCCC; border: 1px solid #000000; height: 18px; width: 98%; font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 8pt;color: #333333; text-align: left; vertical-align: middle;}
.input-fixed 				{ background-color: #CCCCCC; border: 1px solid #000000; height: 18px; width: 100px; font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 8pt;color: #333333; text-align: left; vertical-align: middle;}

/* globalNav styles */
#globalNav 					{ color: #14497B; /* don't touch after this point */ position:relative; width:99.8%; min-width:760px; height:30px; padding:0px; margin:0px; background-color:#000000; }
#gnl 						{ position: absolute; top: 0px; left: 0px; padding: 0px; margin: 0px; }
#gnr 						{ position: absolute; top: 0px; right: 0px; padding: 0px; margin: 0px; }
#globalLink 				{
	border-left: 1px solid #FEF200;
	position: absolute;
	left: 18px;
	height: 23px;
	top:4px;
	padding: 0px;
	margin: 0px;
	z-index: 100;
	width: 565px;
}
a.glink, a.glink:visited 	{color: #FFFFFF;border-right: 1px solid #FEF200;font-size: 9pt;margin: 0px;padding: 4px 10px 4px 10px;font-weight: bold;}
a.glink:hover 				{ height: 18px; background-color: #656565; text-decoration: none; }
.skipLinks 					{ display: none; }

/* subglobalNav styles */
.subglobalNav 				{ /* sub nav text colour */ color: #FFFFFF; /* don't touch after this point */ position: absolute; top: 115px; left: 0px; width: 98%; height: 26px; padding: 4px 0px 0px 18px; visibility: hidden; }
.subglobalNav a:link, .subglobalNav a:visited {
	color: #FEF200;
	font-size: 8pt;
	font-weight: bold;
}
.subglobalNav a:hover 		{ color: #FFFFFF; }

/* Layout Divs */
#pageTop 					{ position: absolute; top: 10px; left: 2%; right: 2%; width:95.6%; height: 100px; }
#page	 					{
	position: absolute;
	top: 130px;
	left: 2%;
	right: 2%;
	width:95.6%;
	height: 100%;
	background-color: #656565;
}

#siteHeader 				{ position: relative; width: 100%; height: 81px; margin: 0px; padding: 0px; }
#pageBody 					{ /* content bg */ background-color: #FFFFFF; /* don't touch after this point */ position: relative; width: 99.8%; height: 100%; padding: 0px; margin: 10px 0px 0px; }

#content 					{ padding: 0px; margin: 15px 15px 15px 15px; }
#content-sm 				{ padding: 0px; margin: 0px 10px 10px; }
#featurePro 				{ background-color: #FFFFFF; border-top: 10px solid #656565; }
.line						{ border-right: 1px solid #4574A1; height: 100%; }
.footer 					{ background-color: #FEF200; border-top: 10px solid #656565; width: 100%; height: 25px; }
