@charset "UTF-8";
/* CSS Document */

body,td,th {
	color: #FFF;
	font-family: Geneva, Verdana, sans-serif;
	font-size: 12px;
}

body.files {
	background-color:#6973AE;
}

body.audio {
	color:#6973AE;
	font-family: Geneva, Verdana, sans-serif;
}

body.resources {
	background-image: url(pattern_144.gif);
}

body.servers {
	background-image: url(pattern_120.gif);
}


#header {
	width: 350px;
	margin: 0px;
	padding-left: 12px;
}
a {
	color:;
	text-decoration: none;
	color: #696;
}
a:hover {
	color: #9DB680;
	text-decoration: underline;
}


body.files h1 {
	background-color: #6973AE;
	padding-left: 0px;
}

h1 {
	font-family: "Comic Sans MS", cursive;
	font-size: 1.4em;
	background: #7F9966;
	color: #EAF0D7;
	padding-left: 10px;
}

.files #main {
	width: 600px:
}

#main.demo_swf {
	width: 800px:
}
.resources #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.resources #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #333;
}

.black {
	color: #333;
}
div ol .stepexpand ul li strong {
	list-style: none;
}
#flash_help {
	color: #333;
	margin-right: 20px;
	margin-left: 20px;
	font-family: Geneva, Verdana, sans-serif;
}
.diagram {
	text-align: center;
}
.servers #container {
	background: #FFF;
	width: 700px;
	margin: 0px auto;
	color: #333;
}
.servers #container #mainContent {
	padding: 12px;
}
.servers #container #mainContent h1 {
	background: #9C6;
}