/* Design & Code (c) Company Name, Inc. */

body {
	background: #ebebe6;
	margin: 0px;
	}
	
/* Headings H1-H6 */
h1, .h1 {
	font-family: Verdana, Arial, Helvetica, Geneva;
	font-size: 20px;
	line-height: 23px;
	font-weight:bold;
	color: #505050;
}

h2, .h2 { 
	font-family: Verdana, Arial, Helvetica, Geneva;
	font-size: 17px;
	line-height: 1em;
	font-weight:bold;
	color: #090A3E;
}

h3, .h3 { 
	font-family: Verdana, Arial, Helvetica, Geneva;
	font-size: 15px;
	line-height: 18px;
	font-weight:bold;
	color: #77020E;

}

h4, .h4 { 
	font-family: Verdana, Arial, Helvetica, Geneva;
	font-size: 13px;
	line-height: 1em;
	font-weight:bold;
	color: #000000;
}

h5 { }

h6 { }





/* Paragraph and Link Styles */
p, .content, li {
	font-family: Verdana, Arial, Helvetica, Geneva;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
}

a {
	text-decoration:none;
	color: #000000;
}

.main_nav { color: #22222; 
	font-weight: 600; 
	font-size: 11px; 
	line-height: 1px; 
	font-family: Verdana, Arial, Helvetica, Geneva;
	text-decoration: none;
}

.table_border { padding-right: 20px; padding-left: 20px; border: solid 2px #ddd }

a:hover {
	text-decoration:underline;
	color: #ee0000;
}

.breadcrumbs {
	font: 9px Lucida Grande, Verdana, sans-serif;
	color:#C93D01;
}	

.footer	{ 
	font: 10px/1.5em Arial, Helvetica, sans-serif;
	color: #5A5A5A;
	text-decoration:none;
}	

.required	{ 
	font: 10px/1.5em Arial, Helvetica, sans-serif;
	color: #880000;
	text-decoration:none;
}


/* Forms */
.textField
{
	color: #0F4C78;
	background: #E6F8FF;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:2px;
}	
	
	
/* Lists and Navigation */


/* begin styles for RSS Feed */

.rss-box {
	 margin: .7em;
	 width: 145px;
     font-size: 12px;
	 background-color: #ebebe6;
	 
}
.rss-items {
	margin-top:1px;
	padding:0.5em; 0.5em;
	margin-left:1px;
	color:#000000;
}
p.rss-title {padding:0.5em;}
.rss-title {
	text-decoration: none;
	font-family: verdana;
	font-size: 85%;
	background-color:#003366;
	color:#ffffff;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.rss-item  {
  font-family: verdana;
  font-size: 85%;
  font-weight : normal;
  list-style:none;
  padding-bottom:1em;
}

.rss-item a {
	text-decoration : none;
	color:#515d86;
	font-size: 105%;
	font-weight:bold;
	font-family:verdana;
}

.rss-item a:hover {
	text-decoration : underline;
	color:#6D73A3;
	font-size: 105%;
	font-weight:bold;
	font-family:verdana;
	}
	
.rss-item a:visited {
	color:#515d86;
}

.rss-date {
	font-size: 85%;
	font-weight : normal;
	color: #515d86;
	} 
