/* CSS Document */

body {
	background-color: #F3F3F3;
	background-image: url(images/bg_tile.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 12px;
	line-height: 14px;
	margin-top: 0px;
	
}


/* layout IDs ----------------------------------*/


#mainbox {
	width: 760px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: -380px;
	left: 50%;
	position: absolute;
	border-right: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	border-left: 1px solid #DADADA;
	padding-bottom: 30px;
	background-image: url(images/bg_mainbox.gif);
	background-repeat: repeat-y;
}


#banner {
	height: 102px;
	width: 760px;
	
}


#navigation {
	display: inline;  //Added by Andrew for IE6 bug
	float: left;
	width: 153px;
	background-color: #CCEBFF;
	margin-right: 2px;
	margin-left: 5px;
	height: 100%;
	voice-family: "\"}\"";
	voice-family:inherit;
	padding-top: 30px;
	padding-bottom: 30px;
	
}
div{}


#contentholder {
	float: right;
	width: 600px;
	
}

#breadcrumb {
	float: left;
	width: 585px;
	background-color: #CBF2BD;
	border-bottom: 1px solid #33CC00;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}


#textcontent {
    width: 560px;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 15px;
	margin-bottom: 0px;
}





















/* layout classes  ---------------------------------- */

.helpyoubox {
	color: #009900;
	background-color: #E9FAE2;
	padding: 10px;
	width: 500px;
	margin-left: 20px;
	border: 1px solid #33CC00;
	margin-bottom: 30px;
}








/* text styles ------------------------------------ */


h1 {
	font-size: 22px;
	color: #3399FF;
	font-weight: normal;
	line-height: 24px;
}


h2 {
	font-size: 18px;
	color: #3399FF;
	font-weight: normal;
}



a:link{
	color: #3399FF;
	text-decoration: none;
}
a:visited {
	color: #3399FF;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;	
}
a:active {
	color: #FF6600;
	text-decoration: none;
}



ul {
	font-size: 12px;
	line-height: 20px;
	list-style-type: disc;
}


li {
	line-height: 20px;
	margin: 0px 0px 5px -5px;
}



.breadcrumbtxt {
	font-size: 9px;
	color: #009933;
}
.breadcrumbtxt a:link{
    color: #009933;
	text-decoration: none;
}
.breadcrumbtxt a:visited{
	color: #009933;
	text-decoration: none;
}

.breadcrumbtxt a:hover{
	color: #006600;
	text-decoration: none;
}

.breadcrumbtxt a:active{
	color: #006600;
    text-decoration: none;
}



.nav_menu {
	display: inline;  //Added by Andrew for IE6 bug
	font-size: 11px;
	color: #0099FF;
	float: left;
	
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
	clear: left;
	width: 120px;
}

.nav_menu a:link{
    color: #0099FF;
	text-decoration: none;
}
.nav_menu a:visited{
	color: #0099FF;
	text-decoration: none;
}

.nav_menu a:hover{
	color: #003366;
	text-decoration: none;
}

.nav_menu a:active{
	color: #003366;
    text-decoration: none;
}


.helpyouheading {
	font-size: 14px;
	color: #009900;
	font-weight: bold;
}






/* table styles ----------------------------------*/


table {
	margin-left: 15px;
}

.table_top {
	background-color: #A7C5E9;
	font-size: 14px;
	font-weight: bold;
	color: #0066CC;
}


.tablerow_odd {
	background-color: #EAEAEA;
	font-size: 12px;
	line-height: 14px;
	color: #0066CC;
}


.tablerow_even {
	background-color: #E2E2E2;
	font-size: 12px;
	line-height: 14px;
	color: #0066CC;
}


/* graphic styles -----------------------------------*/
	
	



.linkarrow {
	margin-right: 5px;
}





/* idx styles here -----------------------------------------------------*/

