html {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #1c2636;
}

Body
{
    width: 979px;
	font-size: 10pt;
	margin: 0 auto;
	background: url('Right_Line_repeat.png') repeat-y right top;
	background-color: #f3f3f3;
}

.SkinObject
{
	color: #000000;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	padding-left: 1px;
	padding-right: 1px;
}
A.SkinObject:link
{  font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	padding-left: 1px;
	padding-right: 1px;
	text-decoration: none;
	 color:#000000;
}
A.SkinObject:visited
{  font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	padding-left: 1px;
	padding-right: 1px;
	text-decoration: none;
	 color:#000000;
}
A.SkinObject:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	padding-left: 1px;
	padding-right: 1px;
	text-decoration: none;
	 color:#000000;
}
A.SkinObject:hover
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	padding-left: 1px;
	padding-right: 1px;
	color: #000000;
	text-decoration: underline;
}      
/*========================================================*/
/*  5. Text                                               */
/*========================================================*/

/*-- most of the text on site          --*/ .normal, .Normal { font-family:  Arial, Helvetica, sans-serif; font-size: 11px; color: #555; }
											.NormalTextBox{font-family:  Arial, Helvetica, sans-serif; font-size: 11px; color: #555;}
/*-- most of the bold text on site     --*/ .NormalBold { font-family:  Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #555; }
/*-- red text on site for errors       --*/ .NormalRed { color: #C50000; font-family:  Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11px; }
/*-- subheadings - mostly in admin     --*/ .SubHead { font-family:  Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #bd0031; padding: 0; }
/*-- headings - mostly in admin        --*/ .Head { font-size: 11px; color: #036EBC; background: transparent; font-weight: bold; padding: 0;}

/*========================================================*/
/*  6. Links                                          */
/*========================================================*/

/*-- default links visited and active  --*/ a:link, a:visited, a:active { color: #005dbe; font-family:  Arial, Helvetica, sans-serif; font-weight: normal; font-size: 11px; }
/*-- default links hover               --*/ a:hover { color: #005dbe; font-family:  Arial, Helvetica, sans-serif; font-size: 11px; }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #005dbe; font-family:  Arial, Helvetica, sans-serif; font-weight: normal; font-size: 11px; text-decoration: none; }
/*-- normal  links hover               --*/ a.Normal:hover { color: #444; font-family:  Arial, Helvetica, sans-serif; font-size: 11px;	text-decoration: none; }
/*-- admin button-link style           --*/ a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active { color: #0172C2; border: 0px solid #ABABAB; background:  transparent; padding: 0px 0px 0px 2px; font-family:  Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11px; text-decoration: none;}
/*-- admin button-link style hover     --*/ a.CommandButton:hover                                                 { color: #046FBD; border: 0px solid #868686; background:  transparent; padding: 0px 0px 0px 2px; font-family:  Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11px; text-decoration:  underline;}
/*head of Page*/
.ControlPanel, .PagingTable {width: 100%;height: 64px;background-color: #EDEDED;color: #FFF;BORDER-RIGHT: #003366 1px solid; BORDER-TOP: #003366 1px solid; BORDER-LEFT: #003366 1px solid; BORDER-BOTTOM: #003366 1px solid; }
.StandardButton{padding-right: 5px;padding-left: 5px;font-weight: normal;font-size: 11px;background: #0172C2;color: #FFF;font-family: Verdana, sans-serif; cursor:hand;}

hr {
}

h1 {	
}

p {	
}

div#Address {
	background: url('Header.png') no-repeat center top;
	background-color: black;
	height: 82px;
}
div#Address address {
	float: right;
	text-align: center;
	color: white;
	font: normal 8pt Arial;
	line-height: 180%;
	letter-spacing: 1px;
	padding: 20px 50px 0 0;
}
div#Address address span.Label {color: #ffcf4c; }

div#Logo {
}

div#MenuH {
	float: left;
	width: 617px;
	height: 52px;
	background: url('Main_Menu.png') no-repeat left top;
	padding: 40px 0 0 45px;
}

div#SecondMenu {
	float: left;
	width: 287px;
	height: 52px;
	background: url('Second_Menu.png') no-repeat left top;
	position: relative;
	padding: 40px 0 0 30px;	
}


div#SecondMenu ul {margin: 0; padding: 0;}
div#SecondMenu ul li {float: left; list-style: none;}
div#SecondMenu a,
a.Login { display: block; color: black; font: bold 9pt Arial; padding: 0 15px;}
a.Login {float: left;}


div#ContentPaneLeft {
	float: left;
	width: 20%;
	margin-left: 10px;	
	margin-left /*not for ie6*/: 20px;
}

div#ContentPane {
	float: left;
	width: 54%;
}

div#ContentPaneRight {
	float: left;
	width: 20%;
}

div#Footer {
	clear: both;
	width: 979px;
	height: 37px;
	background: url('Footer.png') no-repeat;
}

.SkinObject,
a.SkinObject,
a.SkinObject:link,
a.SkinObject:focus,
a.SkinObject:visited,
a.SkinObject:hover,
div#Footer {

}
a.SkinObject:hover {
}


/* ==========================
    CSS STYLES FOR HouseMenuH
   ==========================
*/
/*------------------------------------------------------------*/
ul#houseMenuH {margin: 0; padding:0; list-style:none;
	font-family: Arial, Serif, Helvetica;
	color: black;
}

ul#houseMenuH li {float: left; position: relative; list-style:none;
}

ul#houseMenuH li a {display: block; text-decoration: none;
	padding: 0 17px;
	width: auto;	/*Root level size*/
	color: white;
	font-size: 9pt;
	font-weight: bold;
}

ul#houseMenuH a:hover {
	text-decoration: underline;
}

/*second level*/

ul#houseMenuH li ul{ position: absolute; left: -9999px; display: block; margin: 0; padding: 0; list-style: none;
	top: 1.0em;
	border: 1px solid #000983;
}

ul#houseMenuH li li a {
	padding: 5px;
	width: 10em; /*second level size*/
	background-color: #0066C4;
}



/*third level*/
ul#houseMenuH li li ul{ position: absolute; left: -9999px; top: 0em; display: block; padding: 0; list-style: none;
	margin-left: 10em; /*like second level size*/
}

ul#houseMenuH li li li a {
	width: 15em; /*third level size*/
}

.ArrowPointer {
	cursor: default;
}

/*------------------------------------------------------------*/

#houseMenuH li:hover ul ul, 
#houseMenuH li:hover ul ul ul, 
#houseMenuH li.sfhover ul ul, 
#houseMenuH li.sfhover ul ul ul {left: -9999px;}

#houseMenuH li:hover ul, 
#houseMenuH li li:hover ul, 
#houseMenuH li li li:hover ul, 
#houseMenuH li.sfhover ul, 
#houseMenuH li li.sfhover ul,
#houseMenuH li li li.sfhover ul { /* lists nested under hovered list items */	left: auto;	z-index: 99999;}

#houseMenuH iframe {position: absolute;left: 0;top: 0;z-index: 0;filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);display: block;}
/*------------------------------------------------------------*/

ul#houseMenuH a#houseMenuHCurrentLink {
	text-decoration: underline;
}

