html, body {
	font-family: arial, helvetica, sans-serif;
	
}

img {
  border: none;
}

/*IE puts a border on the HR, so lets stop that*/
* html hr {
	padding: 0px;
	margin: 0px;
	color: #fff;
	border: solid;
	height: 3px;
}

/*Firefox/Safari/Netscape HR*/
hr {
	border: none;	
	border-bottom: 3px solid #fff;
}


#container {
	font-size: 100.1%;	/* Will modify layout size.  Change font size only in presentation tags */
}

a, a:link, a:visited, a:active
{
	margin:0;
	padding:0px;
	background: inherit;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}

ul {
	  text-align: left;
	  vertical-align:bottom;
	  list-style-type: none;
}

ul.splash{
	padding:0;
	margin:0;
}

ul.splash li{
   text-align:right;
	padding: 1em;
}

ul.hori {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	vertical-align:bottom;
}

ul.hori li{
	margin: 0;
	padding: 0;
	display: inline;
}

ul.hori li a{
	
}

ul.mainNav{
	font-size:100%;
	text-align: right;
	margin: 0;
	padding: 0;
	width: 75%;
	list-style-type: none;
	display: inline;
	height: 100%;
	vertical-align:bottom;
}

ul.mainNav li{
	font-size:100%;
	display: inline;
}

ul li, ol li{
	font-size: 70%;
}

ol li{
	padding: 0.5em;
}

p span span ol li{
	font-size: 100%;
}

p span span ul li{
	font-size: 100%;
	list-style-type: disc;
}

#footer ul li{
	font-size: 55%;
	margin: 0;
	padding: 0;
}

#footer p{
	height: 100%;
	font-size: 55%;
	vertical-align: bottom;
	text-align:right;
	margin-top: 0.7em;
	padding: 0;
	
}

h1 {
	font-size: medium; 
}

h2 {
	font-size: small;
	font-weight: bold;
}

h3 {
	font-size: small;
	font-weight: normal;	
}

h4 {
	font-size: small;
	font-weight: bold;
}

h5 {
	
}

h5{
	font-size: small;
	font-weight: bold;
	padding: 0.2em;
}

h3.featuredTitle{
	font-size:100%;
	font-weight:normal
}

h3.featuredHeading{
	font-size:130%;
	font-weight:normal;
	vertical-align:bottom;		
}

#middleColumn .date .day{
	text-align: center;
	font-size: 120%;
	padding: 0;
	margin: 0;
}

#middleColumn .date .month{
   text-align: center;
	font-size: 60%;
	padding: 0;
	margin: 0;
}

p {
	font-size: 70%;
	line-height: 1.2em;
}

p.small {
	font-size: 60%;
}

p.large {
	font-size: 70%;
}

strong.req{
	color: #FF0000;
	font-weight: bold;
}

label{
	font-size: 70%;
}

.label label{
	font-size: 100%;
}

fieldset{
	border: 1px solid #999;
}

.form_help{
	background-color: #F7FCEF;
	padding:0;
	line-height:0;
}

.form_help p{
	padding:0;

	margin:5px;
}



table.attachments_table {
	border: 1px solid #999;
	width:100%;
	padding:0;
	margin:0;
	
}

table.attachments_table td{
	border-collapse: collapse;
}

table.attachments_table th {
	border-bottom: 3px solid #999;
	
	border-left: 1px solid #999;
	font-weight: bold;	
	padding:0px;
	padding-left:10px;
}
table.attachments_table th p{
	text-align: left;
	margin:0;
	padding:0;
}

table.attachments_table td p{	
	text-align: left;
	margin:0;
	padding:0;
}

table.attachments_table td {
	margin:0;
	padding:0;
	border-bottom: 1px solid #999;	
	vertical-align: top;
	padding:10px;
}

table.attachments_table td img{
	position:relative;
}

table.attachments_table .zebra {
	background-color: #fefefe;
}
