/* for debug /
table, div, span, form, img {
    border: solid red 1px;
}
/* end debug */
object{
	outline: none;
}
body {
    padding: 0px;
    margin: 0px;
}

#container{
    float: left; 
    width: 990px;
    border: solid 1px #bbbbbb;
    margin: 3px 0px 0px 3px;
    padding: 0px;
}

#header {
  /*  height: 96px; */
    width: 990px;
    float: left;
}

#submenu {
	background-color: #c3d2fd;
	text-align: left;
	height: 25px;
	border-bottom: #0066cc 1px solid;
	text-transform: uppercase; 
}

#submenu a {
    margin: 0px 2px;
	padding: 0px 2px 7px 2px;
    color: #000000;
    font: normal 8pt Arial,Helvetica,sans-serif;
    text-decoration: none;
    line-height: 2.0;
	position: relative;
	top: 2px;
}

#submenu a.submenu_selected {
	background-color: #ffffff;
	border: #0066cc 1px solid;
	border-bottom: 0px none;	
}

#submenu a:hover {
    text-decoration: underline;
}

#submenu div.submenu_div {
	display: none;
	position: absolute;
	background-color: #deebf8;
	border: #003366 1px solid;
	font: normal 10pt Verdana,Sans-Serif;
	z-index: 99;
	padding: 0px;
	text-transform: none;
}

#submenu div.submenu_div a {
	display: block;
	margin: 0px 0px 2px 0px;
	padding: 0px 4px 0px 4px;
	height: auto;
	text-decoration: none;
	color: #333333;
}

#submenu div.submenu_div a:hover {
	text-decoration: none;
	color: #003366;
	background-color: #eaf2fa
}

#left_col {
    float: left;
    width: 683px;
    padding: 0px 0px 0px 0px;
    margin: 30px 0px 0px 0px;
	overflow: hidden;
	border-right: solid #bbbbbb 1px;
	
	/* default font */
	font: normal 10pt Verdana,Sans-Serif;
}

#right_col {
    float: right;
    padding: 0px 0px 0px 0px;
    margin: 30px 0px 0px 0px;
    width: 305px;
	overflow:hidden;
}

.banner {
	text-align:center;
	overflow:hidden;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	border: none;

}
div.banner_promo {
	text-align: center;
	padding: 0px;
	margin-bottom:5px;
}
div.banner_promo img{
	float:right;
	border:1px solid #dddddd;
	margin-left: 0px;
	margin-right: 2px;
	margin-bottom: 3px;
}
#bottom_section_links {
	padding: 10px;
	text-align: center; 
	border-top: solid #9c9acc 1px;
	border-bottom: solid #9c9acc 1px;
	color: #999999;
}

#bottom_section_links a {
	text-decoration: none;
	color: #333333;
	font: normal 8pt Verdana,Sans-Serif;
}

#bottom_section_links a:hover {
	text-decoration: underline;
}

#footer {
	text-align: center;
	padding: 10px; 
}

#footer p {
	margin: 3px;
	color: #999999;
	font: normal 8pt Verdana,Sans-Serif;
}

#footer p a {
	text-decoration: none;
	color: #333333;
	font: normal 8pt Verdana,Sans-Serif;
}

#footer p a:hover {
	text-decoration: underline;
}
/*** NOT ALL PROPERTIES USE THIS ******/
table{
	border-spacing:0px;
	border: none;
}
table.bottom_links{
	text-align:left;
	vertical-align: top;
	font-size: 10pt;
	font-family: verdana;
}
table.bottom_links tr td{
		
}
table.bottom_links tr td a{
	color: #333333;
	text-decoration: none;
}
table.bottom_links tr td a:hover{
	color: #333333;
	text-decoration: underline;
}	
table.bottom_links tr td#title{
	color: #0034CA;
	font-weight: bold;
}