html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	font-family: Arial, Verdana, sans-serif; 
	border:0;
	outline:0;
}
	
	
	BODY {
		background-image:url(images/landing_bg_main.jpg);
		background-repeat:repeat-x;
		background-color:#37689c;
		min-width:1020px;
		height:100%;
		padding:0;
		margin:0;
		text-align:center;
	}
	
	#main {
		min-width:1020px;
		width:1020px;
		margin:0 auto;
		text-align:left;
	}
	#header {
		height:171px;
	}
	#mid {
		background-image: url(images/landing_bg_mid.jpg);
		background-repeat:repeat-x;
		height:140px;
		padding:23px 5px 5px 5px;
	}
	#left_col {
		float:left;
		width:20px;
		background-image:url(images/landing_bg_leftcol.jpg);
		background-repeat:repeat-y;
	}
	#content {
		float:left;
		background-color:#fff;
		width:980px;
		height:481px;
		text-align:left
	}
	#content_left {
		float:left;
		width:485px;
		padding:10px 20px 10px 20px;
		vertical-align:top;
		text-align:left
	}
	#content_right {
		float:left;
		width:405px;
		padding:20px 10px 0px 40px;
		vertical-align:top;
	}
	#right_col {
		float:left;
		width:20px;
		background-image:url(images/landing_bg_rightcol.jpg);
		background-repeat:repeat-y;
	}
	#footer {
		width:980px;
	}
	#clear {
		clear:both;
	}
	#subfooter h3, #subfooter p {
		font-size:10px;
		color:#ccc;
		padding:20px;
		text-align:center;
		
	}
	#subfooter a{
		color:#ccc;
		text-decoration:underline;
	}
	#subfooter a:hover {
		color:#999;
		text-decoration:none;
	}
	
	h1 {
		font-size:24px;
		padding-bottom:10px;
	}
	h2 {
		font-size:16px;
		padding-bottom:10px;
	}
	p {
		font-size:13px;
		padding-bottom:15px;
		line-height:17px;
	}
	
	#contactForm {}

	#contactForm TD {
		padding-top:10px;
		vertical-align:middle;
		font-size:13px;
		padding-right:10px;
		
	}
	
	.left {
		text-align:right;
	}
	
	INPUT {
		font-size:12px;
		color:#333333;
		border:1px solid #b8b8b8;
		background-color:#f5f5f5;
		font-family: Arial, Verdana, sans-serif; 
		width:200px;
		height:16px;
		padding:2px;
	}
	INPUT.btn_submit {
		width:129px;
		height:42px;
		border:0px;
		background-image:url(images/landing_btn_submit.jpg);
		cursor:pointer;
	}
