/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #000000;
}

div {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

p {
	margin:5px 5px 5px 5px;
	padding:0 0 0 0;
}

h1 {
	color: #FF0000;
	margin: 20px 20px 20px 20px;
}

h3 {
	color: #993333;
	margin: 10px 10px 10px 10px;
}

a:link {
	color: #993300;
	text-decoration: none;
}
a:visited {
  color: #993300;
	text-decoration: none;
}
a:hover {
  color: red;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#Head {
	width:800px;
	height:100px;
	z-index:1;
}

#HeadImg {
	float:left;
}

#HeadTitle {
	background-image: url(images/Lightning_100.jpg);
	height: 100px;
	width: 617px;
	float: right;
}

#Title {
	color: #993333;
	font-size: 36px;
	margin: 0 0 0 0;
}

#Subtitle {
	color: #FFD700;
	font-size: 18px;
	margin: 0 0 0 0;
}

#Middle {
	width:800px;
	height:617px;
	z-index:1;
}

#Menu {
	width:183px;
	height:617px;
	z-index:2;
	float:left;
	overflow:auto;
	background-color: #993333;
}

#Menuitem {
	border-color: #FF0000;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	font-size: 18px;
	background-color: #FFD700;
	color: #FFD700;
	border-style: ridge;
	border-width: 5px 5px 5px 5px;
}

#Content {
	width:617px;
	height:617px;
	z-index:3;
	float:right;
	overflow:auto;
	background-image: url(images/Stata_617.JPG);
	color: #000000;
	text-align: left;
}

#Foot {
	width:800px;
	height:50px;
	z-index:4;
	background-color: #FFFFFF;
}

#Update {
	width:800px;
	height:25px;
	z-index:5;
	text-align: left;
	color: #FFFFFF;
	font-size: 12px;
}
