
body {
  font-family:'trebuchet ms',arial,verdana,sans-serif;
	margin:0;
  font-size: 12px;  
	color:#000000;
	background-color:#FFFFFF;
	text-align:left;
}

a {
	color:#336633;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
	color:#660000;
}

a:visited {
  text-decoration: underline;
	color:#660000;
}

hr {
  border-bottom:1px solid #660000;
  width:70%;
  text-align: left;
}

#content {
	width:720px;
	margin:0 auto 0 auto;
	text-align:left;
}

#main {
	text-align: center;
}

#menu {
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#660000;    /*#94AE62;*/
	margin-bottom:5px;
	color:#FFFFFF;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-variant:small-caps;
}
#menu a {
	color:#FFFFFF;
	text-decoration:none;
	padding:10px;
	padding-top:20px;
	padding-bottom:20px;
}
#menu a:hover {
	border-bottom:1px solid #336633;
	border-left:1px solid #336633;
	border-right:1px solid #336633;
	padding-left:9px;
	padding-right:9px;
	color:#336633;
	background-color:#FFFFFF;
  text-decoration: underline;
}
#menu a:visited {
  text-decoration: underline;
}
#menu img {
	float:left;
}

#sidebarRight {
	width:140px;
	float:right;
  font-size: 11px;  
	text-align:left;
	padding-left:15px;
	padding-right:15px;
  margin-bottom:100%;
  border-right:1px solid #660000;
  border-left:1px solid #660000;
}
#sidebarRight h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #336633;
	color:#660000; /*#728c40;*/
	text-align:right;
}
#sidebarRight h2 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
}

#sidebarLeft {
	width:140px;
	float:left;
	text-align:left;
	padding-left:15px;
	padding-right:15px;
  margin-bottom:100%;
  border-left:1px solid #660000;
}
#sidebarLeft h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #336633;
	color:#660000; /*#728c40;*/
	text-align:left;
}
#sidebarLeft h2 {
	font-size:10px;
	font-weight:bold;
}

#introduction {
	font-family:Helvetica, Arial, sans-serif;
	color:#99B198;
	padding-left:0px;
	padding-right:10px;
	padding-bottom:1px;
	padding-top:0px;
	text-align: left;
	
}

#imgtext{
	text-align: left;
	width:320px;
	font-size:10px;
}
#introduction img{
	float:right;
}

#mainbar {
	padding-left:15px;
	padding-right:15px;
	text-align: left;
}

#mainbar h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal;
	color:#728c40;
}
#mainbar h2 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#660000; /*#728c40;*/
}

#footer {
	width:100%;
	background-color:#660000;
	border-top:1px solid #660000;
	border-bottom:5px solid #660000;
	padding-top:5px;
	padding-bottom:5px;
	color:#FFFFFF;
	text-align: center;
	clear: both;
}

TABLE   { 
  border-collapse: collapse;
  width:75%; 
}
TR#rowA {
}
TR#rowB { 
	background-color:#99B198;
  }
TD#colA {
  text-align: left;
}
TD#colB { 
  text-align: right;
  }
