/* by Trung Nguyen (10/18/2008)  
one can modify the code to fit your style.
learn more about css here:
http://www.w3schools.com/css/
*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0 auto 0 auto;
padding: 0 0 0 15px;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: url(images/layout/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: black; /*text color*/
padding: 5px 13px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: black;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white; /*!important; text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: url(images/layout/indentbg2.gif) center center repeat-x;
}

.bodyred {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF0033;
}

.bodyred a:link {
	color: #FF0033;
}

.bodyred a:hover {
	color: #FF0033;
}

.bodyred a:visited {
	color: #FF0033;
}

.footnote {
	margin: 0;
	padding: 0px;
	/*padding: 0;*/
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.footnote a:link{
	color: #333333;
}

.footnote a:hover{
	color: #333333;
}
.footnote a:visited{
	color: #333333;
}
.NameTitle {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #000099;
}

.bodysmall {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 2.5em;
	color: #000099;
}

h2 {
	font-size: 1.7em;
	color: #FF0033;
}

h2 a:link {
	
	color: #FF0033;
}

h2 a:hover {
	
	color: #FF0033;
}

h2 a:visited {
	
	color: #FF0033;
}

h3 {
	font-size: 1.5em;
	color: #000099;
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 160%;
}

ul, ol {
}

blockquote {
}

a {
	color: #000099;
	/*color: #414141;
	color: 2D495F;*/
}

.a1{
    margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000099;
}
.a1:link {
	color: #000099;
	/*color: 2D495F;*/
}

.a1:hover {
	text-decoration: underline;
	/*color: 2D495F;*/
}



a:hover {
	text-decoration: none;
}

hr {
	display: none;
}
.NewsHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	list-style-type: square;
	border: none none;


}
.headerunderline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #35607c;
	text-decoration: none;
	border-bottom: 1px solid #000066;
	
}
.bodybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
	list-style-type: square;
	border: thin none #000000;
	}