/* CSS Document */
body {
	background-color:#000066;
}
#master {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	font-family:"comic Sans MS";
	background-color:#FFFFFF;
}
#header {
	background-image:url(header.jpg);
	height:200px;
	width:975px;
	border-bottom:5px solid #990000;
	padding:25px 0px 0px 25px;
	color:#000066;
}
.headTitle {
	font-family:System;
	font-size:50px;
	color:#0000CC;
}
.conTitle {
	font-family:System;
	font-size:30px;
}
.headSub {
	font:Arial;
	font-size:22px;
	color:#0000CC;
}
#content {
	background-image:url(mygraph.jpg);
	background-repeat:repeat;
	background-attachment:scroll;
	width:950px;
	padding-left:50px;
	padding-top:50px;
	height:450px;
	color:#666666;
}
.list {
	font-size:24px;
	line-height:40px;
}
.label {
	width 150px;
	text-align: left;
	margin-right: 0.5em;
	display: block;
}
.submit input {
	margin-left: 4.5em;
} 
#footer {
	width:1000px;
	height:20px;
	border-top:5px solid #990000;
	color:#FFFF33;
	background-color:#000066;
	text-align:center;
	font-size:12px;
}
/* footer */
a:link {
	color:#0000CC;
	text-decoration:underline;
}
a:visited {
	color:#0000CC;
	text-decoration:underline;
}
a:hover {
	color:#FFFF33;
	text-decoration:none;
}
a:active {
	color:#0000CC;
	text-decoration:underline;
}
/* menu */
.menu {
	text-align:center;
	border-bottom:3px solid #990000;
	background-color:#CCCCCC;
}
.menu a:link {
	color:#666666;
	text-decoration:underline;
}
.menu a:visited {
	color:#666666;
	text-decoration:underline;
}
.menu a:hover {
	color:#FFFFFF;
	background-color:#666666;
	text-decoration:none;
}
.menu a:active {
	color:#666666;
	text-decoration:underline;
}
/* home hover code --------------------------------*/
ul {
	margin-left:10px;
	margin-top:10px;
	font-size:24px;
	font-weight:bold;
	position:relative;
	top: 20px;
	left: 20px;
	height: 200px;
	width: 900px;
}
li {
	list-style:square;
	font-size:24px;
}
li a {
	text-decoration:none;
}
li a:link, li a:visited {
	color:#666666;
	margin:0;
	text-decoration:none;
}
li a:hover {
	display:block;
	width:900px;
	color:#666666;
	text-decoration:underline;
} 
li a span {
	display:none;
}
li a:hover span {
	display:block;
	font-size:16px;
	text-transform:none;
	text-align:left;
	position:absolute;
	top:160px;
	width:800px;
	color:#666666;
	padding:5px;
	border:1px solid #666666;
}
