
p, ul {
	font-family : Verdana, Arial, Helvetica, sans serif;
	font-size : 70%;
	line-height: 120%; 
	padding-left : 10px;
	padding-right : 10px; 
}

a 			{ color: #000; text-decoration: underline}
a:active 	{ color: #000; text-decoration: underline}
a:visited 	{ color: #000; text-decoration: underline}
a:hover 	{ color: #000; text-decoration: underline}

h1 {
	font-family : Verdana, Arial, Helvetica, sans serif;
	font-size : 70%;
	line-height: 120%; 
	padding-left : 10px;
	padding-right : 10px; 
}

h2 {
	font-family : Verdana, Arial, Helvetica, sans serif;
	font-size : 70%;
	line-height: 120%; 
	padding-left : 10px;
	padding-right : 10px; 
}

.black { background-color : #000;}
.white { background-color : #FFF;}
.red { background-color : #CA0403;}
.grey { background-color : #EDEDED;}
.nospacepara { padding-top : 0px; }

div#content { 
	position:relative;
	top : 5px; 
  	z-index:1; 
}

.headerbg {
	background-image : url(../_images/bg_stripes.gif);
	height : 30px;
}

.txtLeftnav {
	font-family : Verdana, Arial, Helvetica, sans serif;
	font-size : 70%;
	line-height : 120%; 
	color: #FFF;
	font-weight : bold;
	text-align : right;
	padding-top : 5px;
	padding-bottom : 4px; 
}

.txtLeftnav a 			{ color: #FFF; text-decoration: none}
.txtLeftnav a:active 	{ color: #FFF; text-decoration: none}
.txtLeftnav a:visited 	{ color: #FFF; text-decoration: none}
.txtLeftnav a:hover 	{ color: #FFF; text-decoration: underline}

.txtRightnavHead {
	font-family : Verdana, Arial, Helvetica, sans serif;
	font-size : 70%;
	line-height : 120%; 
	color: #FFF;
	font-weight : bold;
	padding-top : 5px;
	padding-bottom : 4px; 
	background-color : #CA0403;
}

.txtRightnav {
	font-family : Verdana, Arial, Helvetica, sans serif;
	font-size : 70%;
	line-height : 150%; 
	color: #000;
	font-weight : bold;
	padding-top : 5px;
	padding-bottom : 4px; 
}

.txtRightnav a 			{ color: #000; text-decoration: none}
.txtRightnav a:active 	{ color: #000; text-decoration: none}
.txtRightnav a:visited 	{ color: #000; text-decoration: none}
.txtRightnav a:hover 	{ color: #000; text-decoration: underline}

.leftnav {
	background-color: #CA0403;
	width : 152px;
}

.rightnav {
	background-color: #CA0403;
	width : 152px;
}

.redband { 
	background-color : #CA0403;
	width : 486px;
	height : 22px;
	padding-top : 0px; 
	padding-bottom : 0px; 
}