@charset "utf-8";
body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #441534;
}
.leftArea {
	width: 173px;
}
.rightArea {
	width: 557px;
}
.menu {
	background-image: url(../images/leftBox.gif);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
}
.menu h1 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.menu ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
}
.menu li {
	list-style-type: none;
	list-style-image: url(../images/bullet.gif);
}
.content {
	background-image: url(../images/rightBox.gif);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.contentImage {
	background-image: url(../images/rightBox.gif);
	background-repeat: repeat-y;
	color: #441534;
	padding: 10px;
	text-align: center;
}
.contentImage img {
	padding-right: 15px;
}
.footerLeft {
	text-align: left;
	color: #6F7578;
	font-size: 10px;
}
.footerRight {
	text-align: right;
	color: #6F7578;
	font-size: 10px;
}

a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  color: #441534;
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  color:            #441534;
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  color:            #441534;
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  none;
  color: #441534;
  } 
</style>
