* {
	padding:		0;
	margin:			0;
}

	body {
		background-color:	#000000;
		color: #444444;
		font-size:			1em;
		font-family:		Tahoma, Verdana, Arial, Serif;
		text-align:			center;
		background-image:	url(images/bg_body.gif);
		background-repeat:	repeat-x;
	}
	
	h1 (
		font-size: 1.4em;
	)
	
	h2 {
		font-size: 1.3em;
	}
	
	h3 {
		font-size: 1.2em;
	}
	
	h4 {
		font-size: 1.1em;
	}
	
	h5 {
		font-size: 1em;
	}

		#container {
			width:				780px;
			background-color:	#ffffff;
			margin:				0 auto;
			text-align:			left;
		}

			#header {
				width:				780px;
				height:				124px;
				background-color: black;
			}

				#header img {
					border:			0;
				}

			#navTabs {
				width:				780px;
				background-image:	url(images/bg_navtabs.gif);
				background-repeat:	repeat-x;
			}
				#navTabs ul {
					float:				left;
				}

					#navTabs li {
						width:			120px;
						height:			71px;
						background-image:	url(images/bg_taboff.gif);
						background-repeat:	repeat-x;
						float:				left;
						list-style-type:	none;
						display:			inline;
						text-align:			center;
						line-height:		61px;
						font-weight:		bold;
						font-size:			0.8em;
					}

					#navTabs li.On {
						width:			120px;
						height:			71px;
						background-image:	url(images/bg_tabon.gif);
						background-repeat:	repeat-x;
						float:				left;
						list-style-type:	none;
						display:			inline;
						line-height:		71px;
					}

					#navTabs a {
						color:				#333333;
						text-decoration:	none;
					}

					#navTabs a.On {
						color:				#000000;
					}


			#col1 {
				width:				170px;
				float:				left;
				text-align:			left;
			}
				#col1 h3 {
					font-size:		1.0em;
					padding:		0 0 10px 15px;
				}

				#col1 ul {
					margin-bottom:		15px;
				}

				#col1 li {
					list-style-type:	none;
					font-size:			0.8em;
					padding:			0 0 0 15px;`
					text-align:			left;
				}

				#col1 a {
					text-decoration:	none;
					font-weight:		bold;
					color:				#f6a400;
				}

				#col1 a:hover {
					text-decoration:	underline;
				}

			#col2 {
				width:				388px;
				float:				left;
			}
			
				#col2 ul li {
					font-size: 0.8em;
				}
				
				#col2 ul {
					margin-left: 15px;
					margin-top: 10px;
				}
				
				#col2 ol li {
					font-size: 0.8em;
				}
				
				#col2 ol {
					margin-left: 23px;
					margin-top: 10px;
				}

				#col2 h3 {
					font-size:			1.4em;
					color:				#333333;
					font-weight:		bold;
					padding:			0 10px 0 0;
				}

				#col2 h4 {
					font-size:			0.9em;
					color:				#f6a400;
					font-weight:		bold;
					padding:			0 10px 10px 0;
				}

				#col2 p {
					padding:			10px 10px 0 0;
					color:				#444444;
					font-size:			0.8em;
				}

				#col2 a {
					color:				#f6a400;
					text-decoration:	underline;
				}

			#col3 {
				width:				220px;
				float:				right;
			}
			
				#col3inner {
					width: 210px;
					margin: 0 auto;
				}
				
				#col3 img {
					border:		0;
				}
				
				.phonenumber {
					text-align: center;
					font-weight: bolder;
				}
				
			
				#col3 ul li {
					font-size: 0.8em;
					list-style-type: none;
				}
				
				#col3 ul {
					margin-left: 15px;
					margin-top: 10px;
				}
				
				#col3 ul span {
					color: orange;
				}
			

		#copyright {
			width: 780px;
			padding-top: 10px;
			clear: both;
		}

			#copyright1 {
				width:		170px;
				float:		left;
			}

			#copyright2 {
				width:		388px;
				float:		left;
			}

				#copyright2 p {
					font-size:		0.8em;
					color:			#666666;
					padding:		0 10px 10px 0px;
				}

				#copyright2 a {
					color:		#f6a400;
				}

			#copyright3 {
				width:		222px;
				float:		left;
			}

				#copyright3 p {
					font-size:		0.8em;
					color:			#666666;
					padding:		0 10px 10px 5px;
				}

				#copyright3 a {
					color:		#f6a400;
				}

			#footer {
				width:				780px;
				height:				10px;
				background-color:	#f6a400;
				clear: both;
			}


.clearFix {
	clear:		both;
}


form {
	border: 0;
	margin:0px;
	padding:0px;
}

	fieldset {
		margin-top: 10px;
		padding: 5px 5px 10px;
	}
	
		label {
			display:block;
			float:left;
			font-size:0.8em;
			height:1.5em;
			line-height:1.6em;
			overflow:hidden;
			padding:2px 5px;
			text-align:right;
			width:25%;
		}

		#contentArea fieldset textarea, #contentArea fieldset input, #contentArea fieldset select, #contentArea fieldset div.inputGroup {
		float:left;
		height:1.5em;
		margin-bottom:3px;
		width:60%;
		}

		
		#contentArea h3 {
			font-size: 0.9em;
			padding:3px;
		}
		
		#contentArea fieldset textarea {
			height: auto;
		}
		
		#contentArea .button1 {
			width: 49%;
			float: left;
		}
		
		#contentArea .button2 {
			width: 49%;
			float: right;
		}
		
		#submitBox {
			margin-top: 5px;
			margin-bottom: 5px;
		}
		
		.messagesent {
			font-size: 1em;
			font-weight: bold;
		}
