* {
	margin: 0px;
	padding: 0px;
	outline: 0;
}
body {
	font: 12px/18px "Trebuchet MS";
	background: #1A344B;
	color:#333333;
}
p {
	padding-bottom: 15px;
}

h1  {
	font: bold 20px/28px Arial, Helvetica, sans-serif, "Microsoft Sans Serif";
	color: #1A344B;
	padding-bottom: 8px;
}

h2 {
	font: bold 16px "Trebuchet MS";
	padding-bottom: 8px;
}
ul, ol {
	padding: 0px;
	margin-left: 40px;
}

label         {
	width: 100px;
	float: left;
}

#contactform input, #contactform textarea{
	border:1px solid #8CB7DC;
	padding:2px 3px;
	margin-bottom:5px;
}


#wrapper {
	margin: 20px auto 0px auto;
	width: 750px;
	background: #FFFFFF;
}
#navigation {
	background: url(images/bg_nav_bar.gif) no-repeat left top;
	height: 54px;
	width: auto;
}
#navigation ul {
	padding: 30px 0px 0px;
	margin-left: 45px;
	list-style: none;
}
#navigation li {
	float: left;
	padding-right: 20px;
	text-align: center;
}
#navigation a {
	color: #1A344B;
	text-decoration: none;
	font-weight: bold;
}
#navigation a:hover {
	color: #FCFDEF;
}


#header {
	background: url(images/bg_header.jpg) no-repeat left top;
	height: 174px;
	width: auto;
}

#header h1 {
	font-family: "Trebuchet MS";
	width: 320px;
	margin-left: 185px;
	padding-top: 60px;
}


#header_bottom {
	background: url(images/bg_hdr_repeat.gif) repeat-x left top;
	height:22px;
	width: auto;
}
#content {
	background: url(images/bg_body_repeat.gif) repeat-x left bottom;
	width: auto;
}
#content_body {
	width: 62%;
	padding-bottom: 50px;
	margin-left: 20px;
	margin-top: 20px;
}
.clear_both {
	clear: both;
}

#content_right {
	float: right;
	width: 247px;
	margin-top: 20px;
}
#content_table  {
	margin-top: 20px;
	/*background: url(images/bg_body_repeat.gif) repeat-x left bottom;*/

}
#content_table  td {
	padding-bottom: 20px;
}

#content_table .padding_left {
	padding-left: 20px;
}

#content_table ul, #content_right ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#content_table li, #content_right li {
	padding-bottom: 5px;
}
#content a {
	color: #BB2E3F;
	text-decoration: none;
}
#content a:hover {
	color: #8EB8DC;
}




#footer {
	background: url(images/bg_footer_bar.gif) no-repeat left top;
	height: 32px;
	width: auto;
	text-align: center;
	padding-top: 20px;
	clear: both;
}
