	
	html, body {
		margin:0;
		padding:0;
		height:100%;
		background:#F9FAFC url(../images/background.gif) repeat-x top center;
		font-family:arial;
		font-size:12px;
	}
	
	h1, h2, h3, h4, h5 {
		font-family:arial;
		text-decoration:none;
		margin:0;
		padding:0;
		font-weight:normal;
		display:inline;
		font-size:12px;
	}
	
	h2	{
	    color:#42C3F8;
	    font-size:18px;  
	}
	
	p{
	    width : 600px;
	    text-align:justify;
	}
	
	body form {
		margin:0;
		padding:0;
	}
	
	body label {
		cursor:pointer;
		vertical-align:middle;
	}
	
	body input {
		font-family:arial;
		vertical-align:middle;
	}
	
	#pages {
		margin:0;
		padding:0;
		width:100%;
		height:100%;
	}
	
	.clear {
		height:0;
		clear:both;
	}
	
	a:link		{ text-decoration: none; 		}
	a:visited 	{ text-decoration: none; 		}
	a:hover   	{ text-decoration: underline; 	}
	
	a.link01:link			{ color: #D61F4D;	text-decoration: none; 			}
	a.link01:visited 		{ color: #D61F4D;	text-decoration: none; 			}
	a.link01:hover   		{ color: #D61F4D;	text-decoration: underline; 	}
	
	
	
/*--------------------------------------- BEGIN MAIN CONTENT --------------------------------------*/
#maincontent
{
	width: 900px;
	border-left: 1px solid #e9f0f4;
	border-right: 1px solid #e9f0f4;
	float: left;
	padding: 15px 0px;
}
#maincontent2
{
	float: left;
	margin: 10px 10px 10px 10px;
}

#maincontent2 ul
{
    margin-left:10px;
}

#maincontent2 h2
{
    margin-left:10px;
    margin-top:10px;
    margin-bottom:10px;
}

#maincontent2 p
{
    margin-top:10px;
    margin-bottom:10px;
    line-height: 20px;
}

.brler
{
    margin:20px 20px 20px 20px; 
    line-height:50px;
}

#maintop
{
	float: left;
	clear: both;
	width:900px;
	height: 14px;
	background-image:url(../../images/maintop.gif);
	background-repeat:no-repeat;
}

#mainbottom
{
	float: left;
	width:900px;
	height: 14px;
	background-image:url(../../images/mainbottom.jpg);
	background-repeat:no-repeat;
	margin-bottom: 30px;
}


/*--------------------------------------- END MAIN CONTENT ----------------------------------------*/

/*--------------------------------------- BEGIN CLICK ZONES ---------------------------------------*/

ul.bigtarget
{
	list-style: none;
	margin-left: auto;
	margin-right: auto;
}

ul.bigtarget li
{
	width: 200px;
	padding: 10px;
	float: left;
	border:1px dotted #CCCCCC;
	margin-left: 27px;
	color: #424242;
	font-size: 1em;
	line-height: 1.6em;
	background-color:#FFFFFF;
}

ul.bigtarget li img
{
	border: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

ul.bigtarget h2 a:link, ul.bigtarget h2 a:visited, ul.bigtarget h2 a:hover, ul.bigtarget h2 a:active 
{
	color: black;
	text-decoration:none;
	font-weight:normal;
	letter-spacing:-1px;
	font-size:19px;
	border-bottom: 1px solid #d1c6c6;
	display: block;
}

ul.bigtarget .over
{
	border-color:#000;
	cursor: pointer;
	background-color: #ebf7ff;
}

/*--------------------------------------- END CLICK ZONES ---------------------------------------*/





/* slider */

.anythingSlider                         { width: 680px; height: 250px; position: relative; margin:0; }
.anythingSlider .wrapper                { width: 680px; overflow: auto; height: 250px; margin:0; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left:-40px; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 250px; width: 680px; margin: 0; }
.anythingSlider .arrow                  { display: none; height: 90px; width: 47px; background: url(../images/spacer.gif) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; margin-left:-6px; cursor: pointer; }
.anythingSlider .forward                { display: block; width:54px; height:54px; margin-top:30px; margin-left:658px; z-index:9; }
.anythingSlider .back                   { display: block; width:54px; height:54px; margin-top:30px; margin-left:-26px; z-index:9; }
.anythingSlider .forward:hover          { display: none; background-position: 0 -120px; }
.anythingSlider .back:hover             { display: none; background-position: -47px -120px; }
#thumbNav                               { position: relative; top: 214px; left:578px; width:100px; text-align: left; }
#thumbNav a                             { display: inline-block; text-align:center; font-size:0; background:url(../images/icon_navibtn_gray.png); width:20px; height:20px; }
#thumbNav a:hover                       { display: inline-block; text-align:center; font-size:0; background:url(../images/icon_navibtn_orange.png); width:20px; height:20px; }
#thumbNav a.cur                         { display: inline-block; text-align:center; font-size:0; background:url(../images/icon_navibtn_orange.png); width:20px; height:20px; }
#start-stop                             { display: none; }
#start-stop.playing                     { display: none; }
#start-stop:hover                       { display: none; }
.anythingSlider .wrapper ul ul          { display: none; }
.anythingSlider .wrapper ul ul li       { display: none; }
