/* CSS Document */
/* NAVIGATION LINKS */
a:link.nav { 
	text-decoration:none; 
	color:#000000; 
	font-family:Arial; 
	font-size:10pt;
	font-weight:normal;
}
a:hover.nav { 
	text-decoration:none; 
	color:#cc0000; 
	font-family:Arial; 
	font-size:10pt;
	font-weight:normal;
}
a:link { 
	text-decoration:none; 
	color:#000000; 
	font-family:Arial; 
	font-size:10pt;
	font-weight:normal;
}
a:visited { 
	text-decoration:none; 
	color:#000000; 
	font-family:Arial; 
	font-size:10pt;
	font-weight:normal;
}
a:hover { 
	text-decoration:none; 
	color:#ffffff; 
	font-family:Arial; 
	font-size:10pt;
	font-weight:bold;
}
a:active { 
	text-decoration:none; 
	color:#ffffff; 
	font-family:Arial; 
	font-size:10pt;
	font-weight:bold;
}

body { 
	/* background-color:#FFFFFF; */
	background-image:url(../imgs/greybg.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:8pt; 
	color:#333333; 
	text-align:center; 
	margin:5px 0px; 
	padding:0px; 
	line-height:18px;
}

#container { 
	margin:0px auto; 
	text-align:left; 
	width:780px;
	border:1px solid #666666;
}

table.main {
	width:780px;
	background-color:#FFFFFF;
}

table.navigation {
	width:780px;
	text-align:center;
	background-image:url(../imgs/greybg.gif);
}
#sub_menu1 {
	background-image:url(../imgs/greybg.gif);
	text-align: center;
	padding-top: 2px;
	visibility: hidden;
	height:100%;
}
#sub_menu2 {
	background-image:url(../imgs/greybg.gif);
	text-align: center;
	padding-top: 2px;
	visibility: hidden;
	height:100%;
}
table.navigation td {
	 border:1px solid #FFFFFF;
}
.submen {
	background-color:#FFFFFF;
}
.logo {
	padding-right:10px;
	padding-top:5px;
	text-align:right;
}
table.locations {
	width:100%;
}
.heading {
	font-size:12pt;
	color:#00589B;
	font-weight:bold;
	border-bottom:1px dashed #CCCCCC;
}
.mainco {
	height:300px;
	padding:30px;
}
.left {
	text-align:left;
}
.center {
	text-align:center;
}
.ir {
	width:200px;
	text-align:right;
	padding-right:10px;
	padding-top:5px;
	border-top:1px dashed #CCCCCC;
}

.footer {
	padding:10px;
	width:580px;
	border-top:1px dashed #CCCCCC;
}
.top {
	vertical-align:top;
}