H1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #B21414;
	width: 95%;
	border-bottom: 2px solid #FFFFFF;

}
H2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #B21414;
}
H3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #B21414;
}
.navbar_container{padding-right: 12px; text-align: right; height: 24px;}
.navbar_link{font-weight: bold; font-family:Arial, Helvetica, sans-serif; font-size: 8pt; text-decoration:none;}
A:link {color:#003399; text-decoration:none}
A:visited {color:#003399; text-decoration:none}
A:hover {color:#002A76; text-decoration:none}
A:active {color:#003399; text-decoration:none}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#000000;
	background-color: #201F24;	
	margin: 0px 0px 0px 0px;
}
TD, P {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#000000;
}
.disclaimer{
	font-size: 8pt;
	font-weight: normal;
	
}
.tablep {border: 2px solid #0E6A0B; background-color: #E1E1E1;} 
.main_page_table_container{
	padding: 0px 0px 0px 0px;
	height: 100%;
	width: 736px;
	background-color: #083169;
}
.agent_picture{
	border: 1px solid #083169;
}
.agent_picture_with_cursor{
	border: 1px solid #083169;
	cursor: pointer;
}
.building_picture{
	border: 1px solid #B21414;
}

.bot_text {color: #FFFFFF; font-weight:bold;}

.navbar_link{text-transform: uppercase}
.navbar_link{font-weight: bold; font-family:Arial, Helvetica, sans-serif; font-size: 8pt; text-decoration:none;}
.footer A:link {color:#FFFFFF; text-decoration:none}
.footer A:visited {color:#FFFFFF; text-decoration:none}
.footer A:hover {color:#0099FF; text-decoration:none}
.footer A:active {color:#FFFFFF; text-decoration:none}
.footer {color: #FFFFFF}


#menu {
background: #9F9D9D; /*Main Background Color of the Entire NavBar */
float: left;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 12em;
float: left;
width: 85px; /*Width of each individual block */
cursor: pointer;

}
#menu a, #menu h2, #menu .barlink {
font-family:Arial, Helvetica, sans-serif; /*font used throughout the NavBar */
font-weight:bold; /*font used throughout the NavBar */
font-size:11px; /*font size throughout the NavBar */
display: block;
border-width: 1px; /*border on each individual block, usually made same color as BG */
border-style: solid;
border-color: #9F9D9D #9F9D9D #9F9D9D #9F9D9D; /*border on each individual block, usually made same color as BG */
margin: 0;
padding: 2px 3px;
width: 85px; /*Width of each individual block (Needs to be same as width in #menu ul*/
}

#menu h2, #menu .barlink {
color: #FFFFFF; /*Color of the text on the navbar */
background-image:url(../images/nav-right-bg.gif);
background-repeat:no-repeat;
background-position:right;
text-align:center; /* alignment of the text in each block on the actual bar */
text-decoration:none; /*Removes underline from the links */
}

#menu h2:hover, #menu .barlink:hover {
color: #B21414; /*Color of the text on the navbar when you hover over it */
/*background: #57A5D8; Background of each individual block on the navbar when you hover over it */
}

#menu ul li ul a {
color: #000000; /*Color of the text in the dropdowns */
background: #efefef; /* Background Color of the dropdowns*/
text-decoration: none; /*Removes Underline from the links */
width: 125px; /*Width of Each of the set of dropdowns, CAN BE DIFFERENT than the navbar blocks with*/
}

#menu ul li ul a:hover {
color: #B21414; /* Color of the text in the dropdowns when you hover over them*/
background: #fff; /* Background Color of the dropdowns when you hover over them */
}
#menu li {position: relative;width: 85px;}/*Width of each individual block (Needs to be same as width in #menu ul*/

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
top: 0;
left: 100%;
margin-left: 7px;
}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

