html,body{
      margin:0px;
      height:100%;
      border:none;
			font-family: Arial;
			font-size: 10pt;
}

body {
  padding:15px;
	background-image: url(../images/background.jpg);
}

table#main {
	width: 780px;
	border: 2px solid #C5C9BB;
	background-color: #FFFFFF;
	border-collapse: separate; 
	border-spacing: 3px;	
}

table#main td{
	border: 1px solid #C5C9BB;
	padding: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	color: #000000;
	border-left: 4px solid #990000;
	padding-left: 6px;
	height: 20px;
	overflow: visible;
	margin: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #4C6C69;
	margin: 0px;
}

div#content{
	 border-right: 4px solid #E9C100;
	 height: 100%;
	 background-image: url(../images/content-bckGrad.jpg);
	 background-position: bottom;
	 background-repeat: repeat-x;
	 color: #252525;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 10pt;
	 padding: 10px;
	 line-height: 18px;
	}
.content{
	 color: #252525;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 10pt;
	 padding: 10px;
	 line-height: 18px;
}

li{
	list-style-image: url(../images/bullet.gif);
	font-weight: bold;
}

.copyright{
	color: #B3B3B3;
	font-family: Arial;
	font-size: 7.5pt;
	font-weight: normal;
}

/*  --------------------NAV STYLES --------------------*/

table#main a table{
	background-color: #2B3034;
	border: 1px solid #2B3034;
	border-width: 1px 0px;
	width: 100%;
	margin: 0px 0px 1px 0px;
	text-decoration: none;
}

table#main td a td{
	background-color: #2B3034;
	border: 1px solid #2B3034;
	padding: 1px 5px;
	color: #AAAFB3;
	text-align: right;
	font-size: 8.5pt;
	font-weight: bold;
	text-transform: uppercase;
}	text-decoration: none;


table#main a:hover table{
	background-color: #1C2628;
	text-decoration: none;
}

table#main td a:hover td{
	background-color: #4A4F53;
	color: white;
	border: 1px solid #FFFF00;
	cursor: pointer;
	text-decoration: none;
}

table#secondary tr td{
	border: none;
	padding: 0px;
	height: 24px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8A0000;
	font-weight: bold;
	line-height: 26px;


}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #B1510A;
	line-height: 18px;

}
