body {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #336699;
}

.ahem { display: none; }

h1, h2, h3, h4, h5 { color: #000; }

a:link, a:visited { color: #069; }

/*-- SETUP THE MAIN TABLE */
table#main{
width:700;
border-top: blue 1px dashed;
border-right: blue 1px dashed;
border-left: blue 1px dashed;
border-bottom: blue 1px dashed;
background-color: #fff;
}

/*-- SETUP THE HEADER TABLE--*/
table#headtable{
height:74px;
width:424px;
border-top: #0099ff 1px dashed;
border-right: #0099ff 1px dashed;
border-left: #0099ff 1px dashed;
border-bottom: #0099ff 1px dashed;
background-color: #ebeffb;
}

/*-- SETUP THE FOOTER TABLE--*/
table#footertable{
height:74px;
width:100%;
border-top: #0099ff 1px dashed;
border-right: #0099ff 1px dashed;
border-left: #0099ff 1px dashed;
border-bottom: #0099ff 1px dashed;
background-color: #ebeffb;
}
	
/*-- THE PARAGRAPH IN THE CONTENT SECTION OF TABLE--*/	
td#content p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 80%; 
	color: #333;
	margin-top:4%;
	}
	
	
td#content hr.dashblue {
	border:dashed #036; 
	border-width:1px 0 0; 
	height:0;
	}	

td#content li {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 80%; 
	color: #333;
	}
	
td#content h1, td#content h2, td#content h3, td#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #036;
	margin: 0;
	padding-bottom: 0;
	}
	
td#content h1 { font-size: 110%; }
td#content h2 { font-size: 100%; }
td#content h3 { font-size: 90%; } 
td#content h3.subhead { padding-top: 15px; }
	
td#content table { margin-bottom: 5%; }	

td#content td { 
	padding: 3px; 
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif; 
	}

/*---------- VERTICAL MENU ----------*/	
div#verticalMenu { 
	color: white;
	border-top: #0099ff 1px dashed;
	border-right: #0099ff 1px dashed;
	border-left: #0099ff 1px dashed;
	border-bottom: #0099ff 1px dashed;
	}

div#verticalMenu p { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%; 
	margin:2px 0px 2px 2px; 
	padding: 0px;
	background: white;  
	border: 1px solid #BBBDD6;
	}

div#verticalMenu a {	
	display: block;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%; 	
	text-decoration: none; 
	margin:0px; 
	padding: 2px 3px 2px 3px;
	}
	
div#verticalMenu p.category { 
	padding: 2px 3px 2px 3px;
	/* background: #8282AF; */
	background: #63689e;
	color: #fff;
	font-weight: bold;
	font-family: Arial, sans-serif;
	border: 1px solid #63689e;
	}

div#verticalMenu a:link, div#verticalMenu a:visited { 
	color: #474774; 
	text-decoration: none;
	/* background: #E7E8FC;*/
	background: #ebeffb;
	}
		
div#verticalMenu a:hover { 
	color: #000;  
	background: #fff;
	}
/*---------- VERTICAL MENU ENDS----------*/

