/* CSS Document */

body {
	text-align: center;/* hack for ie5*/
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	color: #555555;
	font-family: Verdana;
	font-size: 10pt;
	background-image: url("../gfx/background2.gif");
	background-repeat: repeat-x;
}

img {
	border: 0px;
}
a:link {text-decoration: none; color: #429A3A;}
a:visited {text-decoration: none; color: #429A3A;}
a:hover {text-decoration: underline;}

#Wrapper {
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	width: 755px;
	text-align: left;
}

/* Logo On Top*/
#Top_logo {
	height: 100px;
}
#Top_logo img {
	margin-left: 20px;
	margin-top: 25px;
}


#Left_Table {
	width: 165px; 
	height: 400px;
	background-color: #DEEFCE;
	text-align: center;
	padding-top:10px;
}

#Left_Table a:link {
	color: #429A3A;
	margin: 5px 10px 0px 0px;
	display: block;
	font-weight: bolder;
}
#Left_Table a:visited  {
	color: #429A3A;
	margin: 5px 10px 0px 0px;
	display: block;
	font-weight: bold;
}


#Right_Table {

}

#Right_Table p{
	margin: 20px;
	font-size: 10pt;
	padding-left: 5px;
}
#Right_Table img{
	padding: 5px;
}
#Right_Table H4{
	margin: 20px 0px 0px 20px;
	color: #429A3A;
}
#Right_Table H3{
	margin: 20px 0px 0px 20px;
	color: #429A3A;
}
#Right_Table table{
	margin: 20px;
}
#Right_Table td{
	font-size: 10pt;
}
#Right_Table li{
	margin-left: 50px;
	font-size: 10pt;
	margin-top: 10px;
}
	
