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

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
}

#container {
	width: 856px;
	height: 550px;
}

		#sidebar {
			float: left;
			width: 356px;
			height: 394px;
			border: solid #FFFFFF 1px;
		}
		
		#mainbox {
			float: left;
			width: 497px;
			height: 396px;
		}
		
				#topbar {
					width: 495px;
					height: 81px;
					border: solid #FFFFFF 1px;
				}
				
				#content {
					width: 478px;
					height: 280px;
					margin: 15px 10px 15px 10px;
				}
				
						#cform {
							float: left;
							width: 245px;
							height: 280px;
						}
				
		#bottombox {
			width: 856px;
			height: 50px;
			vertical-align: bottom;
		}
		
				#menubar {
					width: 856px;
					height: 40px;
					color: #FFFFFF;
					font-size: 14px;
					font-weight: normal;
					padding-bottom: 5px;
				}
				
				#menubar a {
					text-decoration: none;
					color: #FFFFFF;
				}
				
.bottombar {
	font-variant: small-caps;
	font-style: oblique;
	color: #FFFFFF;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
	color: #339933;
	}
	
	.serlisttext {
		color: #000000;
	}
	
.sertext {
	font-weight: bold;
	word-spacing: 40px;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	color: #339933;
	}
	
	.olisttext {
		line-height: 30px;
		color: #000000;
	}
	
.contacttxt {
	font-size: 13px;
	}