/* CSS Document */

h1,h2,h3,h4,h5,h6,ul,li,form,body,html,p,ol,dl,dd,dt,blockquote,img,a {
	margin: 0px auto;
	padding: 0px;
	border: none;
}

body {
	font-size: 10pt; 
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #e4ebf7;
} 

H1 
{
	text-align:center;
	font-size : 12pt; 
	font-weight : normal; 
	color : #ffffff;
	background: none;
	margin : 25px 0 10px; 
} 

H2 {
	font-size: 14pt;
}

H3 {
	font-size : 10pt; 
	color : #cecece; 
	background-color : #000060; 
	margin-top : 0px; 
	text-align : left;
	border-bottom: solid 1px black;
	padding-left: 4px;
}

H4 {
	font-size: 9pt;
}

h5 {
	font-size: 8pt;
}

h6 {
	font-size: 7pt;
} 

SUB {
	font-size : 7pt;
	font-weight: bold;
}

A,A:visited {
	color:#6666aa;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

#nav A 
{
	padding: 6px;
	display: block;
	color : #ffffff; 
	text-decoration: none;
	background: #000000 url('/images/button.jpg') repeat-x;
	text-align: left;
}
	#nav H1 A {
		background:none;
		color:#fff;
		padding: 0px;
		display: inline;
	}

	#nav H1 A:hover {
		background:none;
		color:#fff;
		font-weight:bold;
	}
		#nav H1 A:hover STRONG {
			font-weight:normal;
		}

#nav A:hover {
	color: #000000;
	font-weight: bold;
	background: #ffffff url('/images/button2.jpg') repeat-x; 
} 

#container {
	width: 770px;
	border: 1px solid #000000;
	background: #000000 url('/images/stripes.jpg') repeat bottom;
	margin: 1em auto;
}
 
#nav {
	width : 165px;
	border: 1px solid white;
	background-color: #000000;
	float: left;
	margin: 3px;
	color: white;
} 

ul {
	list-style: none;
}

#banner {
	color : #ffffff; 
	background : #000000 url('images/bannerspacer.jpg') repeat-x; 
	text-align : right; 
	height : 48px;
	margin: 0px;
} 

.corner {
	width : 5px; 
	height : 5px; 
	background : no-repeat bottom; 
} 

#content {
	font-family: arial;
	background: #eee;
	margin: 3px 3px 3px 175px;
	border: 1px solid black;
}

#footer {
	font-size: 8pt;
	margin-top: 3px;
	padding: 3px;
	background-color: #000000;
	border-top: 1px solid white;
	text-align: center;
	color: white;
	clear: left;
}

.spacer {
	background: #000000 url('images/hrGradient.jpg') repeat-x bottom; 
	height : 10px;
	border: none;
	margin: 0px;
	display: block;
}

.news 
{
	width: 165px;
	margin: 0px 3px 3px 3px;
	padding: 0px;
	background-color: White;
	color: Black;
	border: solid 1px white;
	float: left;
	clear:left;
}

.news div {
	border: solid 1px black;
	font-size: 10pt;
	padding: 2px;
}

.news A,.news A:visited {
	background: none;
	color: #005500;
	text-decoration: none;
	text-align: right;
	display: block;
	font-size: 8pt;
}

.news A:hover {
	text-decoration: underline;
	font-weight: bold;
}

#container P {
	padding-top: 1em;
	padding-right: 5px;
}

#content .item,#content P{
	padding: 4px;
}

#content .item
{
	border: solid 1px #000000;
	margin: 2px;
	position: relative;
}

.item H1 {
	font-size: 18pt;
	font-weight: bold;
	background-color: inherit;
	color: inherit;
	margin: 5px 4px;
	text-align: left;
}

.item H2 {
	font-size: 12pt;
	font-weight: bold;
	background-color: inherit;
	color: inherit;
	margin: 0px;
}

.item H3 {
	font-size: 11pt;
	font-weight: bold;
	background-color: inherit;
	color: inherit;
	margin: 5px 0px;
	border: none;
}

.item H4 {
	font-size: 10pt;
	font-weight: bold;
	background-color: inherit;
	color: inherit;
	margin: 5px 0px;
}

#content IMG {
	float: right;
	margin: 4px;
}

#headline {
	font-family: serif;
	font-size: 16pt;
	font-weight: bold;
	background: #ffffff url('./images/hrGradient.jpg') repeat-x bottom;
	color: #000000;
	margin: 0px;
	padding: 15px;
	position: relative;
}

.date,.name {
	font-size: 12pt;
	font-weight: bold;
	margin: 0px;
	background: #036;
	color: #eee;
	padding: 10px 4px 4px;
	position: relative;
}
.date {
	text-align:right;
}

.name {
	text-align: left;
	clear:right;
	position:relative;
}

.clearR {
	clear:right;
	position:relative;
}