/* CSS Document */
/* Global Styles */
body {
	font-size:100%;
	margin: 0;
	background-color: #FFFFFF;
	background-image: url(image/stripe.gif);
	background-repeat: repeat;
	}

h1,h2,h3,h4,h5,h6,p,ul,ol{
	margin-top:0;
	margin-bottom:0;
	padding-left:10px;
	line-height: 130%;
	}

h1{	
	font-size:28px;
	line-height:35px;
	font-weight:bold;
	color:#005E40;
	font-family: Arial, Helvetica, sans-serif;
	}
	
h2{
	font-size:large;
	line-height:150%;
	font-weight:bolder;
	color:#009900;
	font-family: Arial, Helvetica, sans-serif;
	}
	
h3{
	font-size:nomal;
	line-height:140%;
	font-weight:bolder;
	color:#006633;
	font-family: Arial, Helvetica, sans-serif;
	}

a {
	color: #3333FF;
	text-decoration:underline;
	line-height:140%;
	}
	
a:visited{
	color:#9933FF;
	line-height:140%;
	}
	
a:hover {
	color: #6699FF;
	
	}
	

/* ID Styles */

#topback{
	background:url(image/top_back.gif) no-repeat;
	background-color:#FFFFFF;
	width:800px;
	height:640px;
	padding-top:10px;
	padding-bottom: 10px;
	}

#space5{
	height:5px;
	}

#back{
	background:url(image/header.gif) no-repeat;
	width:800px;
	padding-top:10px;
	background-color:#FFFFFF;
	}	
	
#navigation table {
	width:800px;
	text-align: center;
	background-color:#FFFFFF;
	margin-top:10px;
	margin-bottom: 5px;
	}

#navigation a {
	color: #009900;
	text-decoration: none;
	line-height:25px;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	border-right-color: #009900;
	border-right-style:solid;
	border-right-width: 1px;
	}
	
#navigation a:hover {
	color:#ffffff;
	background-color: #00CC00;
	}

#whatsnew {
	background:url(image/whatsnew_back.gif) no-repeat;
	width: 290px;
	float:right;
	margin-top: 15px;
	text-align: center;
	margin-right: 5px;
	padding-top: 5px;
	}

#whatsnewscroll {
	width: 280px;
	height: 270px;
	border: 1px white solid;
	overflow: scroll;
	margin-bottom: 10px;
	text-align:left;
	font-size: small;
	}

#topmaincontents {
	width: 60%;
	float:left;
	margin-top: 15px;
	}
	
#contents {
	width:760px;
	margin-left: 20px;
	margin-right:20px;
	}
	
#title {
	width:770px;
	margin-left: 15px;
	margin-right:15px;
	}

#footer {
	font-size:small;
	color:#009900;
	text-align: center;
	width: 800px;
	float:left;
	}
	
#languagemenu {
	font-size:small;
	color:#009900;
	width: 760px;
	text-align: right;
	height: 100%;
	}


#toolcontents table{
	width: 750px;
	margin-left: 8px;
	}
	
#pictmenu {
	background-color:#FFFFFF;
	}
	
#white {
	background-color:#FFFFFF;
	height: 100%;
	}
	
#pictmenu table {
	width:100%;
	margin:0px;
	text-align: center;
	background-color:#FFFFFF;
	}

#pictmenu a {
	color: #009900;
	text-decoration: none;
	line-height:20px;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	border-right-color: #009900;
	border-right-style:solid;
	border-right-width: 1px;
	font-weight: normal;
	}
	
#pictmenu a:hover {
	color:#009900;
	background-color: #DAFFB5;
	}
	
#pictcontents{
	background-color: #DAFFB5;
	padding-top: 10px;
	padding-bottom: 10px;
	}



/* Class Styles */

.style1 {
	font-size: small;
	line-height: 150%;
	}
	
.style2 {
	font-weight:bold;
	color:#009900;
	}
	
.style3 {
	font-weight:normal;
	color:#005E40;
	font-size: medium;
	line-height: 120%;
	}
