@charset "utf-8";
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	min-width:960px;
	text-align:center;
	background-image: url(gui/bg.png);
	background-repeat: repeat-y;
	background-position: center;
}
#wrapper {
	width:960px;
	margin: 0 auto;
	text-align:left;
	background-image: url(gui/logoarrow.png);
	background-repeat: no-repeat;
	background-position: left -40px;
}
#logo {
	width:auto;
	float:left;
	margin-left:260px;
	margin-top:-15px;
}
.ie7 #logo {
	margin-top:0px;
}
#nav {
	width:480px;
	float:right;
	margin-top:10px;
	margin-right:95px;
	background-color: #592393;
	border:thin solid #592393;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#heading h1 {
	color:#CC9900;
	font-size:24px;
	font-family: "Trebuchet MS", Arial;
	padding-top: 10px;
	font-weight:normal;
}
#content {
	text-align:left;

	padding-bottom:10px;
	width:760px;
	margin-left:70px;
	padding-left:60px;
	
}
#content p {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	line-height: 28px;
	text-align:left;
	color: #333333;
}
#content li {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	line-height: 28px;
	text-align:left;
	list-style-type: square;
	color: #333333;
}
#content h2 {
	color:#333333;
	font-size:18px;
	font-family: "Trebuchet MS", Arial;
	font-weight: normal;
}
#content h3 {
	color:#333333;
	font-size:16px;
	font-family: "Trebuchet MS", Arial;
	font-weight: normal;
}

#content a:link {
	color:#9900CC;
}
#content a:visited {color:#9900CC;}
#content a:hover {color:#9900CC; text-decoration:none;}

#footer {
	color: #333333;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	padding-bottom:8px;
	padding-top:8px;
	line-height:16px;
}
a.credit:link {
	color: #000000;
	text-decoration:none;
}
a.credit:visited {
	color: #000000;
	text-decoration:none;
}
a.credit:hover {
	color: #000000;
	text-decoration:none;
}
.gray {
	color:#000000;
	font-size:10px;
}
.clearboth {
	clear:both;
}
#left {
	width:450px;
	float:left;
}
#right {
	float:left;
	width:200px;
	margin-left:40px;
}
.normal {font-weight:normal; color:#333333; font-size:16px;}

#adobe {
	width:150px;
	padding:6px;
	border:solid 1px #000000;
	float:right;
	margin-top:80px;
	background-color:#000;
	text-align:center;
}

#adobe a:link {color:#CCC;}
#adobe a:visited {color:#CCC;}

#adobe h3 a:link {color:#FFF;}
#adobe h3 a:visited {color:#FFF;}

.small {font-size:10px;}

#chart {width:779px; font-family: "Trebuchet MS", Arial;
	font-size: 11px;}
	
	.pic {
	border: 1px solid #000000;
}
