/* Text font and size anywhere in the main content */
#contents p, #contents li
{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000;
	text-align:justify;
}

/* Heading tags */
h1
{  
	font-family: Times New Roman, Times, "serif"; 
	font-size: 24px; 
	font-style: italic; 
	font-weight: bold;
	color: #cc0000;
	text-align: left;
}

h2
{  
	font-family: Times New Roman, Times, "serif"; 
	font-size: 20px; 
	font-style: normal; 
	font-weight: bold;
	color: #cc0000;
	text-align: center;
	text-transform: uppercase;
	background: #d7e9f5; 
	border: 1px solid #004000;
	padding: 2px 2px 2px 2px;
}

h3
{  	
	font-family: Times New Roman, Times, "serif"; 
	font-size: 18px; 
	font-style: normal; 
	font-weight: bold; color: #004000; 
	text-transform: uppercase;
	text-align: center;
}

h4
{  	
	font-family: Times New Roman, Times, "serif"; 
	font-size: 18px; 
	font-style: normal; 
	font-weight: bold; 
	color: #003366;
}

h5
{  	
	font-family: Times New Roman, Times, "serif"; 
	font-size: 14px; 
	font-style: normal; 
	font-weight: bold; 
	color: #003366;
	margin-bottom: 0;
}


h6
{  	
	font-family: Verdana, Arial, Helvetica, "sans-serif"; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: bold; 
	color: #003366;
}


/* Navleft menu */
#navleft ul
{
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 4px;
	font-size: 11px;
}

#navleft ul li
{
	margin: 0;
}

#navleft ul a
{
	border-bottom: 1px solid #ffffff;
	text-decoration: none; 
	font-weight: bold;
	color: #004000;
	padding: 5px 1px 2px 0;
	margin: 0 0 0 0;
	display: block;
	height: 15px;
}

#navleft ul a:hover
{
	border-bottom: 1px solid #004000;
	border-right: 1px solid #004000;
	text-decoration: none;
	color: #c00000;
	padding: 5px 1px 2px 0 ;
	background-color: #ffffff;
	display: block;
	margin: 0 0 0 0;
	height: 15px;
}

#navleft ul ul
{
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 15px;
	font-size: 11px;
}


/* side column on right */
.boxright 
{
   width: 150px;
   border: 1px solid #99c;
   padding: 5px;
   margin: 10px 0px 10px 10px;
   float: right;
}

#contents .boxright p
{
   text-align: left;
}

.boxright img
{
	border: 1px solid #000;
	margin-bottom: 5px;
}

.boxright  a:hover img
{
	border: 1px solid #0000ff;
	margin-bottom: 5px;
}


/*end of side column on right*/


