

body {
background-color: #FFFFFF;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#000000;
padding:0px;
margin:0px;
}
a {
color: #0099FF;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	color: ##0099FF;
}
a:hover {
	text-decoration: underline;
	color: #FF3300;
}
a:active {
	text-decoration: none;
	color: #FFFF00;
}



h1 {
	font-size: 10px;
	background-color: #000000;
	border-top:1px solid #564b47;
	border-bottom:1px solid #564b47;
	padding:5px 10px;
	margin:0px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
}
h2 {
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	
	}

img.download {vertical-align:middle;}

/* ----------container to center the layout---------- */
#container {
width: 800px;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
} 

/* ----------banner for logo-------------- */
#banner {
text-align: left;

padding: 0px;
margin: 0px; 
border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #000000;}

#verytop {

background-color: #000000;
padding: 0px;
margin: 0px; }

#header {

padding: 0px;
margin: 0px; 
height:285px;
border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #000000;
}

#headerin {

padding: 0px;
margin: 0px; 
border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #000000;
}


#banner img {padding:10px 0px;} 

/* ----------outer and inner----------------- */
#outer{ 
border-left: solid 200px #ffffff;  /* color of the left column  */ 
background-color: #ffffff; /* color of the content column */
 } 

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

/* --------------left navi------------- */
#left {
 width:200px; 
 float:left; 
 position:relative; 
 margin-left:-200px; 
 margin-right:1px;
 }

/* -----------------content--------------------- */
#content{ 
position: relative;
padding: 10px 0px 10px 10px;
margin: 0px; }

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

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

/*  ----------------footer---------------------- */ 
#footer {
clear:left;
padding:50px 0px 50px 0px;
margin:0px;
text-align: center; 
height:50px;
} 


p.dotted {border-style: dotted;
	border-width: thin;
	border-color: #99CCFF;
	}

p.alert {border-style: dotted;
	border-width: thin;
	border-color: orange;
	margin:10px 10px 10px 10px;
	}


INPUT, SELECT, TEXTAREA {
background-color: #CECCCD;
color: black;
font-family: arial, helvetica;
font-size: 12px;
border: double 1px #9999FF;
padding: 1;
}


