h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight: normal;
	color: #670600;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: normal;
	color: #333333;
}

h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: normal;
	color: #3333333;
}

body, html  {
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #F1F2ED url(/images/page_bg.png) repeat;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	height:100%;
	line-height: 19px;
}

table, tr, td {
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:active , a:visited {
	color: #3f7793;
	text-decoration: underline;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

#mainbody {
	width: 768px;
	background-color: #FFFFFF;
	vertical-align:top;
	padding: 0px 0 0 0 ;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
  text-align: center;
}

#sideBar {
	width: 180px;
	height: 100%;
	vertical-align:top;
	text-align: center;
  border-right: 1px solid #333333;
  background-color: #7b2f2b;
  padding: 0px 0 0 0;
}

#leftcolumn {
	width: 100%;
	height: 100%;
	padding: 10px 0px 0px 0px ;
	vertical-align:top;
}

#mainContent {
	width: 588px;
	vertical-align:top;
  background-color: #FFFFFF;
  padding: 0px 0 0 0;
}

#mainBody {
	width: 100%;
	vertical-align:top;
  width: 588px;
}

#bodyArea {
	vertical-align:top;
	padding: 0px 20px 30px 20px;
}

#leftMenu {
	text-align:center;
  background-color: #7b2f2b;
  line-height: 25px;
  color: #FFFFFF;
}

#leftMenu a:link, #leftMenu a:active , #leftMenu a:visited {
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	width: 100%;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
  border-bottom: 1px solid #999999;
}
#leftMenu a:hover {
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  background: url(/images/menu_hover.png) repeat-x;
}

#leftfooter {
  color: #ffffff;
	height: 30px;
	font-size:10px;
  background-color: #670600;
  text-align: center;
}

#leftfooter a:link, #leftfooter a:active, #leftfooter a:visited {
	color: #73afcd;
	text-decoration: none;
}

#leftfooter a:hover {
	color: #ffffff;
	text-decoration: none;
}

#rightfooter {
  color: #ffffff;
	height: 30px;
	font-size:10px;
  background-color: #670600;
  text-align:center;
}

#rightfooter a:link, #rightfooter a:active, #rightfooter a:visited {
	color: #73afcd;
	text-decoration: none;
}

#rightfooter a:hover {
	color: #ffffff;
	text-decoration: none;
}

#bodyarea {
	vertical-align:top;
	padding: 20px 0px 20px 0px;
}

#headerMenu {
  text-align: center;
  height: 12px;
  background-color: #73afcd;
  padding: 5px 10px 3px 10px ;
  border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

#headerMenu a:link, #headerMenu a:active, #headerMenu a:visited {
	color: #333333;
	text-decoration: none;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 10px 10px 10px 10px;
}

#headerMenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana;
	font-size:12px;
	background: url(/images/menu_hover.png) repeat-x;
	padding: 10px 10px 10px 10px;
}
