body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	letter-spacing: 0.1em;
}

.LHimage   {
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 0px;
	float: left;
	z-index: 30;
	border: 2px solid #333333;
	position: relative;
	left: 0px;
	top: 0px;
}

.RHimage {
	clip: rect(auto,auto,auto,auto);
	top: 0px;
	vertical-align: text-top;
	text-align: left;
	float: right;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	border: 2px solid #333333;
}


#MainArea {
	position:absolute;
	width:780px;
	top: 8em;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


#MainArea   .MainContent {
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 20px;
}
#MainArea .MainContent p {
	margin-right: 4px;
}

#MainArea  h1 {
	font-size: 24px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-left: -10px;
	margin-right: -10px;
	line-height: 1.8em;
	font-weight: normal;
	font-style: normal;
}
#MainArea  h2 {
	font-size: 18px;
	margin-left: 0px;
	margin-right: -10px;
	line-height: 1.8em;
	font-weight: normal;
}
/* Sets the style for visited links. */
#MainArea .MainContent  a:visited {
	color:  #333333;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
#MainArea .MainContent  a:hover {
  color: #990033;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
#MainArea .MainContent  a:focus {
	color:  #333333;
	text-decoration: none;
}
#MainArea .MainContent   /* Sets the style for a link that is being activated/clicked. */
a:active {
	color:  #333333;
	text-decoration: none;
}
#MainArea .MainContent  a {
	color: #333333;
	text-decoration: none;
}
#MainArea .MainContent img {
	margin-left: 10px;
	margin-right: 10px;
}
#MainArea .MainContent .leftColumn1 {
	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 250px;
	position: relative;
	top: 0px;
}
#MainArea .MainContent .leftColumn2 {
	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 300px;
	position: relative;
	left: 340px;
	top: -520px;
}
#MainArea .MainContent .MenuPanel   {
	border: 2px solid #333333;
	background-color: #FFFFFF;
	text-align: left;
	width: 180px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#MainArea .MainContent .MenuPanel h1 {
	font-size: 12px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	line-height: 2em;
	text-indent: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	background-color: #6C7900;
	color: #FFFFFF;
}

/* Sets the style for visited links. */
#MainArea .MainContent .MenuPanel h1 a:visited {
	color:  #FFFFFF;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
#MainArea .MainContent .MenuPanel h1 a:hover {
  color: #FFE4A7;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
#MainArea .MainContent .MenuPanel h1 a:focus {
	color:  #FFE4A7;
	text-decoration: none;
}
#MainArea .MainContent .MenuPanel h1 /* Sets the style for a link that is being activated/clicked. */
a:active {
	color:  #FFE4A7;
	text-decoration: none;
}
#MainArea .MainContent .MenuPanel h1 a {
	color: #FFFFFF;
	text-decoration: none;
}

#MainArea .MainContent .MenuPanel img {
	border: 2px solid #333333;
	width: 175px;
	margin: 0px;
	padding: 0px;
}
#MainArea .MainContent .MenuPanel p {
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}





.BottomMenu {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	line-height: 2em;
	z-index: 1;
}
/* Sets the style for visited links. */
.BottomMenu  a:visited {
	color:  #333333;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
.BottomMenu  a:hover {
  color: #990033;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
.BottomMenu  a:focus {
	color:  #333333;
	text-decoration: none;
}
.BottomMenu   /* Sets the style for a link that is being activated/clicked. */
a:active {
	color:  #333333;
	text-decoration: none;
}
.BottomMenu  a {
	color: #333333;
	text-decoration: none;
}
#SideBar {
	position:absolute;
	width:150px;
	height:100%;
	top: 0px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	left: 780px;
	padding-top: 8em;
	visibility: hidden;
}


#SideBar .SideContent  {
	margin: 10px;
	top: 10em;
	position: absolute;
	text-align: center;
	width: 80%;
	vertical-align: text-bottom;
}
#SideBar     h1   {
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
#SideBar   .RHTopimage {
	position: absolute;
	top: 10px;
	float: right;
	visibility: visible;
	right: 300px;
}
/* Sets the style for visited links. */
#SideBar  a:visited {
	color:  #333333;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
#SideBar  a:hover {
	color: #990033;
	text-decoration: underline;
	filter: Alpha(Opacity=5, );
}
/* Sets the style for a link that has focus. */
#SideBar  a:focus {
	color:  #333333;
	text-decoration: none;
}
#SideBar   /* Sets the style for a link that is being activated/clicked. */
a:active {
	color:  #333333;
	text-decoration: none;
}
#SideBar  a {
	color: #333333;
	text-decoration: none;
}
#TopBar {
	position:absolute;
	width:955px;
	height:6em;
	z-index:3;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 14px;
	font-weight: bold;
	visibility: hidden;
}
#TopBar  .TopMenu {
	width: 70%;
	margin-left: 65px;
	top: -7px;
	position: relative;
}
/* Sets the style for visited links. */
#TopBar .TopMenu a:visited {
	color:  #333333;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
#TopBar .TopMenu a:hover {
  color: #990033;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
#TopBar .TopMenu a:focus {
	color:  #333333;
	text-decoration: none;
}
#TopBar .TopMenu  /* Sets the style for a link that is being activated/clicked. */
a:active {
	color:  #333333;
	text-decoration: none;
}
#TopBar .TopMenu a {
	color: #333333;
	text-decoration: none;
}
#TopBar img {
	visibility: visible;	
}
