body 
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		background: #FFFFFF;
	}
p
	{
		margin-top: 5px;
		margin-bottom: 5px;
	}
#subtitle
	{
		font-size: 16px;
		font-weight: bold;
		color: #AF8516;
		text-align: right;
		padding: 10px;
		background-color: #FFFFFF;
	}
#title
	{
		color: #AF8516;
		background-color: #FFFFFF;
		text-align: left;
		font-size: 24px;
		font-weight: bold;
		padding: 10px;
	}
#navbg
	{
		background: url(images/navbg.gif) left no-repeat;
		height: 18px;
		overflow: hidden;
		
	}
#nav
	{
		background-color: #EFD180;
}
#design
	{
		background:url(images/designbg.gif);
		height: 18px;
		overflow: hidden;
		margin-bottom: 2px;
		margin-top: 2px;
	}
.sidecols
	{
		vertical-align: top;
		padding 5px;
		background-color: #f7f7f7;
	}
.maincol
	{
		vertical-align: top;
	}
.heading
	{
/* GENERAL HEADING FOR ALL THE COLS */	
		font-weight: bold;
		font-size: 14px;
	}
.headingspl
	{
/* SPECIAL HEADING FOR THE SIDE COLS (if needed)*/	
		font-weight: bold;
		font-size: 14px;
		color: #41587a;
		background-color: #eeeeee;
		padding: 5px;
	}	
.headingspl2
	{
/* SPECIAL HEADING FOR THE SIDE COLS (if needed)*/	
		font-weight: bold;
		font-size: 14px;
		color: #AF9649;
		padding: 5px;
	}	
.coltext
	{
		padding: 5px;
	}
.nav
	{
		text-align: center;
		padding: 1px;
		padding-left: 15px;
		padding-right: 15px;
	}	
#footer
	{
		font-size: 11px;
		color: #000000;
		background-color: #F8E9C0;
	}
/* ----------- LINK CSS  -------------------*/	
a
	{
		text-decoration: none;
		font-weight:bold;
		color: #000000;
	}
a:visited
	{
		text-decoration: none;
		font-weight:bold;
		color: #0000FF;
	}	
.nav a
	{
		color: #FFFFFF;
		text-decoration:none;
	}	
.nav a:visited
	{
		color: #FFFFFF;
		text-decoration:none;
	}		
#footer a
	{
		text-decoration:none;
	}	
#footer a:visited
	{
		text-decoration:none;
	}		