/*Style sheet for NoProbs must be included to with HTML.*/
/*Styles for body.*/
body
{
	margin: 0 auto;
	padding: 0;
	font: 76% sans-serif;
	background: #f4f4c2;
	color: #494949;
	text-decoration:none;
}
a img 
{ 
	border: none;
}

/*Styles for main content which will be wrapped to centre. */
#MainWrapper
{
	background: #ffffff;
	color: #303030;
	margin: 0 auto;
	width: 770px;
}


/*Styles for the main header menus. */
#HeaderMenus
{
	color:#000000;
	height:1.0em;
	line-height:1.2em;
	padding-left:11px;
	margin:0 0 0 0;
	background-color:#FFCCCC;
	/*border-bottom:solid 1px #a9a9a9;*/
}
#HeaderMenus ul
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#HeaderMenus li
{
	float:left;
	list-style-type:none;
}
#HeaderMenus li a
{
	display:block;
	padding:0 10px;
	font-size: 0.9em;
	font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
	text-decoration:none;
	background-color:inherit;
	color:#000000;
}
#HeaderMenus .selected
{
	color: #336699;
	text-decoration: none;
	background-color:inherit;
}
#HeaderMenus a:hover
{
	background-color:inherit;
	color: #666666;
	text-decoration: none;
}

/*Styles for the main header menus2. */
#HeaderMenus2
{
	color:#000000;
	height:1.2em;
	line-height:1.2em;
	padding-left:11px;
	margin:0 0 0 0;
	background-color:#E1C4FF;
	/*border-bottom:solid 1px #a9a9a9;*/
}
#HeaderMenus2 ul
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#HeaderMenus2 li
{
	float:left;
	list-style-type:none;
}
#HeaderMenus2 li a
{
	display:block;
	padding:0 10px;
	font-size: 0.9em;
	font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
	text-decoration:none;
	background-color:inherit;
	color:#000000;
}
#HeaderMenus2 .selected
{
	color: #336699;
	text-decoration: none;
	background-color:inherit;
}
#HeaderMenus2 a:hover
{
	background-color:inherit;
	color: #666666;
	text-decoration: none;
}









#news
{
	color:#000000;
	height:1.2em;
	line-height:1.2em;
	padding-left:3px;
	margin:0 0 0 0;
	border-bottom:solid 1px #a9a9a9;
}
#news a
{
	display:block;
	padding:0 3px;
	font-size: 1.1em;
	font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
	text-decoration:none;
	background-color:inherit;
	color:#330066;
}
#news .selected
{
	color:#6633CC;
	text-decoration: none;
	background-color:inherit;
}
#news a:hover
{
	background-color:inherit;
	color: #666666;
	text-decoration: none;
}
