@charset "ISO-8859-1";
a {
	font-size: 12px;
	color: #006699;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: underline;
	color: #003399;
}
a:active {
	text-decoration: none;
}
}

a img {
	border-width: 0; 
	border-style: none;
}


/*
COMMON --------------------- */

br {
	clear: both;
}

hr {
	display: none;
}

p {
	margin: 5px;
	font-size: 12px;
	padding: 0; 
	padding-top: 1em;
	line-height: 170%;
}


/*
MASTHEAD + SUBMAST --------------------- */

h1 {
	margin: 0;
	position: absolute;
	top: 20px;
	left: 180px;
	z-index: 3;
	width: 212px;
	background: url(../img/logo.gif) no-repeat;
	text-indent: -9000px;
	height: 120px;
}

h1 a {
	display: block;
	height: 87px;
}

#mast-content {
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 4; 
	margin-left: 50%; 
	width: 50%;
}	

#masthead {
	position: relative; 
	background: #000000 repeat-x;
	height: 15.4em;
}
/* time and date style*/
#meta {
	margin: 0 0; 
	font: 9px Verdana, serif; 
	color: #777; 
	padding: 0px; 
	text-transform: lowercase; 
	letter-spacing: 0;
}

#meta p {
	display: block; 
	float: left; 
	padding-top: 0; 
	font: Verdana, serif; 
	color: #777;
}

#meta span {
	display: block; 
	float: center; 
	line-height: 100%;
}

#navcontainer {
	float: left; 
	width: 50%; 
	margin-top: 0px;
	background: #000000
}

ul#nav {
	margin: 0; 
	padding: 0; 
	list-style: none;
	background: #000000
}

/* Two backgrounds are used, the second being a hack for Internet Explorer */
#nav li {
	margin: 8px 0; 
	padding-top: 0px; 
	font: Verdana, serif; 
	background: #FFF; 
	text-transform: uppercase; 
	letter-spacing: 1px; 
	background: url(./images/bg_dotted.gif) repeat-x 0 77% !important; 
	background-position: 0 61%;
} 

#nav li a {
	float: left; 
	background: #000000;
	color: #FFFFFF; 
	text-decoration: none;  
	padding: 1px 3px;
    font-size: 9px;
}

#nav li a:hover {
	color: #48546A; 
	background: #FFF;
	text-decoration: none;
	font-size: 9px;
}

ul#nav li span {
	display: block; 
	float: right; 
	padding: 1px 1px; 
	font-size: 8px;
	color: #FFFFFF;
}	

#home #nav-home {
	font-weight: bold;
}

body
{
	margin: 0 0; 
	font: Verdana, serif; 
	color: #333; 
	padding: 0px; 
	letter-spacing: 1px;
}

.style1 {font-size: 14px}
body,td,th {
	font-size: 11px;
}
h1 {
	font-size: 10px;
}
.style2 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
/* box is the shaded area that holds a rounded corner box or flat box, fitting the given width of the column it is in. Usually combined with another class to control inner elements, eg box default */

.box {
margin: 15px 0 0 0;
padding: 5px 0 5px 0;
background:url(diags.gif);
}

/* Styling of the boxes if there is no JavaScript support */

.cbb {
margin: 0 10px 0 10px;
background: #FFF;
padding: 5px 0 5px 0;
line-height: 170%;
}	
