@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bodybk.jpg);
	background-repeat: repeat-x;
	background-color: #c8c8c8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
p {
	text-align: center;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
p a {
	color: #2D5971;
	text-decoration: none;
	font-weight: bold;
	
}

p a:hover{
	color: #000000;
	text-decoration: underline;
}


#header {
	background-image: url(../images/header_bk.jpg);
	background-repeat: repeat-x;
	padding:0px;
	height: 140px;
	margin: 0px;
	width: 100%;
	vertical-align: top;
}

#header_inner
{
width: 850px;
padding:0px;
height: 140px;
margin: 0px auto;
}

.header_table {
	width: 100%;
	height: 140px;
}

.ielogo {
	width: 60%;
	vertical-align: bottom;
	height: 70px;
}
.iename {
	font-family: "Arial Black";
	font-size: 24px;
	color: #FFFFFF;
	height: 70px;
}

#main {
	width: 850px;
	padding:0px;
	background-color: #94bfd5;
	border-right:1px solid #063867;
	border-left:1px solid #063867;
	margin: 0px auto;
}


.main_table td {
	border: 1px solid #063867;
	background-color: #FFFFFF;
	vertical-align: top;
}

.col1{
	width:240px;
	}

.col2{
	width:200px;
	}
	
	.col3{
	width:170px;
	}
.small_logo {
	width: 95%;
}
.small_logo td {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: middle;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
.only_links  {
	margin: 0px;
	padding: 0px;
}

.only_links li{
	line-height: 24px;
	margin: 0px;
	background-image: url(../images/yello_bullet.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;
	text-indent: 15px;
	list-style-type: none;
	padding: 0px;
	text-align: left;
	
}

.only_links li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #004378;
	font-weight: bold;
	text-decoration: none;
}

.only_links li a:hover{
	color: #000033;
	text-decoration: underline;
}

.col4{
	width:200px;
	}
	
.col4 img {
	border: 1px solid #8b8b8b;
}

.footer {
	background-color: #FFFFFF;
	vertical-align: top;
}
