/*Style sheet for NoProbs must be included to with HTML.*/
/*Styles for body.*/
body
{
	margin: 0 auto;
	padding: 0;
	font: 76% Verdana, Helvetica, Tahoma, Arial, sans-serif;
	background: #f4f4f4 url(background.gif) top center repeat-y;
	color: #494949;
}


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

/*Styles for the main header at the top. */
#Header
{
	background: #ffffff;
	color:#ffffff;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:20px;

}
#Header a
{
	font-weight:normal;
	font-size:27px;
	text-decoration:none;
	background-color: #79A3C1;
	color:#ffffff;
}

/*Styles for the main header menus. */
#HeaderMenus
{
	color:#000000;
	height:2.5em;
	padding-left:11px;
	margin:0 0 10px 0;
	background-color: #dcdcdc;
	border-bottom:solid 2px #a9a9a9;
	font-size: 1.1em;
	font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
	text-decoration: none;
	color:#000000;

}
#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 20px;
	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:#EEEEEE;
	color: #336699;
	text-decoration: underline;
}

/*Styles for the contens that are displayed in side column. */
#SideContents
{
	float:right;
	width:260px;
	color: #333300;
	padding:0 6px 0 7px;
	line-height:1.4em;
	background-color:#ffffff;
}
#SideContents h3
{
	color: #4D6E8F;
	font-size: 1.4em;
	margin: 0 auto;
	padding: 0 0 8px 0;
	background-color:inherit;
}
#SideContents p
{
	font-size: 90%;
	text-align: justify;
	background-color:inherit;
	color: #333300;
	margin: 0 0 12px 0;
}
#SideContents a
{
	text-decoration: none;
	background-color:inherit;
	color: #660000;
}

/*Styles for the main contents in the page. */
#MainContent
{
	width:680px;
	margin: 0 186px 18px 10px;
	padding: 0 12px 0 10px;
	border-right: 1px solid #DDD;
	line-height: 1.6em;
}
#MainContent1
{
 margin-left: 3%; margin-right: 3%; 

	line-height: 1.6em;
	width: 950px;
}

	h2 {
	color:#33668E;
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
	background-color:inherit;
	text-align: center;
	}

	h3 {
	  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size: 1.3em;
	  color:#33668E;
	  margin-bottom: 10px;
	  background-color: #FFFFFF;
	text-align: center;
	  }
		
	h4 {
	  color: #000000;
	  font-size: 13px;
	  font-family: Verdana, Helvetica, sans-serif;
	  background-color: #FFFFFF;
	text-align: center;
	  }




#MainContent h2
{
	color:#33668E;
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
	background-color:inherit;
	text-align: center;
}
#MainContent p
{
	color:#494949;
	text-align: justify;
	background-color:inherit;
}
#MainContent a
{
	text-decoration: none;
	background-color:inherit;
	color: #000066;
}
#MainContent img 
{
	display:inline;
	color: inherit;
	background-color:inherit;
	/*border: 2px solid #79A3C1;*/
}


/*Styles for the contens that are displayed in columns in Products. */
#Products
{
	float:right;
	width:325px;
	color: #333300;
	padding:0 6px 0 7px;
	line-height:1.4em;
	background-color:#ffffff;
}



/*Styles for the page footer. */
#Footer 
{	
	margin: 0 auto;
	padding: 8px 0 2px 0;
	border-top: 1px solid #ddd;
	width: 900px;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.6em;
}
#Footer a 
{
	color: #000099;
	background-color: inherit;
	text-decoration: none;
}
#Footer a:hover 
{
	text-decoration: underline;
}

/*Styles for other classes. */
.AlignLeft
{
	margin: 10px 10px 5px 0;
	float: left;
}
.AlignRight
{
	margin: 10px 0 0 10px;
	float: right;
}




#Table1
{
	padding:0 10px;
	font-size: 0.9em;
	font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
	text-decoration:none;
	color:#000000;
	list-style-type:none;
}

#Table2
{
	padding: 0 5px;
	font-size: .9em;
	text-align: center;
	font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
	text-decoration:none;
	color:#000000;
	list-style-type:none;
	border-width: 100px 100px 100px 100px;
}
