/* CSS Document */


body {
background-color: #072507;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
padding:0px;
margin:0px;
height:auto ;
min-height: 200px;
}



h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

img.download {vertical-align:middle;}




/* ----------container to center the layout-------- */
#container {
width: 900px;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
height: auto;
min-height: 400px;



} 

/* ----------navigation-------------

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute; /* Menu position that can be changed at will 
top: 0;
left: 0;
}

#menu {
width: 15em;
}
#menu dt {
cursor: pointer;
margin: 2px 4px;;
height: 20px;
line-height: 20px;
text-align: left;
font-weight: bold ;
border: none; 
color:#FFFFFF;
font-size:12px;
}
#menu dd {
border: none;
}
#menu li {
text-align: left;
margin: 0px 20px;
}
#menu li a, #menu dt a {
color: #ffffff;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
color:#FFFFFF

}

----*/

#links { margin-left: 40px; font-size:12px; margin-top: 10px; }

#links a {
color: #000000;
text-decoration:none;
font-size:12px;
}

#content a {color: #003300; text-decoration: none; font-weight:bold;}


table.sample {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: white white white white;
	border-collapse: separate;
	background-color: rgb(204, 204, 204);
}
table.sample th {
	border-width: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	background-color: ;
	-moz-border-radius: 3px 3px 3px 3px;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: outset outset outset outset;
	border-color: #FFFFFF;
	background-color:  ;
	-moz-border-radius: ;
}








/* ----------outer and inner----------------- */

#outer{ 
 
background:left url(images/bg.jpg) repeat-y ;

 /* color of the left column  */ 

background-color: #ffffff;  /* color of the content column */
height: auto;
min-height: 200px;

} 

#inner{margin:0; width:100%; } /* The ie/pc pecularity */ 

/* --------------left and right navi------------- */
#left {
 width:197px;
 float:left; 
 position:relative;  
 margin-right:0px;
 }
 

 #right {
 width:100px; 
 float:right; 
 position:relative; 
 }






/* -----------------content--------------------- */ 
#content{
width: 503px;
color:#000000; 
margin-left: 210px;
height: auto;
min-height: 300px;

}

p {
padding: 5px 10px;
margin:0px; }

pre{
font-size: 12px;
padding: 5px 10px;
margin:0px;}


/*  ----------------footer---------------------- */ 
#footer {
clear:left;
width: 900px;
padding:0px;
margin:0px;
text-align: right;
 } 

.pictures {background-image:url(images/footer2.jpg);  }


#logos {clear:left;
padding:0px;
margin:0px;
text-align: right;
margin-top: -5px; }

