/* Body  */

html { height: 100%; }
body {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, sans-serif;
	font-size: 76%;
	color: #888;
	height: 100%;
	background: #fff;
	}
img {border:none; }	
a {
	text-decoration: none;
	color: #333333;
	font-size: 1em;
	padding: 1px 2px;
	font-weight: bold;
}
a:hover { background-color: #ffffff; color: #888 }



/*container */

#container {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	
	}	
	
/*header */
#header { 
	width: 785px; 
	margin: 0 auto;	
	padding: 0;
	}
#header div { 
	background: url(img/header_botm.jpg) no-repeat 0px 70px; 
	text-align: left;
	padding: 45px 0 10px 0px;	
	}	
	
#header h1 a:hover { background-color: transparent; }	
* html #header h1 { padding-top: 23px; }	

/*Nav */
#header ul {
	margin: 0 55px;
	padding: 0;	
	}
#header li { 
	display: inline;
	list-style-type: none;
	
	font-size: 1.2em;
	background: url(img/nav.gif) no-repeat;
	width: 90px;
	height: 31px;
	float: left;
	text-align: center;
	}	
#header li a { 
	display: block; 
	width: 100%;
	color: #666;
	padding-top: 7px;
	}		
#header li a.on,
#header li a:hover {background: url(img/nav.gif) no-repeat; color: #000; height: 25px; }

/*the rest */
#content {
	width: 750px;
	margin: 0 auto;
	}
* html #content { padding-bottom: 60px; }	
#content:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	
#content h2 { 
	font-size: 20px;
	color: #333;
	font-weight: normal;
	font-size: 1.8em;	
	margin: 0 0 20px 0;
	clear: both;
	}	
#content h2 em { 
	color: #09C; 
	font-style: normal;
	}
#content p {
	line-height: 2.5em;
	letter-spacing: 0.1em;	
	}	
	
#content ul {
	margin: 20px 0;
	padding: 0 0 0 10px;
	}	

#content blockquote { 
	background-color: #FFFFF0; 
	margin: 20px 0; 
	padding: 10px 20px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	}
#content blockquote p { margin: 0; text-indent: 0; }


#left {
	float: left;
	width: 105px;
	text-align: center;
	margin-right: 15px;
	}
#left a {
	font-size: 15px;
	font-weight: normal;
	color: #666666;
}

#left a:hover {
	font-weight: bold;
}

#left a.on {
	font-weight: bold;
}



#right {
	float: right;
	width: 560px;
	text-align: left;	
	}
		

#mainpage {
	float: right;
	width: 785px;	
	text-align: left;	
	}
	
#footer {
	position: absolute !important;
	width: 100% !important;
	z-index: 500 !important;
	position: relative;
	padding: 10px 0;
	margin-top: -36px;
	font-size: 11px;
	border-top: 3px
	top: 592px;
	}	
#footer p { margin: 0 10px; text-align: center; }	
#footer a {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
	text-decoration: underline;
	color: #333333;
}




.indented {
	position:relative;
	margin-right: 40px;
	margin-left: 20px;
   }
  
.indented li {
	list-style-type: disc;
	list-style-position: inside;
	text-align:left

}

.indentedimage {
	position:relative;
	margin-right: 40px;
	margin-left: 20px;
	font-size: 10px;
	color: #999999;
	text-align:left
   }
.indentedimage a {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	
}
.indentedimage a:hover {
	text-decoration: none;
	color: #333333;
	
}
   
   
.titles1 {
	color: #333333;
	font-weight: bold;
	font-size: 12pt;
	text-align: left;
}

.iamgetitles1 {
	color: #666;
	font-weight: bold;
	font-size: 17pt;
	text-align:left
	}

.guide {
	
	text-align: right;
}

.guide a {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	text-align: right;
	font-size: 12px;
	text-transform: uppercase;
}
.guide a:hover {
	text-decoration: none;
	color: #333333;
	text-align: right;
}

.linkstitles {
	color: #666;
	font-weight: normal;
	font-size: 10pt;
	text-align: left;
	text-decoration: underline;
}


#right_contact {
	float: left;
	width: 300px;
	text-align: left;	
	}
#left_contact {
	float: left;
	width: 270px;
	text-align: left;	
	}


