body {
	background: #000 url("images/space.png");
	color: #C0C0C0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px;
	padding: 0;
}

a:link, a:visited {
	text-decoration: none;
	color: #AAA;
}

a:hover, a:active {
	text-decoration: underline;
	color: #AAA;
}

#header {
	background: url("images/icon.png") no-repeat;
	height: 80px;
	padding-left: 80px;
}

#header h1 {
	color: #0CC;
	font-size: 36px;
	line-height: 80px;
	text-align: center;
	margin: 0;
	padding: 0;
}

#nav {
	position: absolute;
	left: 10px;
	top: 100px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none; 
	width: 210px; /* Width of Menu Items */
	border-bottom: 1px solid #0CC;
}

#nav li { /* all list items */
	position: relative;
	float: left;
	width: 210px;
	margin-bottom: -1px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	margin-left: 209px; /* Set 1px less than menu width */
	margin-top: -26px;
}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#nav li a {
	display: block;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: right center;
	color: #C0C0C0;
	text-decoration: none;
	border: 1px solid #0CC;
	padding: 5px;
	padding-right: 30px;
}

#nav li a:hover {
	background-color: #055;
	background-repeat: no-repeat;
	background-position: right center;
}

#nav li a.link {
	background-image: url("images/link-b.png");
}
#nav li a.daddy {
	background-image: url("images/daddy-b.png");
}
#nav li a.linkdaddy {
	background-image: url("images/linkdaddy-b.png");
}

#nav li a.link:hover {
	background-image: url("images/link-g.png");
}
#nav li a.daddy:hover {
	background-image: url("images/daddy-g.png");
}
#nav li a.linkdaddy:hover {
	background-image: url("images/linkdaddy-g.png");
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* Holly Hack. IE Requirement \*/
* html #header { background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icon.png', sizingMethod='crop'); }
* html #nav li { float: left; height: 1%; }
* html #nav li a { height: 1%; }
/* End */

#content {
	margin: 0;
	margin-left: 220px;
	padding: 0;
}

#content h2, #content h3 {
	color: #0CC;
	text-align: center;
	margin: 8px;
}

#content h2 {
	font-size: 20px;
}

#content h3 {
	font-size: 15px;
}

#content .formulas .formula, #content .formulas .info {
	float: left;
	width: 50%;
	padding: 0;
}

#content .formulas .formula {
	color: #0CC;
	font-weight: bold;
}

#content b, #content th {
	color: #0CC;
}

#footer {
	clear: both;
	font-size: 10px;
	text-align: center;
}

#swi {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
}

#center {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
}

#swc {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
}

#copyright {
	font-size: 10px;
	letter-spacing: -1px;
}

hr {
	clear: both;
	height: 1px;
	color: #0CC;
	background: #0CC;
	border: 0;
}

img {
	border: 0;
}

