body {
    margin: 0;
    background: #fff;
    font-family: tahoma,verdana,arial,sans-serif;
    font-size: 11px;
}

input.txt { border: 1px solid #000 !important; }
input.submit { border: 1px solid #000; background: #009999; color: #fff; font-size: 12px; font-weight: bold; margin: 10px 0;
text-transform: uppercase !important; }


img { border: none; }

div#left {
    float: left;
    width: 48px;
    height: 100%;
    background: #009ba2 url(../../../assets/images/circle.png);
    background-repeat: no-repeat;
}

div#right {
    float: left;
    background: url(../../../assets/images/bg.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

div#right-page {
    float: left;
    width: 100%;
    height: 100%;
}

div#copy {
	float: left;
	margin: 20px;
	display: inline;
	width: 95%;
}

div#copy a {
	color: #009999;
}

div#copy table { border-collapse: collapse; border: 1px solid #000; }
div#copy table td, div#copy table th { border: 1px solid #000; padding: 4px; }
div#copy table th { background: #009999; text-align: left; font-weight: bold; font-size: 11px; color: #fff; }

div#copy table td p, div#copy table th p { font-size: 11px; }

table#register { border: none !important; }
table#register th { border: none !important; background: #fff !important; color: #000 !important; font-weight: normal !important; padding-bottom: 2px !important;}
table#register td { border: none !important; color: #000 !important; padding: 2px 4px 4px 2px !important; }

div#copy hr {
	border: none !important;
	color: #009999 !important;
	background-color: #009999 !important;
	background: #009999 !important;
	height: 1px !important;
}

div#breadcrumb {
	font-size: 16px;
	color: #999;
	font-weight: bold;
	padding: 10px 0;
	border-bottom: 1px solid #009999;
}

div#breadcrumb a { text-decoration: none; color: #999; }
div#breadcrumb a:hover { color: #009999; }
span.B_currentCrumb { color: #009999; }

div#children {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 15px 0;
}

div#children a {
	display: inline;
	float: left;
	padding: 4px 10px;
	background: #99d7da;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 5px;
	white-space: nowrap;
	border-left: 1px solid #fff;
}


div#other {
	width: 184px;
	padding: 0 10px;
	margin-bottom: 15px;
}

div#other h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0 0 0;
	color: #fff;
}	

div#other p {
	line-height: 16px;
	font-size: 12px;
	margin: 0;
}

div#other a {
	color: #fff;
	text-decoration: none;
}

td { font-size: 11px; }

td.vtop { vertical-align: top; }

td.footer {
	background: #919191 url(../../../assets/images/fbg.gif);
	background-repeat: no-repeat;
}

img#bbar {
	position: absolute;
	top: 155px;
	left: 55px;
}

img#bbar-page {
	position: absolute;
	top: 89px;
	left: 55px;
}

h2 { font-size: 14px; color: #666; line-height: 24px; }
p { font-size: 12px; color: #000; line-height: 20px; margin-bottom: 20px; }

a.bwhite {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

div#copy ul, div#copy li { font-size: 12px; }
div#copy li { margin-bottom: 6px; line-height: 18px; }



/** Menu **/

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	float: left;
}

#nav { margin-left: 10px !important; width: 700px !important; }

#nav a {
	display: block;
	width: 83px;
        padding: 6px 10px 2px 5px;
	font-size: 12px;
        font-weight: bold;
        color: #fff;
	text-decoration: none;
	border-left: 2px solid #009999;
	height: 30px;
}

* html body #nav a {
	padding: 6px 14px 6px 5px;
	height: 40px;
	width: 93px;
}

#nav li ul li a {
	padding: 5px 10px;
	line-height: 15px !important;
	width: 130px !important;
	height: auto !important;
	border: none;
	font-size: 11px;
	color: #000;
}

#nav a:hover {
	color: #009999;
}


#nav li { /* all list items */
	float: left;
        font-size: 12px;
        color: #fff;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: url(../../../assets/images/mbg.gif);
        background-repeat: repeat-y;
	width: 140px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
