/* LINKS */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #000000;
}
p {
	padding:0;
	margin-top: 0;
	font-size: 12px;
	font-family: "Trebuchet MS";
}
/* LINKS */

/* TABLE */
th{}
td {}
/* HEADINGS */
h1{
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size:18px;
	color: #7b009a;
	border-bottom: solid 8px #7b009a;
}
h2{
	font-family: "Trebuchet MS";
	text-align:center;
	font-size:16px;
	color: #7b009a;
	border-bottom: solid 2px #7b009a;

}
h3{	font-weight: bold;
	font-size:14px;}
h4{	font-weight: bold;
	font-size:14px;}
h5{	font-weight: bold;
	font-size:14px;}
h6{	font-weight: bold;
	font-size:14px;}
/* BACKGROUNDS */

#master {
	background-color: #ffffff;
	width: 100%;
}
#header {
	width: 100%;
	padding: 0px;
	margin-bottom: 0px;
	background-color:#ffffff;
}


#content {
	text-align:justify;
	float:left;
	margin: 0px;
	padding: 5px;
	background-color: #F4E3F9;
}
#sidebar {
	float: left;
	margin: 0px;
	padding: 5px;
	background: #ffffff;
}

#footer {
	background: #ffffff;
	margin: 0px;
	clear: both;
	width: 800px;
	text-align: center;
	color: #000000;
	vertical-align: middle;
	padding: 0px;
	border-top: solid 2px #7b009a;

}

#orange {
	background: #ff9600;
}

#box h1{
	background-color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px;
	padding: 2px;
	font-weight: normal;
}

ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	display:block;
	height:34px;
	font-size:16px;
	background: #7b009a;
	font-family: "Trebuchet MS";
}

ul#menu li
{
	display:block;
	float:left; 
	margin:0;
	padding:0;
	background: #7b009a;

}
	
ul#menu li a
{
	display:block;
	float:left;
	color: #ffffff;
	text-decoration:none;
	padding:8px 20px 0 20px;
}
	
ul#menu li a:hover
{	
	color: #ecd6f2;
	height:22px;
}
	

ul#menu li a.current
{
	display:inline;
	height:22px;
	float:left;
	margin:0;
}

.links {
	color: #ff9600;
	font-size: 12px;
	font-family: "Trebuchet MS";
}
A.links:link {
	COLOR: #7b009a; TEXT-DECORATION: none
}
A.links:visited {
	COLOR: #7b009a; 
}
A.links:hover {
	COLOR: #000000; 
}

#sidebarText {
	font-family: "Trebuchet MS";
	font-size: 6px;
}