* html img,
* html .png{
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
        
    );
}
body {
	margin: 5px 0 0 0;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/body_background.jpg) repeat-x left top #889299;
}
img, form {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 13px;
}
.main_div {
	width: 760px;
	margin: 0 auto;
}
.top_bg {
	background: url(../images/top_bg.jpg) no-repeat;
	height: 90px;
	width: 760px;
}
.logo {
	padding-top: 21px;
	padding-left: 20px;
	float: left;
}
.top_text {
	font-size: 11px;
	line-height: 15px;
	float: right;
	text-align: right;
	padding-right: 15px;
	padding-top: 28px;
}
.clear {
	clear: both;
}
.top_yellow_line {
	background: url(../images/flash_top_bottom_img.jpg) no-repeat left top;
	width: 760px;
	height: 2px;
	overflow: hidden;
	float: left;
}
.flash {
	float: left;
	clear: both;
	overflow: hidden;
	height: 1%;
}
.navigation {
	background: url(../images/links_bg.jpg) repeat-x left top;
	height: 39px;
	line-height: 39px;
	font-size: 12px;
	color: #000000;
	padding-left: 10px;
}
.navigation ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.navigation ul li {
	float: left;
	line-height: 37px;
	height: 37px;
	padding: 0;
	margin: 0;
	font-size:12px;
}
.navigation ul li a {
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	height:35px;
	color: #000000;
}
.navigation ul li a:hover {
	text-decoration: none;
	color: #36424a;
	height:35px;
	border-bottom: 2px solid #ebc32d;
}
.navigation ul li a.active {
	text-decoration: none;
	color: #36424a;
	border-bottom: 2px solid #ebc32d;
}
.body_content {
	width: 730px;
	padding: 15px;
	background: url(../images/body_text_bg.jpg) repeat-x left top;
	background-color: #FFFFFF;
	overflow: hidden;
	float: left;
}
.body_content a{
	color: #000000;
	text-decoration: underline;
}
.body_content a:hover{
	color: #000000;
	text-decoration: none;
}
.body_left_content {
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	float: left;
	width: 445px;
	padding-right: 25px;
}
.body_right_content {
	width: 220px;
	color:#000000;
	line-height: 15px;
	float: left;
	font-size: 11px;
	padding-left: 25px;
	padding-right: 10px;
	background: url(../images/body_dotted_bg.jpg) repeat-y left top;
}
.body_left_content_subpages {
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	float: left;
	width: 475px;
	padding-right: 25px;
}
.body_right_content_subpages {
	width: 190px;
	color:#000000;
	line-height: 15px;
	float: left;
	font-size: 11px;
	padding-left: 25px;
	padding-right: 10px;
	background: url(../images/body_dotted_bg.jpg) repeat-y left top;
}

.arial13px_bold {
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}
h1.arial13px_head{
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	margin:0;padding:0;
}
.img_border_5px {
	border: 5px solid #dddddd;
}
.footer_links {
	background-color: #889299;
	padding-top: 10px;
	padding-bottom: 15px;
	font-size: 10px;
	color:#FFFFFF;
	float: left;
}
.footer_links a{
	color:#FFFFFF;
	text-decoration: none;
}
.footer_links a:hover{
	color:#FFFFFF;
	text-decoration: underline;
}
.underline_text {
	font-size: 11px;
	text-decoration: underline;
}
.underline_text a{
	color: #000000;
	text-decoration: underline;
}
.underline_text a:hover{
	color: #000000;
	text-decoration: none;
}
.about_us_images {
	float: left;
	width: 440px;
}
.about_us_images img{
	margin: 5px;
	float: left;
	border: 1px solid #cccccc;
}
.pdf_text {
	padding-top: 5px;
	margin-top: 5px;
	background: url(../images/pdf_icon.png) left top no-repeat;
	line-height:10px;
	padding-left: 23px;
	color: #003366;
	font-size: 12px;
}
.pdf_text a{
	color: #003366;
	text-decoration: underline;
}
.pdf_text a:hover{
	color: #003366;
	text-decoration: none;
}
.button {
	font-size: 11px;
	background-color: #003162;
	border: 2px solid #000000;
	color: #ffffff;
	font-weight: bold;
}
.textfield {
	border: 1px solid #CCCCCC;
}
