/* for debug /
table, div, span, form, img {
    border: solid red 1px;
}
/* end debug */

body {
    padding: 0px;
    margin: 0px;
	font: normal 10pt Verdana,Sans-Serif;
}
/* breadcrumbs */
#breadcrumbs {
	margin: -2px 0px 10px 5px;
	text-transform: capitalize;
	font: normal 8pt Verdana,Sans-Serif;
}

#breadcrumbs a {
	text-transform: capitalize;
	color: #000000;
	font: normal 8pt Verdana,Sans-Serif;
}

#breadcrumbs a:hover{
	text-decoration: underline;
	color: #0066cc;
}
#container {
    float: left; 
    width: 990px;
    border: solid 1px #bbbbbb;
    margin: 3px 0px 0px 3px;
    padding: 0px;
}
#header {
  /*  height: 96px; */
    width: 990px;
    float: left;
}
/****** sub menu ******/
#submenu {
    background-color: #d2e7cf;
    text-align: left;
    height: 25px;
    border-bottom: #006600 1px solid;
    overflow: visible;
    color: #000000;
    font: normal 10pt Verdana,Sans-Serif;
    padding: 5px 0px 0px 0px;
}

#submenu a {
    margin: 0px 0px;
	padding: 2px 0px 8px 0px;
    color: #000000;
    font: normal 10pt Verdana,Sans-Serif;
    text-decoration: none;
}

#submenu a.submenu_selected {
	background-color: #ffffff;
	border: #006600 1px solid;
	border-bottom: none;
	z-index: 99;
	position: relative;
	top: 2px;
}

#submenu a:hover{
    text-decoration: underline;
}

#left_col {
    /*** The width is 683 but adjusted for padding ***/
	float: left;
	width: 673px;
    padding: 0px 5px 10px 5px;
    margin: 10px 0px 0px 0px;
    border-right: solid #bbbbbb 1px;
}

#right_col {
    float: right;
    padding: 10px 0px 0px 0px;
    margin: 0px;
    width: 306px;
    
}

.banner {
    text-align: center;
    margin: 0px;
	padding: 0px;
}

#footer {
	border-top: none;
	padding: 10px 0px;
	text-align: center;
	font: normal 7pt Verdana,Sans-Serif;
}

#footer a {
	color: #000000;	
}

#footer a:hover {
	
	color: #0066cc;
}

/* reused by embedded content, not a part of base.rhtml */


/* featured ads */
#featured_ads {

}

/* sponsorship */
#sponsor {
	/*border: solid #9c9acc 1px;    */
	margin: 20px 0px 0px 5px;
	padding: 3px 0px 0px 0px;
	text-align: center;
	font: normal 14pt Arial,Sans-Serif;
	color: #666666;
}

#sponsor_hline {
	width: 671px;
	border: solid #9c9acc 1px;  
}
#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;
}

