/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a{
	color: #353535;
	font-family:Tahoma;
	font-size:7pt;
	font-weight: bold;
	text-decoration: underline;
}

a:link{
	color: #353535;
	font-family:Tahoma;
	font-size:7pt;
	font-weight: bold;
	text-decoration: underline;
}

a:visited{
	color: #353535;
	text-decoration: underline;
}

a:hover{
	color: #353535;
	text-decoration: none;
}

h1{
 font-family: Tahoma;
 font-size: 11pt;
 color: #ffffff;
 margin: 0px;
 padding:4px 0px 0px 3px;
}

h2{
 font-family: Tahoma;
 font-size: 10pt;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
h7{
 font-family: Verdana,Arial,sans-serif;
 font-size: 18pt;
 color: #404040;
 margin: 0px;
 padding: 0px;
}
ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#wrap{ width: 550px; }



#content{
	float: left;
  	width: 550px;padding-left: 0px;
}

/***********************************************/
/* Components                                  */
/***********************************************/


	
/************** content styles ***************/

.bodylink{
	width: 550px;
	height:25px;
	background:#000000;
	margin:0px 0px 1px 0px;
}

.bodycontent{
	width: 550px;	
	padding: 0px 0px 0px 0px;
	
}

.bodytext{
	padding:5px 0px 5px 0px;
	font-family:Tahoma;
	font-size:9pt;
	color: #404040;
		
}

.bodycontent img{
	float: left;
	padding: 7px 7px 0px 0px;
}

/************* about styles ***************/
.aboutbodycontent{
	width: 550px;
	padding: 5px 0px 0px 0px;
	}
.aboutbodytext{
	padding:1px 0px 10px 10px;
	text-align: left;
	font-family:Tahoma;
	font-size:10pt;
	color: #000000;	
}
/************* contact styles ***************/
.contactbodytext{
	padding:0px 0px 0px 10px;
	text-align: left;
	font-family:Tahoma;
	font-size:10pt;
	color: #000000;	
}
.contactbodycontent{
	width: 550px;
	height:500px;	
	padding: 0px 0px 0px 0px;
	}


/************** #content a styles **************/

#content a{
	font-family: Tahoma;
 	font-size: 11pt;
 	color: #000000;
 	margin: 0px;
 	padding:4px 0px 0px 3px;
	text-decoration: none;
}

#content a:link{
	font-family: Tahoma;
 	font-size: 11pt;
 	color: #000000;
 	margin: 0px;
 	padding:4px 0px 0px 3px;
	text-decoration: none;
}

#content a:visited{
	font-family: Tahoma;
 	font-size: 11pt;
 	color: #000000;
 	margin: 0px;
 	padding:4px 0px 0px 3px;
	text-decoration:none;
}

#content a:hover{
	color: #353535;
	text-decoration:underline;
}

