/* CSS Document */
body {
  background-color:		#000099;
  font-family:			"Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;
  text-align:			center;
}
#allcontent {
  width:				650px;
  margin-left:			auto;
  margin-right:			auto;
  text-align:			left;
}
#header {
  width:				650px;
  z-index:				0;
}
#whitebox {
  width:				650px;
  height:				30px;
  left:					0px;
  right:				0px;
  margin-top:			0px;
  background-color:		#FFFFFF;
  z-index:				0;
}
.heading {
  width:				450px;
  height:				50px;
  color:				#0000FF;
  text-align:			left;
  margin-top:			-7px;
  margin-bottom:		-15px;
  padding-left:         10px;
  z-index:				100;
}
h2 {
  font-size:			120%;
  color:				#000000;
  font-weight:			bold;
}
h2 .red {
  color:				#FF0000;
  font-size:			80%;
}
.red {
  color:				#FF0000;
}
#content {
  width:				650px;
  background-color:		#FFFFFF;
  color:				#000000;
  background-image:		url(../Images/background.png);
  background-position:  bottom;
  background-repeat:	no-repeat;
  margin-top:			-23px;
  z-index:				50;
}
#content p {
  padding-left:	        10px;
  font-weight:			bold;
}
#content p.description {
  font-weight:			normal;
  color:				#000099;
  padding:              0px;
  font-size:			80%;
}
.paddedcell {
  padding:	            0px 5px 20px 5px;
}
.cdcell {
  vertical-align:		top;
}
#photo {
  width:				175px;
  float:				right;
  top:					0px;
  bottom:				0px;
  padding-top:          5px;;
  padding-bottom:	    25px;;
  padding-left:         5px;
}
.redcenter {
  font-weight:			bold;
  text-align:			center;
  color:				#FF0000;
}
#footer {
  width:				650px;
  height:				30px;
  background-color:		#000099;
  position:				relative;
  bottom:				0px;
  z-index:				75;
}
#minetsolutions {
  color:				#6699FF;
  font-size:			90%;
  text-align:			center;
}
#minetsolutions a:link {
  color:				#6699FF;
  font-size:			90%;
  font-weight:			bold;
}
#minetsolutions a:visited {
  color:				#6699FF;
  font-size:			90%;
  font-weight:			bold;
}
#minetsolutions a:hover {
  color:				#CC66FF;
  font-size:			90%;
  font-weight:			bold;
}