/**********************************************/
/* Colours									
/* #FF3333 - Orange														*/
/* #C8CF17 - yellow														*/
/**********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	padding-top:10px;
  }

a:link, a:visited, a:hover {
	color:#FFFFFF;
	text-decoration: none;
}

a:hover {
	color:#dcaecb;
	font-style:none;

}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 200%;
 color: #000000;
}

h2{
 font-size: 114%;
 color: #000000;
}

h3{
 font-size: 100%;
 color: #000000;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #000000;
}

h5{
 font-size: 100%;
 color: #000000;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

/***********************************************/
/* Test Styles                                 */
/***********************************************/
.twelvept {font-family: Tahoma, Arial, "Times New Roman"; font-size:12px;}
.tenpt_bold {font-family: Tahoma, Arial, "Times New Roman";font-size: 10px;font-weight: bold;}
.tenpt {font-family: Tahoma, Arial, "Times New Roman";font-size: 10px;}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

.siteinfo{
	height: 25px;
	clear: both;
	font-size: 100%;
	color: #FFFFFF;	
}

#navBar{	
	width:145px;
	float:left;
	padding: 0px;
/*	background-color: #C8CF17;  /* orange */
	border-top: 0px solid #FFFFFF	;	
	border-bottom: 0px solid #FFFFFF;	
}

#wrapper{
	background-color: #FF3333; /* orange */
  margin: 0px auto;
	width:780px;
	text-align: left;
	border:3px solid #FF3333;
	padding:0px;
	}

.footer{
	width:100%;
	height: 25px;
	font-size: 90%;
	color:#ffffff;
	font-weight:normal;
	font-style:normal;
	padding: 0px;
	vertical-align: middle;
	background-color: #FF3333;  /* orange */
}
/************** .feature styles ***************/

.main_table{
 width:100%;
 border:0px;
 background-color:#FFFF99;
 border-collapse:collapse;
 }

.td_back{
	padding: 0px;
/*	background-color:#FFFFCC; /* yellow! */
	background-color:#FFCC33; /* yellow! */
	vertical-align:top;
	width:100%;
}

.feature{
	padding: 10px 10px 10px 10px;
	font-size: 75%;
}

.feature a{
	color:#000000;
	text-decoration:none;
}

.feature a:visited{
	color:#000000;
	text-decoration:none;
}

.feature a:hover {
	color:#FF3333;
	text-decoration:none;
}


.feature h3{
	padding: 0px 0px 5px 0px;
	text-align: left;
}

.feature img{
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block; 	color: #ffffff; font-weight:bold}
#navBar ul {list-style: none; margin: 0; padding: 0; font-size: 90%}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #ffffff;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	background-color:#FF3333;	
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks img{
	padding: 0px 3px 0px 0px;
	vertical-align:middle
}

#sectionLinks a:link{
	text-decoration:none;
	padding: 1px 0px 1px 3px;
	border-top: 1px solid #ffffff;
	width: 100%;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #ffffff;
	padding: 1px 0px 1px 3px;
}

#sectionLinks a:hover{
	border-top: 1px solid #ffffff;
	background-color: #FF3333; /* orange */
	padding: 1px 0px 1px 3px;

}

#sectionLinks ul li a:hover{
	color:#FFFFFF;
	font-style:normal;
}


/*********** #imagelinks styles ***********/

#imagelinks {
    height: auto;
    width: 145px;
}

#imagelinks li {
    height: 30px;
    width: 145px;
    font-family: Arial, Helvetica, sans-serif;
		font-size: 80%;
    text-align: left;
		text-indent:10px;
    line-height: 200%;
    list-style-type: none;
    background-image:url(../images/button_back_orange.gif);
    background-repeat: no-repeat;
}

#imagelinks li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

#imagelinks li a:link a:visited {
		text-decoration:none;
		voice-family: "\"}\"";
		voice-family:inherit;
		width: auto;		
}

#imagelinks li a:visited {
		text-decoration:none;
		voice-family: "\"}\"";
		voice-family:inherit;
		width: auto;		
}

#imagelinks li a:hover {
    background-image: url(../images/button_back_orange_pressed.gif);
    color:#FFFF00;
    background-repeat: no-repeat;		
}

#imagelinks li a:active {
    background-image: url(../images/button_back_orange.gif);
    background-repeat: no-repeat;		
}
