/* ***** ***** COMMON ***** ***** */
html, body {
	width: 100%;
	height: 100%;
}



.dragme{position:relative;}


body {
	margin: 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;	
	color: #000000;
}

.container {
	/*width:90%;*/
	min-width: 1000px;
	+width:1000px;
	_width:1000px;
}


table h2 {
	font-size:1.5em;
}

img {
	border: 0px;
}

.small {
	font-size: 9px;
}

.print {
	font-size: 11px;
}

.searchPath {
	color: #339933;
	font-style: italic;
}

.highlight {
	padding: 5px;
	padding-left:10px;
	/*border: 1px solid #FFC60A;*/
	background-color: transparent;
}


.highlight a:link {
	color:white;
}


.highlight a:visited {
	color:white;
}

.highlight a:hover {
	color:white;
}


/* ***** ***** FORM ***** ***** */

form {
	margin: 0px;
	padding: 0px;
}

input, select, textarea {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

/* ***** ***** MAIN LAYOUT ***** ***** */

table.container {
	border: 0px solid #000000;
}

/* HEADER */
td.banner {
	background-color:white;
	background-image: url(../images/hdas_header_bg.jpg);
	height:236px;
}


#header_image {
	background-image: url(../images/hdas_header_image.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height:236px;
	/*width:100%;*/
}



#header_logo{
	width:980px; /* 588 */
	height:236px;
	margin-top:0px;
	margin-left:0px;
	position:absolute;

}


/*not for ie 6.0*/
html>body #header_logo{
	background: url(../images/logo_and_bar.png) no-repeat;
}

/*for ie 6.0*/
* html #header_logo {
	width:588px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="../images/logo_and_bar.png");
	background:none;
}



td.navigation {
	background-color: #BEB98E;  /* Put it same as header color */
	vertical-align: bottom;
	padding-left: 0px;
	padding-right:0px;
	font-size: 18px;
	
}

div#nojs {
	color: #FF0000;
	text-align: center;
	border: 1px solid #FF0000;
}

/* ***** ***** CONTENT LAYOUT ***** ***** */

td.content {
	/*border-top: 6px solid #BEB98E;*/
}




td.middleColumn, td.middleColumnB {
	width: 100%;
	padding: 5px;
	padding-left:20px;
	padding-top:10px;
	vertical-align: top;
	font-size: 12px;
	background-color:white;
}


.middleColumn a, .middleColumn a:link, .middleColumn a:visited {
	color:blue;
}


td.middleColumn { vertical-align: top; }
td.middleColumnB { vertical-align: bottom; }

td.rightColumn, td.rightColumnB {
	width: 253px;
	border-left: 1px solid #c5c5c5;
	padding: 10px;
	vertical-align: top;
	background-color: white;		/* BACKGROUND COLOUR */
}

td.rightColumn { vertical-align: top; }


div#bc {
	padding-bottom: 5px;
	border-bottom: 1px dotted #999999;
	color: #999999;
	font-size: 9px;
}

p.rightTitle {
	margin: 0px;
	padding: 4px;
	background-color: #0c1967;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

div#ctcleftnav ul {
	padding: 0px;
	margin: 0px;
}

div#ctcleftnav ul li {
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 0px 12px;
}

div#ctcleftnav ul ul {
	padding: 0px;
	margin: 0px;
}

div#ctcleftnav ul ul ul {
	padding: 0px;
	margin: 0px;
}

div#ctcleftnav ul ul ul ul {
	padding: 0px;
	margin: 0px;
	list-style-type: disc;
}

div#ctcleftnav ul ul ul ul ul {
	padding: 0px;
	margin: 0px;
	list-style-type: circle;
}

/* ***** ***** FOOTER LAYOUT ***** ***** */

td.jsFooter {
	height: 40px;
	background-image: url('../images/bottom_blue_bg.jpg');
	background-image: no-repeat;
}

td.footer {
	height: 56px;
	background-color: #9D7C49;
	color:white;
	/*text-align: center;*/
}

td.jsLeft {
	width: 553px;
	text-align: left;
	vertical-align: top;
}

td.jsRight {
	width: 217px;
	text-align: left;
	vertical-align: top;
	
}

/* ***** ***** LIST LAYOUT ***** ***** */

ul ul ul ul {
	list-style-type: disc;
}

ul ul ul ul ul {
	list-style-type: circle;
}

div#newslist li {
	padding-bottom: 5px;
}

div#newslist ul {
	padding-top: 5px;
}


.left_list {
	background-color:red;
	margin-left:-20px;
	margin-top:-10px;
}


.left_list ul {
	padding-top:10px;
}

.left_list ul li {
	line-height: 20px;
}

.left_list ul li a {
		text-decoration: none;
		font-weight:normal;
		font-size:1.2em;
		/*font-style: italic;*/
		color:white;
}

.left_list ul li a:hover {
		text-decoration: underline;
}


.home_left {
	background-color:black;
	color:white;
	margin-top:10px;
	padding:0px;
}

.home_left_box {
	padding:1px 10px 10px 10px;
	
}



.right_col_box {
	background-color:white;
	color:white;
	margin-top:10px;
	padding:0px;
	width:252px;
	height:100%;
	
}


.right_col_box_header {
	background-image: url('../images/table_header.jpg');	
	width:252px;
	height:31px;
	background-repeat: no-repeat;
}



.right_col_box_body {
	background-image: url('../images/table_body.jpg');	
	width:252px;
	min-height:100px;
	background-repeat: repeat-y;
}


/* For IE Min */
* html .right_col_box_body {
	height:100px;
}

.right_col_box_bottom {
	background-image: url('../images/table_bottom.jpg');	
	width:252px;
	height:11px;
	background-repeat: no-repeat;
}


.linkbox_list {
	padding:10px;
	line-height: 18px;
}

.linkbox_list a, .linkbox_list a:visited, .linkbox_list a:link {
	color:white;
}




.linkbox_list a:hover {
	color:white;
}


#true_content a {
	color:black;
}