@charset "utf-8";
/* CSS Document */

#page-container {
	background-color:#eefbef;
	border-style:double;
	border-color:#eefbef;
	border-bottom-color:#eefbef;
	border-top-color:#eefbef;
	border: 1px solid #eefbef; /* CSS dropshadow */
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#99FFCC')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#99FFCC');
}
body {
  background: 2b7796; /* For browsers that do not support gradients */
  background: -webkit-radial-gradient(#eefbef, #2b7796); /* Safari 5.1 to 6.0 */
  background: -o-radial-gradient(#eefbef, #2b7796); /* For Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(#eefbef, #2b7796); /* For Firefox 3.6 to 15 */
  background: radial-gradient(#eefbef, #2b7796); /* Standard syntax */
}
#grad1 {
  background: #2e7393; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #2e7393, #eefbef); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #2e7393, #eefbef); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #2e7393, #eefbef); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #2e7393, #eefbef); /* Standard syntax */
}
#grad2 {
	color: white;
    text-shadow: 2px 2px 4px #000000;
  background: #2e7393; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(right bottom, #2e7393, #eefbef); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(top left, #2e7393, #eefbef); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(top left, #2e7393, #eefbef); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to top left, #2e7393, #eefbef); /* Standard syntax */
}
footshw {
	color: white;
    text-shadow: 2px 2px 4px #000000;
}
li {
	color:#2b7796;
}
p7 {
	color: #2e7393;
	font-size:18px;
    text-shadow: 1px 1px 2px #ffffff;
}
