<!-- navigation bar style -->

.nav
	{
	background-repeat: no-repeat;
 	background-color: #BBCCCC;
	border: 2px solid #BBCCCC;
 	width: 180px;
	height: 465px;
	cellspacing: 0px;
	font-color: black;
	font-family:  sans-serif;
	font-weight:600;
}

<!-- content box style -->


.content
	{
	background-repeat: no-repeat;
 	background-color: #EEEEEE;
	border: 2px solid #FFFFFF;
	width: 650px;
	height: 465px;
	cellpadding: 0px;
	cellspacing: 0px;
	overflow: scrolling;
}

<!-- footer bar style -->

.footer
	{
	background-repeat: no-repeat;
	width: 650px;
	height: 30;
	cellspacing: 0px;
	font-color: black;
	font-family:  sans-serif;
	font-weight:600;
}

a
	{
	font-family: trebuchet ms, arial, tahoma, times new roman;
	font-size: 18px;
	
	color: #003399;
	
}


a:link	
	{
	text-decoration: none; color: #003399;}
a:visited 
	{text-decoration: none; color: #003399;}
a:active 
	{text-decoration: none; color: #003399;}
a:hover 
	{text-decoration: none; color: #00BB99;}

.a1
	{
	font-family: trebuchet ms, arial, tahoma, times new roman;
	font-size: 13px;
	
	color: #003399;
	
}


a:link	
	{
	text-decoration: none; color: #003399;}
a:visited 
	{text-decoration: none; color: #003399;}
a:active 
	{text-decoration: none; color: #003399;}
a:hover 
	{text-decoration: none; color: #00BB99;}


p
	{
	font-family: trebuchet ms, tahoma, arial, times new roman;
	font-size: 24px;
	margin: 20px 20px 20px 20px;
	color: #003399;
	
}

.p1
	{
	font-family: trebuchet ms, tahoma, arial, times new roman;
	font-size: 15px;
	margin: 20px 20px 20px 20px;
	color: #003399;
	
}

.p2
	{
	font-family: trebuchet ms, arial, tahoma, times new roman;
	font-size: 15px;
	margin: 20px 20px 20px 20px;
	color: #007799;
	
}

.p3
	{
	font-family: trebuchet ms, arial, tahoma, times new roman;
	font-size: 13px;
	margin: 20px 20px 20px 20px;
	color: #003399;
	
}


h1
	{
	font-family: arial, tahoma, times new roman;
	font-size: 22px;
	margin: 10px 20px 20px 20px;
	color: #003399;
	

li	
	{
	margin: 10px;
	color: #003399;
}


ul
	{
	font-family: arial, tahoma, times new roman;
	font-size: 14px;
	margin: 15px;
	color: #003399;
	
}


ol
	{
	font-family: arial, tahoma, times new roman;
	font-size: 14px;
	margin: 20px;
	color: #003399;
	
}





