/* Design by pickledsword Edited by Alexa */
* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background: #C0C0C0;
	color: #404040;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 20px;
	text-align: center;
}
a:link, a:visited {
	color: #8080F0;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}
h1 {
	background-color: #E0E0E0;
	border: 1px solid #C0C0C0;
	font-size: 12px;
	line-height: 20px;
	padding-left: 6px;
	text-transform: uppercase;
	margin: 10px auto;
}
h2 {
	color: #C0C0CC;
	font-size: 10px;
	line-height: 12px;
	padding-left: 6px;
	text-transform: uppercase;
	margin: 4px auto;
	float: right;
}
p {
	line-height: 16px;
}
#preload {
	height: 0;
	width: 0;
	background-image: url(images/body.gif);
	background-image: url(images/footer.gif);
	background-image: url(images/header.gif);
	background-image: url(images/title01.jpg);
	background-image: url(images/MuonsIncLogo-sml.png);
	background-image: url(images/FermiLogo_blue-sml.gif);
	background-position: -1000px -1000px;
}
#wrap {
	background: #F0F0F0 url(images/body.gif) center repeat-y;
	border: 1px solid #505050;
	margin: 0 auto;
	text-align: left;
	width: 800px;
}
#header {
	background: url(images/header.gif) center no-repeat;
	height: 14px;
}
#nav {
	float: left;
	padding-top: 10px;
}
#nav ul {
	margin-bottom: 20px;
}
#nav li {
	display: inline;
	list-style: none;
}
#nav li a {
	background: #F0F0F0;
	border: 1px solid #CCCCCC;
	color: #808080;
	display: block;
	font-weight: bold;
	line-height: 20px;
	margin: 3px;
	text-decoration: none;
	text-indent: 5px;
	width: 130px;
}
#nav li a:hover {
	background: #B6B6B6;
	border: 1px solid #909090;
	color: #F0F0F0;
}
#nav img {
	display: block;
	margin: 8px;
        border: 2px solid #E0E0E0;
}
#content {
	float: right;
	margin-top: -4px !important;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 4px;
	width: 648px;
}
#content p {
	background-color: #F0F0F0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	width: 500px;
}
#content table {
        margin-left: 10px;
	border: 1px solid #909090;
	background-color: #F0F0F0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	width: 520px;
}
#content th {
        color: #F0F0F0;
        background-color: #B6B6B6;
        border: 1px solid #909090;
        font-weight: bold;
        text-transform: uppercase;
        padding-left: 10px;
        padding-right: 10px;
}
#content td {
        padding-top: 4px;
        padding-left: 10px;
        padding-right: 10px;
}
#content form {
	background-color: #F0F0F0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 40px;
	width: 460px;
}
#content input {
	color: #F0F0F0;
	font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
	background-color: #B6B6B6;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
        border: 1px solid #909090;
}
#content ul {
	background-color: #F0F0F0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
	padding-right: 40px;
	width: 460px;
	margin-top: 0px;
	margin-left: 0px;
	list-style: square inside none;
}
#content li {
	margin-top: 5px;
}
#content a img {
	border: 1px solid #E0E0E0;
	margin: 15px 0 0 25px;
	padding: 2px;
}
#content a:hover img {
	border: 1px solid #909090;
}
#footer {
	background: url(images/footer.gif) center no-repeat;
	clear: both;
	height: 20px;
}
#pic {
	background: url(images/title01.jpg) no-repeat;
	border: 1px solid #505050;
	height: 220px;
	margin: 0 auto 10px auto;
	width: 800px;
}