/*------------------------------------------------------------*

**  Global

**------------------------------------------------------------*/

body {

	background:  #fff; /* Optional */	
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size: 12px;

	text-align: center; /* IE Fix */

	margin: 0;

	color: #666;
	
	line-height:17px;

	}

acronym { cursor: help; border-bottom: 1px dashed #999; }

a { text-decoration: none; color: #8800CB; }

a:hover {color: #808080; text-decoration: underline;}

img {

	border: 1px solid #ddd;

}



.img_left {

	float: left;

	margin-top: 10px;

	margin-right: 10px;

	margin-bottom: 10px;

}



.img_right {

	float: right;

	margin-top: 10px;

	margin-left: 10px;

	margin-bottom: 10px;

}

p {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px; line-height:17px; color:#333333}

/*------------------------------------------------------------*

**  Container

**------------------------------------------------------------*/	

#container {

	margin: 0 auto;

	width: 756px;

	background: #fff url(../imgs/main-bg.gif) repeat-y top ;
	
	border-bottom:4px solid #EBEAEA;
	
	text-align: left; /* Cancel IE Fix */

	}

	

/*------------------------------------------------------------*

**  Header

**------------------------------------------------------------*/		

#header {

	height: 155px;

	background: #fff url(../imgs/header.jpg) no-repeat 100% 0;

	}	

#header h1 { 	

	margin: 0;

	color: #FF0000;

	font-size: 13px;

	font-weight: normal;

	cursor: default;

	}	

#header h2 { 	

	margin: 0;

	color: #FF0000;

	font-size: 12px;

	padding-left: 1px;

	cursor: default;

	}	



/*------------------------------------------------------------*

**  Nav

**------------------------------------------------------------*/



#nav {

	background: #fff url(../imgs/nav-bg.gif) repeat-x top ; 

	margin: 0; 

	padding:0 0 0 10px;

	height: 30px;
	
	

	}

#nav li {

	list-style-type: none;

	display: inline;

	line-height: 24px;
	
	
	}		

#nav li a { 

	text-decoration: none; 

	color: #fff;

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	
	padding: 3px 8px;

	font-size:12px;

	float: left;

	font-weight: bold;
	
	margin-bottom:10

	}

#nav li a:hover {background: #fff url(../imgs/nav-bg-hover.gif) repeat-x top ;  color: #000; }

#nav li.level1active a {background: #fff url(../imgs/nav-bg-hover.gif) repeat-x top ;  color: #000; }



/*------------------------------------------------------------*

**  Side Bar

**------------------------------------------------------------*/

#sidebar {

	float: left;

	width: 200px;

	position: relative;

	line-height:17px;
	
	margin-left:8px;

	word-spacing: 1px;

	}

#sidebar div {}	

/*------------------------------------------------------------*

**  Side Bar & Content

**------------------------------------------------------------*/

#sidebar h3, #content h3 { 

	font-size: 13px; 

	color: #178B33; 

	margin:5px 5px 5px 0; 

	cursor: default;
	
	line-height:20px;
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
	}

#content div, #sidebar div { 

	padding: 1px 0 10px 0;  

    padding: 5px;

	}	

/*------------------------------------------------------------*

**  Content

**------------------------------------------------------------*/

#content {
	
	float: left;

	width: 515px;

	position: relative;

	margin-left: 15px;

	line-height:17px; 

	text-align: justify; 

	word-spacing: 1px;
	
	padding:0 5px 0 5px;
	
	}	

#content p {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px; 	line-height:17px; color:#333333}

#content div { }	

/*------------------------------------------------------------*

**  Footer

**------------------------------------------------------------*/

#footer {

	background: #EAEAEA;

	border-bottom: 5px solid #fff;

	border-top: 10px solid #fff;

	text-align: center;	

	color: #666;

	font-size: 12px;

	padding: 5px 0 0px 0;

	line-height:17px;

	clear: both;
	
	height:25px;
	
	margin: 0 8px 0 8px;

	}

	

#footer a { text-decoration: none; color: #A2AFBF; border-bottom: none; }

#footer a:hover { border-bottom: none; color: #fff; }

.text20ptbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	line-height: 24px;
}
