/* Generic Styles for entire website */
#mybody {
/*	font-family: Arial, Helvetica, sans-serif; */
	font-family : Verdana, Arial, sans-serif;
	margin:5px 0px; 
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	background-color: #B0B0B0;
}

body {
	font-family : Verdana, Arial, sans-serif;
}

h1 {
	color: #29363E;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

h2 {
	color: #D0440F;
	font-size: 13px;
	text-decoration: none;
}

p {
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
}

li, ul, ol {
	font-size: 9pt;
	}


/* Style for MONTH dividers in calendar */
p.month {
	font-size: 10pt;
	font-weight: bold;
	color: white;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
/*	background-color: #D0440F;*/
	background-color: #8395A1;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-bottom: 0;
}


#topline {
	background-color: #29363E;
	height: 9px;
}
#logocell {
	background-color: #FFFFFF;
	width: 174px;
	height: 134px;
}


#contentdiv {
	width:770px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	}
	
#maintable {
	width: 770px;
	text-align: left;
}

#menu {
	background-color: #29363E;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	vertical-align: top;
	text-align: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#menu a {
	color: #AEB6BB;
	font-size: 9pt;
	text-decoration: none;
	line-height: 1.4em;
}

#menu a:hover {
	color: #E2A056;
	font-size: 9pt;
	text-decoration: none;
	line-height: 1.4em;
}

.smalllink {
	font-size: 8pt;
}

.smalllink a:hover {
	font-size: 8pt;
	text-decoration: underline;
}


.imgleft {
  float: left;
  margin-right:10px;
  margin-bottom:5px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
  }
/*================================================================================
/* TABLE tags for content formatting
================================================================================*/

#maincontent-index {
	background-color: #FFFFFF;
	width: 365px;
	text-align: left;
	vertical-align: top;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
}

#maincontent-index2 {
	background-color: #FFFFFF;
	width: 560px;
	text-align: left;
	vertical-align: top;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
}

#maincontent-index2 h3 {
	color: #D0440F;
	font-size: 13px;
	text-decoration: none;
	margin-bottom: 0px;
}

#footer {
	background-color: #29363E;
	height: 20px;
 	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: #AEB6BB;
	text-decoration: none;
	font-size: 8pt;
	text-align: right;
	padding-right: 10px;
	padding-top: 4px;
}

#footer a {
	color: #AEB6BB;
	text-decoration: none;
}

#footer a:hover {
	color: #797B00;
}	

#rightcontent {
	background-color: #FFFFFF;
	width: 196px;
	vertical-align: top;
	padding-top: 20px;
	padding-bottom: 10px;
}
.promo {
	width: 188px;
	border: 1px solid #9A9B9D;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#promo2 {
	width: 188px;
	border: 1px solid #9A9B9D;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.promo h1 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	font-weight: bold;
	color: #D0440F;
	text-decoration: none;
	margin-bottom: 2px;
}
.promo p {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	margin-top: 6px;
}

.smallbot {
margin: 0 0;
}

.spacebefore {
margin-top: 5px;
}

.indent{
 margin-left: 20px;
}