/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/images/brown_bg.jpg);
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
}

h1{
	color: #000066;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;	
}

h2{
	color: #000066;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;	
}


h3{
	color: #000066;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.nav {
	color: #ffffff; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.nav a,
.nav a:link,
.nav a:visited {
	color: #ffffff; 
	font-weight: bold; 
	text-decoration: none;
}

.nav a:hover,
.nav a:active {
	color: #ffdd00;
}

.footer {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

.footer a,
.footer a:link,
.footer a:visited {
	color: #000000;
	text-decoration: none;
}

.footer a:hover,
.footer a:active {
	color: #ffffff;
}

.sidebox{
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
}

.sidebox-header{
	font-weight: bold;
	color: #000066;
	font-size: 14px;
}

.sidebox-dark {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
	color: #000066;
}

.sidebox-header-dark{
	font-weight: bold;
	color: #000066;
	font-size: 14px;
}

/* NEWS AND PR CLASSES */

.newstitle {
	font-weight: bold;
	font-size: 13px;
}

.newssubtitle {
	font-weight: 500;
	font-size: 13px;
}

.newsdate {
	font-style: italic;
	font-size: 12px;
}

.newssource {
	font-style: italic;
	font-size: 12px;
}

.newspreview {
	font-size: 13px;
}

/* PNG SUPPORT FOR IE6 HACK */

img {
   behavior: url("/images/iepngfix.htc");
}
td {
   behavior: url("/images/iepngfix.htc");
}
tr {
   behavior: url("/images/iepngfix.htc");
}
