p{ }
/* P:first-letter { font-size: 150%; float: left } */
     
html{
	background-color: #2f2f2f;
	margin: 0;
	padding: 0;
	color: white;
}
                         
body{
	color: white;
	background-color: #2f2f2f;
	min-width: 900px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

a{ text-decoration: none; } 
a:link, a:visited, a:active {color: #B2EEA7; font-size: 120%; }
a:hover {color: yellow }


h1{
	margin-top: 0.50em; 
	margin-bottom: 0.10em;
	height: 70px;
	text-align: center;
	font-size: 3em;
	vertical-align: middle;
}

h2{
	font-size: 130%; 
	text-align: center;
}
h3{ font-size: 120% } 
h4{ font-size: 110% }


hr{
  height: 1px;
  border: 0;
  background: #000C00;
}

table{
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	vertical-align: bottom;
	border-collapse: collapse;
	border: 0px;
	background-color: #023100;
}

table.fancy{
	-webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.5);
}

img{
  border: 0px;
}

tr{
  background-color: #023100;
}

td{
	text-align: left;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border: 1px solid black;
}

tr.evenrow{
  border: 1px solid black;
  background-color: #012C00;
}

tr.oddrow{
  border: 1px solid black;
  background-color: #014700;
}

th{
  text-align: left;
  font-size: 110%;
  border: 1px solid black;
  background-color: #001B00;
}

#frame{
	min-width: 900px;
	-moz-border-radius-topleft: 32px;
	-webkit-border-top-left-radius: 32px;
	-moz-border-radius-topright: 32px;
	-webkit-border-top-right-radius: 32px;
	-moz-border-radius-bottomleft: 32px;
	-webkit-border-bottom-left-radius: 32px;
	-moz-border-radius-bottomright: 32px;
	-webkit-border-bottom-right-radius: 32px;
	-webkit-box-shadow: 12px 12px 16px rgba(0, 0, 0, 0.75);
	overflow: auto;
}

#header{
	text-align: center;
	background-color: #000016;
	background-image: url("/images/title.jpg");
	height: 256px;
	background-position: center top;
	background-repeat: no-repeat;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	-moz-border-radius-topleft: 32px;
	-webkit-border-top-left-radius: 32px;
	-moz-border-radius-topright: 32px;
	-webkit-border-top-right-radius: 32px;
}

#contentFrame{
	margin: 0 auto;
	padding-left: 2%;
	padding-right: 2%;
	background-color: #041401;
	overflow: auto;
	border-left: 1px solid black;
	border-right: 1px solid black;
}


#leftFrame{
	background-color: #041401;
	width: 75%;
	float: left;
	border: 0px;
}
   
#rightFrame{
	margin-left: auto;
	margin-right: auto;
	background-color: #041401;
	width: 25%;
	border: 0px;
	float: right;
}

#centerFrame{
	clear: both;
	overflow: auto;
}

#footer{
	background-color: #041401;
	min-width: 900px;
	min-height: 50px;
	clear: both;
	overflow: auto;
	padding-left: 3%;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	-moz-border-radius-bottomleft: 32px;
	-webkit-border-bottom-left-radius: 32px;
	-moz-border-radius-bottomright: 32px;
	-webkit-border-bottom-right-radius: 32px;
}

#email{
	text-align: right;
	font-size: 90%;
}

#navbar{
	border: 1px solid black;
	background-color: #0C012B;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	min-width: 900px;
}

#navbar ul{
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
	display: inline;
	white-space: nowrap;
	line-height: 1.75em;
}

#navbar li{
	display: inline;
	list-style-type: none;
}

#navbar a{
	padding-left: 2%;
	padding-right: 2%;
	color: #AFB8FF;
	font-size: 120%;
}

#navbar a:hover{
	color: #FFFF00;
}

#userInfo{
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 2%;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	font-size: 95%;
	background-color: transparent;
}

#userInfo a{
	color: #ffffff;
}

#userInfo a:hover{
	color: yellow 
}

div.box, div.dialog{
	border: 1px solid black;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.5);
}

div.box{
	background-color: #044B01;
}

div.dialog{
	text-align: center;
	background-color: #012C00;
	-moz-border-radius-topleft: 32px;
	-webkit-border-top-left-radius: 32px;
	-moz-border-radius-topright: 32px;
	-webkit-border-top-right-radius: 32px;
	-moz-border-radius-bottomleft: 32px;
	-webkit-border-bottom-left-radius: 32px;
	-moz-border-radius-bottomright: 32px;
	-webkit-border-bottom-right-radius: 32px;
}

div.boxHeader{
	font-size: 125%;
	background-color: #002700;
	border-bottom: 1px solid black;
	padding-left: 3%;
	padding-right: 3%;
}

div.boxContent{
	padding-left: 4%;
	padding-right: 4%;
}

img.graph{
	border: 0px;
	-webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
}

