* {
	font-family: Verdana;
	font-size: 11px;
	line-height:16px;
	margin : 0px;
	padding : 0px;
	border : none;
}
body
{
	background-color : #FFFFFF;
	background-image : url(/img/chirobg.png);
	background-repeat : no-repeat;
	background-position: 0px 10px;
	padding-top:20px;
	padding-left : 108px;
}
p {
	margin-bottom : 10px;
}
h1, h2, h3, h4, h5, h6 {
	text-transform : uppercase;
	font-size : 12px;
}

h1{
	font-size: 14px;
}
a:link,
a:active,
a:visited {
	text-decoration : none;
}
table{
	border-collapse : collapse;
}

table.PageContainer {
	width : 820px;
	height:900px;
}
td.address{
	height:120px !important;
	width : 308px;
	color : #FFFFFF;
	text-align: left;
	font-weight : bold;
	background-color : #5576AC;
	border-bottom : solid 1px #FCD202;
}
td.address address {
	padding : 15px 0px 0px 10px;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	line-height : 200%;
}
td.address address a{
	font-style : normal;
	font-weight : bold;
	line-height : 200%;
	font-size : 12px;
	text-decoration : none;
	color : #FFFFFF;
}
td.logo{
}
td.menu{	
	background-color : #004B8E;
	color : #FFFFFF;
	height : 23px !important;
	padding-left:10px;
/*	background-image:url(/img/menu.gif); */
	background-position:left;
	background-repeat:no-repeat;
}

td.menu ul{
	list-style: none;
	z-index:0;
}
td.menu ul li{
	position: relative;	
	width:auto;
	height:18px;
	float:left;
	color:white;
	letter-spacing:1px;
	font-size:10px;
}
td.menu ul li a{
	border-right:1px solid white;
	color:white;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	white-space: nowrap;	
	padding:2px 5px 8px 3px;
	letter-spacing:1px;
}


td.menu ul li ul{
	position: absolute;
	display: none;
	left: 0px;
	top:18px;
	width:auto;
}
td.menu ul li ul li{
	float:none;
	background-color:#004B8E;
	position: relative;
	width:auto;
	margin:0px;
	padding:5px;
}
td.menu ul li ul li a{
	padding:5px;
	border-right:0px;
}
td.menu li:hover ul, td.menu li.sfhover ul{
	display:block;
}
td.menu a.selected{
	color:yellow;
}
td.content{
	background-color:transparent;
	padding:20px 10px 0px 10px;
	vertical-align:top;
	color:#004B8E;
	height:100%;
}
td.content a{
	color:#004B8E;
	font-style:italic;
}
td.sidebar{
	background-repeat:no-repeat;
	background-position:top;
	padding-top:120px;
}
td.content img{
	padding:5px;
}