html,body  {
	;
	margin: 0px;
	padding: 0px;
	background-image: url(../layout-images/body_background2.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 100%;
	min-height:100%
}



a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #434490;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #434490;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;	
	font-size: 11px;
	color: #434490;
}

a:active {
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #434490;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #595950;
	line-height: 13px;
}

span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #595950;
	line-height: 13px;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #595950;
	line-height: 16px;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #595950;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/* specific divs */
div#TopBackground {
	background-image: url(../layout-images/topBody_background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 160px;
	width: 100%;
	background-color: #585c9c;
}

div#TopLogo {
	height: 130px;
	width: 240px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 16px;
}
div#TopSearchBOX {
	background-image: url(../layout-images/top_searchbox.gif);
	background-repeat: repeat-x;
	background-position: left top;
	overflow: hidden;
	position: absolute;
	height: 36px;
	width: 512px;
	left: 255px;
	top: 16px;
}

div#TopHeaderBackground {
	position: absolute;
	height: 94px;
	width: 510px;
	left: 256px;
	top: 52px;
	background-repeat: no-repeat;
	background-position: right top;
}

div#TopNAV {
	position: absolute;
	height: 31px;
	width: 763px;
	left: 0px;
	top: 146px;
	overflow: visible;
	visibility: visible;
	z-index: 5;
}

div#LeftNAVMain {
	position: absolute;
	height:100%;
	width: 159px;
	left: 0px;
	top: 177px;
	background-color:#4a52a1;
	
}

.LeftNAVmainBTNS {
	
	background-image: url(../layout-images/left_MainbtnBackround.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	min-heigth: 50px;
	left: 0px;
	
}

div#LeftNAVSecondary {
	width: 159px;
	height:100%;
	background-color:#7a82c3;
	background-image: url(../layout-images/left_SecondarybtnBackround.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.LeftNAVSecondaryBTNS {
	
	min-heigth: 50px;
	left: 0px;
	
}

div#RightRail {
	min-height: 300px;
	width: 180px;
	position: absolute;
	left: 767px;
	top: 16px;
}

div#ContentBOX {
	width: 585px;
	left: 170px;
	top: 190px;
	position: absolute;
	height:100%;
	padding: 0px;
	background-color: #FFFFFF;
	margin: 0px;
}
table#ContentBOX {

	width: 585px;
	left: 170px;
	top: 0px;
	position: absolute;
	height:100%;
	padding: 0px;
	background-color: #FFFFFF;
	margin: 0px;
}

