/* Presentation Stylesheet */ 

.hidden
{
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

#hdr a, a:link, a:hover, a:visited, a:active 
{
	font-weight: normal; 
	text-decoration : none; 
	padding: 0px; 
	border: none; 
	background: none;
}

#navBar a{ 
	padding: 0px 3px 0px 3px;
	font-weight: bold;
	font-family: verdana, sans-serif;
	font-size:.8em;	
	line-height: .5cm;
	color:#fc0;
}

#navBar a:link {
	padding: 0px 3px 0px 3px;
	text-decoration: none;
	color: #000;
	background: #fff;
	border: 1px solid #fff; 
}

#navBar a:visited {
	padding: 0px 3px 0px 3px;
	text-decoration: none;
	color: #000;
	background: #fff;
	border: 1px solid #fff;
}

#navBar a:hover {
	padding: 0px 3px 0px 3px;
	text-decoration: none;
	background: #c00;
	color: #fff;
	border: 1px solid #666; 
}

#cont {
	color: #000;
}

h1, h2 {color: white; background-color: #cc0000; margin-top:5px;}

h3, h4, h5, h6 {
	color:#cc0000;
	text-align: left;
	margin-top: 5px;
}

h1 { font-size: 140%; clear: both; }
h2 { font-size: 120%; clear: both;}
h3 { font-size: 100%; clear: both;}
h4 {font-size: 100%; clear: both;}

a:link {
	font-weight: bold; 
	color : #339900; 
	background-color : transparent; 
	text-decoration : none;
}

a:visited {
	font-weight: bold; 
	color : #339900; 
	background-color : 
	transparent; 
	text-decoration : none;
}

a:hover{
	font-weight: bold; 
	color : #cc0000; 
	background-color : #ffcc00; 
	text-decoration : none;
}

.center {
	text-align:center;
}

img{
	border: 0px;
}

img.right {
	float:right;
	padding: 0px 0px 10px 10px;
}

img.left {
	float:left;
	padding: 10px 10px 10px 0px;
}

li {padding-bottom: 1em;}

.menu{
	line-height: .5cm;
	font-weight: normal;
	font-family: verdana, sans-serif;
	font-size:.8em;	
	background: none;
	color:#000;
	text-align: center;
}

.menu a {
	padding: 0px 3px 0px 3px;
	font-weight: bold;
	text-decoration: none;
	color: #390;
	background: #fff;
	border: 1px solid #fff; 
}

.menu a:visited {
	padding: 0px 3px 0px 3px;
	font-weight: bold;
	color: #390;
	background: #fff;
	border: 1px solid #fff;
}

.menu a:hover {
	padding: 0px 3px 0px 3px;
	font-weight: bold;
	background: #fc0;
	color: #c00;
	border: 1px solid #f93; 
}

.menu2 {
	line-height: .5cm;
	font-weight: normal;
	font-family: verdana, sans-serif;
	font-size:.8em;	
	background: none;
	color:#000;
	text-align: center;
}

.menu2 a {
	font-weight: normal;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
	color: #000;
	background: none;
}

.menu2 a:link {
	font-weight: normal;
	text-decoration: none;
	color: #333;
	background:none;
}

.menu2 a:visited {
	font-weight: normal;
	color: #333;
	background:none;
	
}

.menu2 a:hover {
	font-weight: normal;
	color: #c00;
}

.bold {font-weight: bold;}
.note {
	font-weight: bold; 
	font-style: italic;
	font-size: 90%;
}

.red {color: #cc0000;}

.boldred {
	color: #cc0000;
	font-weight: bold;
}
	

p.top {
	text-align: right;
	font-size: 90%;
}

span.date {font-weight: bold;}


table{
	padding: 0px;
	margin: 0px;
}

#ftr { 
	text-align: center;
}

#copy {
	color: #000;
	font-size: .8em;
}

div.captiontext {
	text-align:center;
	border: thin silver solid;
	margin-bottom: 15px;
	width:95%;
}


div.captiontext p {
	margin-top:5px;
	font-style: normal;
	font-size: .9em;
	text-indent: 0;
}

