body 
	{
		font-family:"Trebuchet MS";
		font-size: 12px;
		background: #FFFFFF;
	}
p
	{
		margin-top: 5px;
		margin-bottom: 5px;
	}
#header
	{
		background: url(images/titlebg.gif) no-repeat;
		padding-top:20px;
	}
#subtitleimg
	{
		font-size: 16px;
		font-weight: bold;
		color: #404040;
		text-align: center;
		background-color: #FFFFFF;
	}
#title
	{
		color: #FFFFFF;
		text-align: center;
		font-size: 24px;
		height: 60px;
		font-weight: bold;
		vertical-align: middle;
	}
.sidecols
	{
		background-color: #f3f3f3;
		vertical-align: top;
		padding 5px;
	}
.maincol
	{
		vertical-align: top;
		padding 5px;
	}
.heading
	{
/* GENERAL HEADING FOR ALL THE COLS */	
		font-weight: bold;
		font-size: 14px;
		text-align: left;
	}
.coltext
	{
		text-align: left;
	}
.headingspl
	{
/* SPECIAL HEADING FOR THE SIDE COLS (if needed)*/	
		font-weight: bold;
		font-size: 14px;
	}	
.nav
	{
		text-align: center;
		padding-left: 15px;
		padding-right: 15px;
	}	
#footer
	{
		font-size: 11px;
		color: #FFFFFF;
		background-color: #413D24;
	}
/* ----------- LINK CSS  -------------------*/	
a
	{
		text-decoration: none;
		font-weight:bold;
		color: #000000;
	}
a:visited
	{
		text-decoration: none;
		font-weight:bold;
		color: #000000;
	}	
.nav a
	{
		color: #FFFFFF;
		text-decoration:none;
	}	
.nav a:visited
	{
		color: #FFFFFF;
		text-decoration:none;
	}	

#footer a
	{
		text-decoration:none;
		color: #FFFFFF;
	}	
#footer a:visited
	{
		text-decoration:none;
		color: #FFFFFF;		
	}		