body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
}

a.topNav
{
	
	font-weight:bold;
	color:#90002b;
	text-decoration:none;
}

a.topNav:hover
{
	
	font-weight:bold;
	color:#336633;
	text-decoration:underline;
}

a.topNavActive
{
	font-weight:bold;
	color:#336633;
	text-decoration:underline;
	
}

/*============================================
settings for home page start
==============================================
*/
#container
{
	width:920px; 
	
	min-height:370px;
	
	
	padding:0px 0px 0px 0px; 
	margin:0px auto;  /*'auto' is needed to center the element in firefox*/
	
	text-align:left;
	
	
}

#mainLeft
{
	width: 250px; 
	float: left; 
	border:solid #000 1px;   /*ff8000 orange*/
	
	height: 299px;
}

#mainCenter
{
	width: 300px; 
	float: left; 
	padding: 0px; 
	margin: 0px 40px 0px 50px;
	height: 300px;
	
}



#mainRight
{
	width: 265px; 
	float: left; 
	height: 305px;
	overflow:auto;
}
/*============================================
settings for home page end
==============================================
*/


/*============================================
settings for second level pages start
==============================================
*/
#leftPane
{
	width: 170px; 
	float: left; 
	/*border:solid #000 1px; */  /*ff8000 orange*/
	padding: 5px;
}

#content
{
	width: 675px; 
	float: left; 
	padding: 0px; 
	margin: 0px 0px 0px 40px;
	
}


/*============================================
settings for second level pages end
==============================================
*/


.footer
{
	font-size:85%;
	text-align:center;;
}


h1
{
	font-size:1.5em;
	font-weight:bold;
	color:#336633;  /*ff8000*/
}

h2
{
	font-size:1.2em;
	font-weight:bold;
	color:#000;
}