@charset "utf-8";
/* CSS Document */


* {margin: 0; padding: 0;}

body {background-image: url(images/bg2.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #fcd985;
	color: #535353;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .7em;}

#wrap {height: auto;
	width: 800px;
	margin: auto;
}

#banner {width: 800px;
	height: 100px;
	margin: auto;}



#plane {margin-left: 149px;
	margin-top: 12px;
	position: absolute;
	
}

#logo {
	margin-left: 226px;
	margin-top: 46px;
	padding-bottom: 9px;
	
}



#content {width: 800px;
	height: auto;
	margin: auto;
	line-height: 1.7em;
	margin-top: 25px;
	 }
	 

	 
/*main content area*/	 

#mainwrap {width: 622px;
	height: auto;
	margin-left: -5px;
	float: left;
	}

#main {width: 622px;
	min-height: 500px;
	background-image: url(images/mainh_1.png);
	background-repeat: repeat-y;
	background-position: left;
	float: left;
	}
	 
#mainbottom {background-image: url(images/mainbottom_1.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 15px;
	width: 622px;
	float: left;
	margin-bottom: 15px;
}

/* end of main content area*/
	 


/*side bar area*/

#sidebarwrap {width: 188px;
	height: auto;
	z-index: 1;
	float: left;
	margin-left: -5px;
}
	 
#sidebar {width: 193px;
	min-height: 304px;
	float: left;
	padding-right: 3px;
	background-image: url(images/sidebarh_1.png);
	background-repeat: repeat-y;
	background-position: left;
	z-index: -1;
	
	}
	
#sidebarbottom {width: 193px;
	height: 25px;
	background-image: url(images/sidebarbottom_1.png);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	z-index: -1;
	
}


#textwrap {width: 170px;
	height: auto;
	margin-left: 15px;
	margin-top: 4px;
}


/*end of side bar area*/


#maintext {padding-left: 42px;
	padding-right: 42px;
	padding-top: 24px;
	padding-bottom: 36px;
}

.list{padding-left: 2.3em;
	list-style-image: url(images/bullet.png);
	}
	
		
h1 {font-size: 1.3em;
	padding-bottom: 8px;
	padding-top: 8px;
	font-weight: 600;
	text-align: center;
	font-family:  Tahoma, Geneva, sans-serif;
	font-weight: 510;
	}

h2 {font-size: 1.1em;
	font-weight: 600;
	padding-bottom: 4px;
	padding-top: 4px;
}
	
h3 {font-size: 1.2em;
	font-weight: 600;
	padding-top: 4px;
}

h4 {font-size: 1.2em;
	font-weight: normal;
}

h5 {font-size: 1em;
	font-weight: 600;
	color: #3a7c87;
}

#textarea {font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	overflow: auto;
}	

hr {margin-top: 8px;
	margin-bottom: 4px;
}

#button {margin-top: 6px;
	margin-bottm: 6px;
}

.associations { margin-left: 12px;
	margin-top: 3px;
	margin-bottom: 6px;
	border: solid #fcc33e;
	border-width: 3px;

}

a:link {color: #3a7c87;
}

a:hover {color: #535353;
}

a:visited {color: #d4d4d4;
}



