HTML {
	height: 100%;
}

BODY {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#006633;
}

A:link {
	color: black;
	text-decoration: none;
}
A:visited {
	color: #087331;
	text-decoration: none;
}
A:hover {
	color: black;
	text-decoration: underline;
}

A IMG {
	border: none;
}

UL, OL {
	margin: 0px 0px 0px 23px;
	padding: 0px;
}

H1, H2, H3, H4 {
	margin: 0px;
	padding: 0px;
}

H1 {
	font-size: .8em;
	font-weight: bold;
	text-transform: uppercase;
	color:#006633;
}


FORM {
	margin: 0px;
	padding: 0px;
}

INPUT, SELECT, TEXTAREA {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color:#006633;
}


body, td {
	font-size: .8em;
}
/* other styles */



DIV.clear_div {
	line-height: 0px;
	font-size: 0px;
	clear: both;
}


DIV.big_div {
	text-align: center;
}
DIV.big_inner_div {
	width: 922px;
	margin: 0px auto;
	text-align: left;
	padding-top: 40px;
}


DIV.main_left_div {
	width: 169px;
	float: left;
}
DIV.main_centre_div {
	width: 753px;
	float: left;
}

DIV.main_left_inner_div {
	background-image: url(../images/back_01.gif);
	background-position: left top;
	background-repeat: repeat-y;
}


.main_left_div DIV.left_nav_div {
	padding: 0px 32px 0px 18px;
}

.main_left_div .left_nav_div UL {
	margin: 0px 0px 13px 0px;
	padding: 0px;
	list-style-type: none;
}

.main_left_div .left_nav_div LI {
	text-transform: uppercase;
	text-align: right;
	font-size: 13px;
/*	font-size: .8em;*/
	font-weight: bold;
/*	letter-spacing: .05em;*/
	line-height: 18px;
	letter-spacing: 1px;
	padding-top: 2px;
	padding-bottom: 4px;
	background-image: url(../images/back_02.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

.main_left_div .left_nav_div[class] LI {
	padding-top: 4px;
	line-height: 16px;
}
.main_left_div .left_nav_div LI A{
	display: block;
	padding-top: 12px;
	height: 16px;
}

.main_left_div .left_nav_div LI A:link {
	color: #00662C;
	text-decoration: none;
}
.main_left_div .left_nav_div LI A:visited {
	color: #00662C;
	text-decoration: none;
}
.main_left_div .left_nav_div LI A:hover {
	color: #00662C;
	text-decoration: none;
}

.main_left_div .left_nav_div LI.active A {
	color: #000000;
}

.main_left_div DIV.top_img_div {
	margin-bottom: -9px;
	position: relative;
	z-index: 1;
}

DIV.content_outer_div {
	height: 373px;
	background-image: url(../images/back_03.gif);
	background-position: left top;
	background-repeat: repeat-y;
}


/* scroll styles */

DIV#big_div {
	position:relative;
	height: 300px;
	width: 570px;
	overflow: hidden;
	right: -25px;
	top: 50px;
}

DIV#content_div {
	width: 550px;
	position: absolute;
	top: 0px;
	left: 0px;
}

DIV#scroll_div {
	position: absolute;
	z-index : 1;
	left: 0px;
	top: 0px;
	width: 9px;
	height: 8px;
	display: none;
}

DIV#scroll_content{
	position:absolute;
	z-index: 0;
	right:0px;
	height: 300px;
	width:9px;
	background-image:url(../images/scroll_bg.gif);
	background-position: left top;
	background-repeat: repeat-y;
	display: none;
}


DIV.head_div {
	margin-bottom: 15px;
}

DIV.top_img_div {
	position: relative;
}

DIV.flag_div {
	position: absolute;
	left: 26px;
	top: 40px;
}
