/* This is used to control the width of all the pages - much easier to control 
- the text-align: center; in the body
- the text-align: left; in the wrapper are crucial
*/
#wrapper {
	width: 955px;
	margin: 4px auto auto auto;
	border: 2px solid #888;
	text-align: left;
	background-color : #ffffff;
	-moz-border-radius: 6px;   
	}


#ie5fix		{
			height: 1px;
			voice-family: "\"}\"";
			voice-family: inherit;
			display: none;
			}
	

			
/* This is the table that's placed inside the wrapper. Present on all pages */			
.maintable {
	border: thin solid #708090;
	padding: 0px;
/* Values of px rather than auto may be needed for IE 5 horizontal bar bug */	
/* These are used to center the maintable. IE also needs the text-align: center; in the body tag  */
	margin-left: 0px;
    margin-right: 0px;
/* The border collapse has an important part in keeping the various borders of the maintable together with the left column and bottom row */
    border-collapse: collapse;
	width: 955px;   
/* may be needed to correct IE 5 bug */
	text-align:left;  
}

.maintable td {
	border: medium solid Black;
	padding: 0;
}



body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}



h1 {
	font-size : x-large;
}

h2 {
	font-size : x-large;
	color : #929442;
	font-weight : lighter;
	margin-left : 0.5em;
}

h3 {
	font-size : large;
	color : #5f1613;
	border-bottom-width : medium;
	border-bottom-style : solid;
	border-bottom-color : #5f1613;
	font-weight : lighter;
	padding-bottom : 8px;
	margin-left : 1em;
	margin-right : 1em;
}

h6 {
	font-size : 0.8em;
	color : #5f60a1;
	margin-left : 3em;
	margin-right : 2em;
	font-weight : lighter;
}

li {
	font-weight : lighter;
	font-size : 0.8em;
 	margin-top : 0px;
 	margin-bottom : 0px;
}

strong {
	font-weight : bolder;
	color : Black;
}



.top_row {

	padding: 0px;
	text-align : center;
	font-size : 1.15em;
	color : White;
}


.top_row td {
border: thin solid Black;
	padding: 0;
}

.bottom_row {
	text-align : center;
	font-size : medium;
	color : black;
}


.left_menu {
	font-size : 0.8em;
	text-align : left;
	text-indent : 0.1em;
	color : Black;
}