body {
	background-color: #000033;
	text-align: center;    /* this is used in conjunction with text-align:left on the wrap div to centre the div in IE5 */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0;
	position: absolute;
	background-image: url(images/idx_topflash.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0;
}



#wrap{
	width: 750px;
	margin: 30px auto 0px auto;
}



/* layout IDs ----------------------------------*/

#centrebox {
	width: 760px;
	margin-top: 30px;
	margin-left: -380px;
	left: 50%;
	position: absolute;
	background-color: #00FFCC;	
}

#test {
	width: 760px;
	border: 1px solid #6A7B8A;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: -380px;
	left: 50%;
	position: absolute;
	padding: 1px;
}


#banner {
	background-color: #000033;
	margin: 0px;
	padding: 0px;
	height: 70px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #66CCFF;
}


#mainbox {
	width: 100%;
	float: left;
}


#navigation {
	background-color: #003264;
	width: 150px;
	height: 100%;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #00356A;
	padding-top: 20px;
	float: left;
	padding-bottom: 20px;
}


#content {
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 15px;
}


#breadcrumb {
	background-color: #CCCC99;
	float: right;
	width: 593px;
	border-top: 1px solid #999900;
	border-right: 0px solid #999900;
	border-bottom: 1px solid #999900;
	border-left: 1px solid #999900;
	padding-left: 10px;
}





/* text styles ---------------------------------- */

p {
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
}


a:link{
	color: #0000FF;
	text-decoration: none;
}
a:visited{
	color: #0000FF;
	text-decoration: none;
}
a:hover{
	color: #FF3300;
	text-decoration: none;	
}
a:active{
	color: #FF3300;
	text-decoration: none;
}


ol {
	font-size: 14px;
	line-height: 20px;
}


ul {
	font-size: 14px;
	line-height: 20px;
	list-style-type: disc;
}


li {
	padding-bottom: 10px;
}



.breadcrumbtxt {
	font-size: 9px;
	color: #00FFFF;
}

.breadcrumbtxt a:link{
    color: #FFFFFF;
	text-decoration: none;
}
.breadcrumbtxt a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.breadcrumbtxt a:hover{
	color: #00FFFF;
	text-decoration: none;
}
.breadcrumbtxt a:active{
	color: #00FFFF;
    text-decoration: none;
}


.pagehead {
	font-size: 20px;
	font-weight: bold;
	color: #E8BB60;
}


.subhead {
	font-size: 16px;
	color: #E8BB60;
	font-weight: bold;
}


.subhead_lite {
	font-size: 16px;
	color: #E8BB60;
}



.submenu {
	font-size: 14px;
	color: #00FFFF;
}

.submenu a:link{
    color: #00FFFF;
	text-decoration: none;
}
.submenu a:visited{
	color: #00FFFF;
	text-decoration: none;
}
.submenu a:hover{
	color: #FFAD33;
	text-decoration: none;
}
.submenu a:active{
	color: #FFAD33;
    text-decoration: none;
}


.quote {
	font-size: 14px;
	color: #FFCC00;
}


.pagenumber {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.pagenumber a:link{
	color: #00FFFF;
	text-decoration: none;
	font-weight: normal;
}
.pagenumber a:visited{
	color: #00FFFF;
	text-decoration: none;
	font-weight: normal;
}
.pagenumber a:hover{
	color: #F0A636;
	text-decoration: none;
	font-weight: normal;
}
.pagenumber a:active{
	color: #F0A636;
	text-decoration: none;
	font-weight: normal;
}



/* table properties ---------------------*/

.tablehead_bg {
	background-color: #0066FF;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}


.tablerow_odd {
	background-color: #3399FF;
	font-size: 14px;
	line-height: 16px;
	color: #003366;
}


.tablerow_odd p {
	background-color: #3399FF;
	font-size: 14px;
	line-height: 16px;
	color: #003366;
}


.tablerow_even {
	background-color: #6CB6FF;
	font-size: 14px;
	line-height: 16px;
	color: #003366;
}


.tablerow_even p {
	background-color: #6CB6FF;
	font-size: 14px;
	line-height: 16px;
	color: #003366;
}


.table_plain {
	font-size: 14px;
	color: #FFFFFF;
}



.tabletxt_bold {
	font-weight: bold;
}




/* image properties ------------------- */

.idx_logo {
	margin-bottom: 20px;
}



.idx_subhead {
	margin-bottom: 10px;
}



.banner_logo {
	float: left;
	padding-left: 14px;
}


.banner_flash {
	float: right;
}


.leftnavigation {
	float: left;
	margin-bottom: 25px;
	margin-left: 10px;
	clear: left;
}


.icon {
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 5px;
}


.get_acrobat {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.mainheads {
	margin-right: 3px;
}


.inline_pix {
	clear: left;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
