* {
	padding: 15;
	margin: 0;
	font-weight: ;
}
body {
	
	color:#000;
	background:url(../images/home_bg.png) repeat-x;
	background-color:#fff;
	font: normal 12pt verdana;'trebuchet ms',verdana,arial,sans-serif;color:#03C;_height:100%
	
	/*font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:14px;
	color:#333;
	margin:0;padding:0;
	text-align:left;direction:ltr;
	unicode-bidi:embed*/
}
#wrapper {
	margin: 0 auto;
	background-color: #0066FF;
	width: 1024px;

}
.gutter {
	padding: 0px;
}
p {
	padding: 10px 0;
	color: #03F;
	
}
h3 {
	padding: 10px 0;
	background:#CCCC00;
}
#contentContainer1 {
/*height::500px;*/
background-color:#FFFFFF;
padding-left:20px;
padding-right:10px;

}



/*one column layout*/
#oneCol #leftColumn {
	width: 850px;
}
#oneCol #rightColumn, #oneCol #middleColumn {
	display: none;
}
/*two column layout*/
#twoCol #leftColumn {
	width: 350px;
	float: left;
	padding-left: 50px;
}
#twoCol #middleColumn {
	width: 400px;
	float: right;
	padding-right: 50px;
}
#twoCol #rightColumn {
	display: none;
}
/*three column layout*/
#threeCol #leftColumn {
	width: 200px;
	float: left;
}
#threeCol #middleColumn {
	margin: 0 215px 0 215px; /*top,right,bottom,left aka TRBL*/
}
#threeCol #rightColumn {
	width: 200px;
	float: right;
}
/*below is a hack to make a 3 column work in all modern browsers without the need to Java Script*/

.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	background: transperent;
}
#navListB li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-weight:lighter;
}
#navBar {
	background: url(../images/navigation.jpg) repeat-x;
	height: 30px;
}

#navList {
margin-top:8px;
}

#navList li {
	display: inline;
	list-style-type: none;
	float:center;
	padding:40px;	
}

/* default links*/
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.email {
	color: #fd020e;
	text-decoration: underline;
}
#oneCol #wrapper .gutter #contentContainer1 #contentContainer2 form table tr td table tr .field div {
	color: #000;
}
#oneCol #wrapper .gutter #contentContainer1 #contentContainer2 form table tr td table tr .field div a {
	color: #000;
}
#oneCol #wrapper .gutter #contentContainer1 form div table tr td table tr .field div a {
	color: #000;
}
