/* Styles for HTML Elements */
html, body, form, #PrimaryContainerWrapper
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align: top;

	/*Default Text*/
	font-family: Georgia, "Times New Roman", Sans-Serif;
	font-size: 13px;
	font-weight: normal;
	color: Black;
	line-height: 22px;
	background-color: #eedfa8;
}

/*Locating the Primary Container*/
#PrimaryContainerWrapper
{
	/*Size*/
	width: 1070px;
	
	/*Setting up height 100%*/
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
	/*Center the content*/
	margin: 0 auto -61px; /* the bottom margin is the negative value of the footer's height */
	
	/*Alignment*/
	text-align: left;
	vertical-align: top;
	
	/*Coloring*/
	background-image: url('/Images/Common/CenteredBG.jpg');
	
	color: Black;
}

#PrimaryContainer
{
	padding-left: 23px;
	padding-right: 23px;
}

#FooterSection, #PushRow 
{
	height: 61px;
}

#FooterSection
{
	width: 1070px;
	margin: 0 auto;
	height: 61px;
	font-family: Tahoma;
	background-image: url('/Images/Common/Footer.jpg');
	background-repeat: no-repeat;
}

#FooterMargin
{
	height: 32px;
	padding-top: 29px;
}

#FooterBG
{
	background-color: #EEDFA8;
	height: 32px;
	text-align: center;
}

img
{
	border: none;
}

/*Extra spacing issues in IE*/
object, embed, img { display: block; }

.navnew
{
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	FONT-SIZE: 8pt;
	COLOR: #152b79;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: uppercase;
}

.navnew:hover
{
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	FONT-SIZE: 8pt;
	COLOR: #e00026;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: uppercase;
}

.menu
{
	FONT-FAMILY: tahoma;
	FONT-SIZE: 9pt;
	COLOR: #ffffff;
    text-decoration: none
}

.menu:hover
{
	FONT-FAMILY: tahoma;
	FONT-SIZE: 9pt;
	COLOR: #cc3333;
    text-decoration: none
}

.gentext
{
	font-size : 13px;
	line-height : 22px;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-weight : normal;
	color : #000000;
}

.genlarge
{
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	FONT-SIZE: 14pt;
	COLOR: #152b79
}

.genlargegrey
{
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	FONT-SIZE: 14pt;
	COLOR: #333333
}


.KeyHeader
{
	width: 177px;
	padding-left: 5px;
	color: Black;
	font-weight: bold;
	line-height: 20px;
}
.gensmall
{
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	FONT-SIZE: 9pt;
	COLOR: #636466
}



.itemrow
{
	BACKGROUND-COLOR: #F1F1F1
}

.fooltxt
{
	FONT-FAMILY: tahoma;
	FONT-SIZE: 9pt;
	COLOR: #cc0000
}

.NavBG
{
	background-image: url('/Images/Common/SubNavBackground.jpg'); 
}

a, .NoLink
{
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	FONT-SIZE: 10pt;
	COLOR: #152b79;
	text-decoration: none
}

a:hover
{
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	FONT-SIZE: 10pt;
	COLOR: #152b79;
	text-decoration: underline
}

.contact
{
	FONT-FAMILY: tahoma;
	FONT-SIZE: 9pt;
	COLOR: #FF7E28;
    text-decoration: none
}

.contact:hover
{
	FONT-FAMILY: tahoma;
	FONT-SIZE: 9pt;
	COLOR: #cc0000;
    text-decoration: none
}


.link
{
	FONT-FAMILY: tahoma;
	FONT-SIZE: 9pt;
	COLOR: #636466;
    text-decoration: none
}

.link:hover
{
	FONT-FAMILY: tahoma;
	FONT-SIZE: 8pt;
	COLOR: #636466;
    text-decoration: underline
}

.header
{
	FONT-FAMILY: tahoma;
	FONT-SIZE: 10pt;
	COLOR: #636466
}



/*Stylesheet for pages containing Videos*/
.VImage:hover
{
	cursor: pointer;
	text-decoration: underline;
}
