
a.link {color: blue; text-decoration: none; } 
a.visited {color: green; text-decoration: none; }
a.active {color: red; }
a.hover {color: red; text-decoration: underline; }

body {
   font-family: arial, 'trebuchet ms', 'helvetica', sans-serif;
   background-color: #eeeeee;
   color: #006;
   font-size: 14px;
   font-weight: normal;
}

table {
   border-style: solid;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-color: #004400 #004400 #004400 #004400;
   padding: 2px;
}

th {
   border-style: solid;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-color: #004400 #004400 #004400 #004400;
   padding: 4px;
   font-weight: normal;
}

td {
   border-style: solid;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-color: #004400 #004400 #004400 #004400;
   padding-left: 4px;
   padding-right: 4px;
   padding-top: 2px;
   padding-bottom: 2px;
}


/* start main table css wrapper */


#wrapper {
		width:880px;
		margin:1px auto;
		border:4px solid #bbb;
		padding:10px;
		background-color: #E0ECF8;
	}

	#header {
		border:0px solid #bbb;
		height:135px;
		padding:10px;
		text-align:center;
		font-size:16pt;
		font-weight:bold;
		font-style:italic;
		text-align:center;
		color:#000077;
	}

	#content {
		margin-top:10px;
	
	}

	#content div {
		padding:10px;
		border:0px solid #bbb;
		float:left;
	}
	 /* #content-left { width:0px; } */

	#content-main {
		margin-left:10px;
		width:500px;
	}

	#content-right {
		margin-left:10px;
		width:300px;
	}

	#footer {
		float:left;
		margin-top:10px;
		margin-bottom:10px;
		padding:10px;
		border:0px solid #bbb;
		width:878px;
		font-size:14pt;
		font-weight:normal;
		font-style:italic;
		text-align:center;
	}

	#bottom {
		clear:both;
		text-align:right;
	}
































