body {
     font: 100.01% Verdana, Arial, Helvetica, sans-serif; 
     background: #000000;
     margin: 0; 
     padding: 0;
}
img{
	border: none;
}
#addressbar {
text-align: center;
width: 100%;
background: #b4121b;
font-size: .70em;
color: #ffd7d7;
font-weight: bold;
}
.borderbar {
height: 4px;
width: 100%;
overflow: hidden;
background: url(images/border.gif) repeat-x;

}
#menubar {
height: 37px;
text-align: center;
background: url(images/menu_bg.gif) repeat-x;
padding-top: 15px;
}

#menubar a {
color: #ffffff;
text-decoration: none;
font-size: .7em;
font-weight: bold;
padding-left: 6px;
padding-right: 6px;
}
#menubar a:hover{
color: #fff000;
text-decoration: underline;
}
#menubar a.current {
font-weight: bold;
color: #fff000;
text-decoration: underline;
}

#header {
background: #b4121b url(images/header.jpg) no-repeat center;
height: 149px;
}
#bottomcontainer {
background: #b4121b;
color: #ffffff;
padding-top: 10px;
height: 60px;
}


#footer {
margin: 0 auto;
width: 764px;
}
#footer p {
font-size: .7em;
}




#privacy {
margin: 0 auto;
text-align: center;
padding-bottom: 3px;
}
#privacy a {
text-decoration: underline;
color: #1b5959; 
font-style: italic;
font-size: .9em;
}
#privacy a:hover {
color: #000000; 
}

#home_content {
background: #ffffff url(images/index_bg.jpg) no-repeat;
font-size: .8em;
margin: 0 auto;
padding: 0;
padding-top: 342px;
width: 764px;
}

#content {
margin: 0 auto;
padding: 10px;
width: 744px;
background: #ffffff;
font-size: .8em;
min-height: 515px;
}

#content h1 {
color: #6b0e1c;
font-size: 1.2em;
border-bottom: 1px solid #6b0e1c;
margin-bottom: 3px;
}
#content h2 {
color: #6b0e1c;
font-size: 1.2em;
margin-bottom: 3px;
}
#content p, #home_content p {
margin: 0;
padding: 6px 0 0 10px;
text-indent: 15px;
}
#leftcol {
padding-top: 150px;
width: 369px;
float: left;
text-align: center;
}
#rightcol {
width: 349px;
padding: 10px;
float: left;
}
#content p.noIndent {
text-indent: 0px;
}
#content a {
color: #3333ff;
}
#content a:hover {
color: #990000;
}
#content ul li{
	list-style: inside;
}

#content ul li {
padding-bottom: 6px;
}

.fltlft {
float: left;
padding: 5px 8px 6px 0;

}

.fltrt{
	float: right;
	padding: 5px;
}


#content .officemap {
padding-left: 10px;
}

.brclear {
clear:both; 
height:0; 
margin:0; 
font-size: 1px; 
line-height: 0; 
} 


/* ***** IP Team Logo branding **** */
#ipBrand{
	width: 400px;
	text-align: right;
	margin: 0 auto; /* adjust as needed depending on layout */
	padding: 1px 0 0 0; /*prevents margin-collapse */
	height: 52px;
	float: right;
}
#ipBrand p {
margin-top: 11px;
}
.ipLogo{
	float: right;
	padding: 0 5px 0 6px;
}
/* end branding */



.notes {
color: #990000;
font-weight: bold;
}