body {
background-color: #99CCCC;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color:#0008C6;
padding:0px;
margin:0px;
}
a {color: #FF0000;}
a:hover {color: #0000FF;}
a:active { color: #CCCCCC;}

h1 {
font-size: 11px;
text-transform:uppercase;
background-color: #000099;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding:5px 15px;
margin:0px }
h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

img.download {vertical-align:middle;}

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

/* ----------banner for logo-------------- */
#banner {
text-align: right;
background-color: #FFFFFF;
padding: 0px;
margin: 0px; }

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

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

#outer{ 
border-left: solid 160px #CCCC99; /* color of the left column  */ 
border-right: solid 50px #CCCC99; /* color of the right column  */ 
background-color: #ffffff;  /* color of the content column */
} 

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

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

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

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


/*  ----------------footer---------------------- */ 
#footer {
clear:left;
padding:0px;
margin:0px;
text-align: right; } .bodytext {
	list-style-type: disc;
}

.slideshow{ /*CSS for DIV containing each image*/
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

.slideshow img{ /*CSS for each image tag*/
border: 0;
width: 120px;
height: 120px;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 400px;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: 110%;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
background-color: yellow;
}
.table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0000FF;
	background-color: #99CCCC;
	border: thin solid #0000FF;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.style5 {
	color: #0008C6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style12 {
	color: #000000;
	font-size: 16px;
}
.style13 {
	font-size: 14px;
	font-weight: bold;
}
.tableform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #1852E7;
	border: thin solid #1852E7;
}
.style14 {
	color: #FFFFFF;
	font-weight: bold;
}

