/*link behaviour styles start*/
	a
	{
	position: relative;
	z-index: 1;
	width: 500;
	}
	
	a:link
	{
		color: #000000;
		text-decoration: none;
		line-height: 140%;
	}
	
	a:visited
	{
		color: #000000;
		text-decoration: none;		
		line-height: 140%;
	}
	
	a:hover, a:active
	
	{
		padding: .1em 0;
		color: #fff;
		background: #175B7D;
		text-decoration: none;		
		line-height: 140%;
	}

/*link behaviour styles end*/

#nav 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	list-style-type: none;
	clear: both;
	float: left;
	width: 730px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
}

#nav a.first
{
	border-bottom: 1px solid
}
 
#nav span 
{
	display: none;
}

#nav a 
{
	display: block;
	padding: 2px 0.5em 2px 0.5em;
}

#nav li
{
	border-right: 1px solid;
	float: left;
}

#nav li.first a {
	padding-left: 0px;
}

#nav li.last 
{
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
}

#Left_column {
	position:absolute;
	width:430px;
	height:auto;
	z-index:2;
	left: 0px;
	margin: 0px;
	top: 57px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B0BFC2;
}

#Right_column {
	position:absolute;
	width:260px;
	height:auto;
	z-index:1;
	left: 458px;
	top: 58px;
	padding-top: 1px;
	padding-left: 45px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#Heading {
	position:absolute;
	width:719px;
	height:auto;
	z-index:2;
	top:140px;
	left:25px;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-right: 0px;
	padding-left: 0px;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #999999;
}

#Container {
	position:absolute;
	width:803px;
	height:1330px;
	z-index:1;
	margin-right: 0px;
	margin-left: -380px;
	margin-top: 0px;
	margin-bottom: 0px;
	left: 50%;
	top: -6px;
	background-color: #FFFFFF;
}

#Title {
	position:absolute;
	width:260px;
	height:30px;
	z-index:2;
	top: 5px;
	left: 0px;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-bottom-color: #9AA9B2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left:30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom:10px;
	padding-left: 0px;
}

#Main_menu {
	position:absolute;
	width:740px;
	height:30px;
	z-index:1;
	left: 25px;
	top: 8px;
	border-bottom-width: 3pt;
	border-bottom-style: solid;
	border-bottom-color: #9AA9B2;
	text-align: right;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom:8px;
	padding-left: 0px;
}

#Subsidiary_menu {
	position:absolute;
	width:725px;
	height:50px;
	z-index:2;
	left: -2px;
	top: 67px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom:25px;
	padding-left:25px;
}

#Main_page {
	position:absolute;
	width:739px;
	height:1120px;
	z-index:2;
	left: 15px;
	top: 156px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #B0BFC2;
	border-bottom-color: #B0BFC2;
	border-left-color: #B0BFC2;
	min-height: 600px;
	padding-top:10px;
	padding-left:10px;
	padding-right:-30px;
	margin-left:10px;
	padding-bottom: 0px;
}

#Sub_menu{
	position:absolute;
	width:725px;
	height:40px;
	z-index:2;
	left: 3px;
	top: 1100px;
	border-top-width:1px;
	border-top-style:none;
	padding-top: 35.5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

