/*
stateColorBlue = "##033668";
stateColorBlueBG = "##6886a2";
stateColorBlueHover = ##96AAC2;
stateColorGold = "##d5a00f";
*/
* 
{
	font-family: Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	font-size:12px;
}

body
{
	background-color:#6886a2;
	padding:1px;
	background-position: center; 
	background-repeat:repeat-y;
}
.headerContainer
{
	background-image:url('/resources/images/headerContainer.gif');
	background-position: top; 
	background-repeat:repeat-x;
	background-color:#033668;
	padding-bottom: 5px
}
.headerBlueBar
{
	position:relative;
	padding-left: 3px;	
	font-weight: bold;
	font-size:18px;		
	color:#d5a00f;
	height:30px;
	line-height:30px;
	overflow:hidden;
}
.headerGoldBar
{ 
	padding-left: 5px;
	text-align:left;
	font-weight: bold;
	font-size:12px;			
	height:20px;
	line-height:20px;
	color:white;
	overflow:hidden;
}
.headerGoldBar a, .headerGoldBar a:visited
{ 
	text-decoration: none;
	line-height:12px;
	line-height:20px;
}

.footerFullSiteLink
{ 
	padding-left: 5px;
	text-align:left;
	font-weight: bold;
	font-size:10px;			
	color:white;
	margin-left:auto;
	margin-right:auto;
	width:100px;
	
}
a, a:visited, a:selected
{
	/*color:#829815;*/
	color:#033668;
	text-decoration:underline;
	line-height:20px;
	height:20px;
}
a:hover
{
	/*color:orange;*/
	color:#96AAC2;
}
#mainContentContainer
{
	/*
	min-height: 200px;
	height: auto !important;
	height: 200px;
	
	margin-bottom:20px
	*/
}
.clear
{
	clear:both;
}
.padding5
{
	padding: 5px;
}
.padding10
{
	padding: 10px;
}
.padding15
{
	padding: 15px;
}
.padding20
{
	padding: 20px;
}

.latestUpdatesItem
{
	color:#033668;
	font-weight: bold;
	font-size:12px;
	margin-left:0px;
	background-image:url("/resources/images/listItemBlock.gif");
	background-position:left top;
	background-repeat:no-repeat;
}
/
/* Custom bullet styles...----------------------------------------------------------------------------*/
.errorMsg
{
	margin:10px;
}
.errorMsg div.bulletItem
{
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	background-image:url('/resources/images/errorItemBullet.gif');
	background-position:top left;
	background-repeat:no-repeat;
	color:black;
	background-color:#d5a00f;
}
/* END OF Custom bullet styles...----------------------------------------------------------------------------*/
.siteFooter
{
	text-align:center;
	height:20px;
	line-height:20px;
	font-weight: bold;
	background-color:#033668;
	color:#d5a00f;	
}
.siteFooter a
{
	line-height: 20px;
}
.contentBold
{
	font-weight: bold;
	margin-bottom:10px;
}
.contentRegular
{
	padding-left: 20px;
}

/*--------------------------------InfoPageHeaderStyoles-------------------------------------------------------*/
.infoPageHeader
{
	margin-top: 0px;
}
.infoPageHeader div
{
	font-size: 14px;
	color: white;
	font-weight:bold;
	text-align:center;
}
.listHeader
{
	text-align:left; 
	color:white; 
	font-size:14px;
	font-weight:bold;
	background-color:#033668;
	border:2px solid silver;
	margin:5px;
	margin-top:0px;
	margin-bottom:0px;
	padding:5px;
	padding-left:15px;
}

/*---------------------blackberry msg-----------------------------------------------------------------------------------*/
.blackBerryMsg
{
	background-color:white; 
	border:3px solid black; 
	padding:10px; 
	margin:10px;
}
.bullets div, .bullets span
{
	font-size: 11px;
}
.bullets span.off
{
	color: firebrick;	
	font-weight: bold;				
}
.bullets span.on
{
	color: navy;
	font-weight: bold;
}
.continueContainer
{
	padding: 10px;
	text-align: center;
}
.continueContainer a
{
	font-size: 14px;
}