#container {
	position: relative;
	width: 980px;
	margin: 0 auto;
	z-index: 0;
	background-image: url(../resources/images/wallpaper_watermark_980x1500.jpg);	
	border:1px solid #fff;
}

#maincontent{
	width: 980px;
	margin: 0;
	position: relative;
			
	
	}

#pageheader {
width:980px;

}


BODY {
	margin: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.75em;
	color: #00457C;
	font-weight: normal;
	background-color: #F7D6C7;	
}


/* Left navigation Assets */



#leftcolumn {
float:left;
z-index:-1;

}


.image_left

{
	margin: 10px;
	border:1px solid #fff;

}




#centrecontent {
	position: relative;
	width: 400px;

	float: left;
	z-index: -1;
	margin-right: 10px;

}



/* right navigation Assets */

#rightcolumn {
	position: relative;
	float: left;
	width: 240px;

	}
	
	
#centrecontentareapadding {
	padding: 10px;
	
	}

#copycontent {
	width: 630px;
	float: left;
	z-index: -1;
	margin-left: 10px;
	
}



.clear {
clear:both;
height:1px;

}


/* footer assets */

#footer {
position:relative;
width:980px;
background:#7F5584;
clear:both;
color:#FFF;
font-size:12px;
border-color:#FFF;
border-style:solid;
border-width:1px 0;
padding:5px 0;
}



#footerright {
	position: relative;
	
	padding-top: 5px;
	
	
	}
.footerlink, a.footerlink:visited {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.65em;
}

a.footerlink:hover {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.65em;
}

	
.pdf_container

{
	/*	width: 180px;*/	
	padding: 3px 3px 8px 24px;
	background-image: url(../resources/images/pdf.gif);
	background-repeat: no-repeat;
	position:relative;
	background-position: left top;
}	

.pdf_container2

{
	/*	width: 180px;*/	
	padding: 3px 3px 8px 24px;
	background-image: url(../resources/images/pdf.gif);
	background-repeat: no-repeat;
	position:relative;
	background-position: left top;
}	
IMG {
	border: 0;
}

P {
	margin: 0;
}

H1 {
	font-size: 12pt;
	color: #00457C;
	
}

H2 {
	font-size: 12pt;
	font-weight: normal;
	color: #7F5584;
	line-height: 18px;
	margin: 0;
	font-weight: bold;
}

H3 {
	font-size: 12pt;
	font-weight: bold;
	color: #00457C;
}

.rhsgrey

{
	font-family: Arial, Verdana, sans-serif;
	color: #666666;
	font-weight: normal;		
}
	

.addlink, a.addlink:visited {
	color: #00457C;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	
}

a.addlink:hover {
	color: #808285;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	
}

.greylink, a.greylink:visited {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	
}

a.greylink:hover {
	color: #808285;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	
}




/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;

}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
border:1px solid #fff;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	width:138px;
	height:30px;
	background:#7F5584;
	line-height:30px;
	text-align: center;
	font-weight: bold;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:136px;
w\idth:136px;
}


/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#40567B;

}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#c9ba65;
}
.menu ul ul :hover > a.drop {
background:#40567B;
	
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#fff;
	background:#40567B;

}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#40567B;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;

height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
	
}

#on

{
background:#40567B;
}