html {
	height: 100%;
}

body  {
    background-color:#004a7f;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background:url(../images/bayWebHeader.png);
	width:800px;
	height:170px;
	margin-right: auto;
	margin-left: auto;
}

#h1 {
	background:url(../images/blue_line.png);
	background-repeat:repeat-x;
	height:35px;
	width: 950px;
    margin-right: auto;
	margin-left: auto;
	padding:2px;
}

.line2 {
	background:url(../images/blue_line.png);
	background-repeat:repeat-x;
	height:0px;
	width: 800px;
	margin-top: 20px;
    margin-right: auto;
	margin-left: auto;
	padding:5px;	
}

.top_menu {
    float:left;
	font-family:"Tahoma",Verdana,Arial,Helvetica,Sans-Serif;
	font-size:14px;
	pa123dding:50px;
}

.sublevel {
	/*color:white;*/
}

#main_level_current {
    /*color:yellow;*/
}

#main_content {
	background-color:#ffffff;
	padding:2px;
	width:950px;
    margin-right: auto;
	margin-left: auto;
}

#header h2 {
	display:none;
}

#navigation {
	color:black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
	height:1px;
	width:180px;
	f1loat:left;
	text-decoration:n1one;
	border:none;
	margin-left:10px;
}

#navigation a:link {
	color:#0053B3;
	text-decoration:none;
}   /* unvisited link */

#navigation a:visited {
	color:#0053B3;
	text-decoration:none;
}  /* visited link */

#navigation a:hover {
    color:#999999;
	text-decoration:underline;
}  /* mouse over link */

#content {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
	margin-left:230px;
	margin-right:30px;
}

.componentheading {
	color:grey;
	height:30px;
	padding-top:25px;
}

.breadcrumbs {
	color:#0053B3;
	height:30px;
	border-bottom:1px solid #0055B3;	
	text-decoration:none;
}

.breadcrumbs a:link {
	color:#0053B3;
	text-decoration:none;
}   /* unvisited link */

.breadcrumbs a:visited {
	color:#0053B3;
	text-decoration:none;
}  /* visited link */

.breadcrumbs a:hover {
    color:#999999;
}  /* mouse over link */

#footer {
	color:#333333;
	font-size:70%;
	text-align:center;
	background-image:url(images/design_footer.png);
	height:22px;
	font-family: Arial;
	/*font-weight:bold;*/
}

#footer a:link {
	color:#0053B3;
	text-decoration:none;
}   /* unvisited link */

#footer a:visited {
	color:#0053B3;
	text-decoration:none;
}  /* visited link */

#footer a:hover {
    color:#999999;
}  /* mouse over link */

#link {
	font-size:14px;
	font-weight:bold;
}

.clear {
	clear:left;
}

.search {
    float:right;
    padding:2.5px;
}

#search_outer {
	float: left;
	width: 165px;
}

#search_inner {
	border: 1px solid #cccccc;
	padding: 0px;
	height: 21px !important;
	height: 80px;
	overflow: hidden;
}

#search_inner form {
	padding: 0;
	margin: 0;
}

#search_inner .inputbox {
    float: right;
	border: 0px;
	padding: 3px 3px 3px 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #c64934;
}

.nav_sidemenu h3 {
	color:#0053B3;
	border-bottom:1px solid #0055B3;
	padding:5px;
}

.nav_login h3 {
	color:#0053B3;
	border-bottom:1px solid #0055B3;
	padding:5px;
}

.back_button {
	float: left;
	color: #0055B3;
	font-family: Arial, Helvetica, sans-serif;
    text-align: center;
  	font-size: 11px;
    font-weight: bold;
  	border-top: 1px solid #0055B3;
	border-left: 1px solid #0055B3;
	border-right: 1px solid #0055B3;
	border-bottom: 1px solid #0055B3;
  	background: #fff;
  	padding: 3px;
}

.back_button a:hover {
    color:#999999;
}

#pathway_text {
    overflow: hidden;
	display: block;
	height: 25px;
	line-height: 25px !important;
	line-height: 22px;
	padding-left: 4px;
	border-bottom: 1px solid #0055B3;
	margin-bottom: 2px;
	font-size: 12px;
	color: #0055B3;
}

#pathway_text img {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 6px;
}

ul#menulist_root li ul {
    display:none;
}
ul#menulist_root li:hover ul{
    display:block;
    background:none;
}
ul#menulist_root li ul li{
	background:#0000CC;
    clear:both;
	color:white;
	border-bottom:1.5px solid grey;
    font-weight: bold;
	text-decoration:none;
}
ul#menulist_root li ul li a{
    background:none;
    width:66px;
}
ul#menulist_root li ul li a:hover{
    color:#333333;
    background:#BFB9A7 none repeat scroll 0 0;
}
