/* CSS Document */

html { min-width: 800px; }

body {
	background-color: #d7d7d7;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;

	}
.background_Margin {
	height: 90%;
	width: 100%;
}


a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #fb0706;
}
a:active {
	color: #333333;
}


.menu {
	background-color:#FFFFFF;
  border: solid 1px #CCCCCC;
  padding:5px 10px 10px 5px;
  background-color:#FFFFFF;
  outline-color:#333333;
    text-decoration:underline;
	height:auto;
}

.menuItem {
	padding:5px 5px 5px 5px;
	background-color: #FFFFFF;  
}

.menuItem a {
  color:#666666;
}


.TitleText {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #0049B9;
}

.HeaderText {
  color: #990000;
  font-size: 14px;
   
}
