/* DEFINING THE BODY OF THE MAIN PAGE */
body 
	{
	color : #F00; 
	font-family : Georgia, Times New Roman, Times, serif; 
	font-size : 16px; 
	font-weight : bold; 
	}
content {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
	
	
/* TEXT FORMATTING */

td.topnav {
  padding: 3px;
}
	
small
	{ 
	color : #666666; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 9px; 
	font-weight : normal;  
	}

h2
	{ 
	color : #000000; 
	font-family : Georgia, Times New Roman, Times, serif; 
	font-size : 14px; 
	font-weight : normal;  
	}

h3
	{ 
	color : #F00; 
	font-family : Georgia, Times New Roman, Times, serif; 
	font-size : 16px; 
	font-weight : bold;  
	}

.copy
	{
	color : #000000;
	font-family : Georgia, Times New Roman, Times, serif;
	font-size : 14px;
	font-weight : normal;
	line-height : 17px;
	text-align: left;
	}
	
.larry
	{
	color : #F00;
	font-family : Georgia, Times New Roman, Times, serif;
	font-size : 15px;
	font-weight : bold;
	line-height : 17px;
	text-align: left;
	}	
	
a.copy:link
	{ 
	color : #FF9901; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : bold; 
	text-decoration: none;
	}
	
a.copy:visited
	{ 
	color : #FF9901; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : bold; 
	text-decoration: none;
	}
	
a.copy:hover
	{ 
	color : #003399; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : bold; 
	text-decoration: underline;
	}
	
.formcopy
	{ 
	color : #000000; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	font-weight : normal;  
	}
	
.smallcopy
	{ 
	color : #000000; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 9px; 
	font-weight : normal;  
	}
	
.smallcopy:link
	{ 
	color :#003399; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 9px; 
	font-weight : normal; 
	text-decoration: none;
	}
	
.smallcopy:visited
	{ 
	color : #003399; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 9px; 
	font-weight : normal;  
	text-decoration: none;
	}
	
.bigcopy:hover
	{
	color : #FF0000;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 16px;
	font-weight : bold;
	}
	
.footer
	{ 
	color : #ffffff; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	word-spacing: -1px;
	font-weight : normal;  
	}
	
a.footer:link
	{ 
	color : #ff9600; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : normal; 
	word-spacing: -1px;
	text-decoration: none;
	}
	
a.footer:visited
	{ 
	color : #ffffff; 
	font-family : Arial, Verdana, Georgia, Helvetica, sans-serif; 
	font-size : 12px; 
	word-spacing: -1px;
	font-weight : normal;
	text-decoration: none; 
	}
	
a.footer:hover 
	{
	color : #FFF;
	text-decoration: underline;
	}	


/* FOR NAVIGATION */
#dropmenudiv{
	position: absolute;
	background-color: #f4c376;
	border: 1px solid #b2b1b1;
	border-bottom-width: 0;
	font: normal 12px arial;
	line-height: 18px;
	z-index: 100;
}

#dropmenudiv a{
width: 100%;
display: block;
margin-left:auto
text-indent: 5px;
border-bottom: 1px solid #003399;
padding: 1px 0;
text-decoration: none;
color: #794c06;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #CCC;
	color: #000000;
}
