body, html {
	font-family: Arial;
	font-size: 12px;
	background-image: url("/images/background.jpg");
	margin-top: 0px;
	
	
}

A:visited  {color: #949599; text-decoration: none}
A:link  {color: #949599; text-decoration: none}
A:active  {color: #C0FFC0; text-decoration: none}
A:hover   {cursor: crosshair; color: #C0FFC0; background-color: lightslategray; text-decoration: none}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1000px;
	background-color: #fff;
	min-height: 600px;
	position:relative;

}

#header {
	margin: 0 0 0 0;
	background: #fff;
	height: 148px;
}

#logo {
	float: left;
	width: 170px;
}

#header1 {
	float: left;
	width: 660px;
	
}

#header2 {
	float: right;
	width: 160px;
	padding: 5px;
	font-weight: bold;
}

h2 {
	color: #3d4d98;
	
}

#side-a {
	float: left;
	width: 169px;

	background-color: #949599;
	margin-bottom: 1px;

	margin-right: 1px;
}

#info {
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 1px;

}

#main {
	background-color: #FFFFFF;
	padding: 10px;


}

#side-b {
	float: right;
	width: 160px;
	background-color:#949599;

	padding: 5px;
	margin-bottom: 1px;

}

#news_header {
	background-color: #3d4d98;
	color: #FFF;
}

#signup {
	background-color: #3d4d98;
	color: #FFF;
	padding: 5px;
}

#content { 
	float: left;
	width: 100%;
	background-color:#fff;
	height: 100%;
	min-height: 100%;
	width: 100%;

}

#footer {
	clear: both;
	background: #949599;
	text-align: center;
	
}

#container {
	background-color:#F00;
	height: 100%;
	min-height: 100%;

}

.AccordionTitle, .AccordionContent, .AccordionContainer
{
  position:relative;
  width:167px;
}



.AccordionTitle
{
  height:20px;
  overflow:hidden;
  cursor:pointer;
  font-family:Arial;
  font-size:8pt;
  font-weight:bold;
  color:#FFFFFF;
  vertical-align:middle;
  text-align:left;
  background-repeat:repeat-x;
  display:table-cell;
  background-color:#3d4d98;
  -moz-user-select:none;
  border-top: solid 1px #C1C1C1;
  text-decoration:none;
}

.AccordionTitle a:hover {
color:red;
text-decoration:none;
}

.AccordionContent
{
  height:0px;
  overflow:auto;
  display:none;
  background-color:#999999;
  overflow:hidden;
}

.AccordionContainer
{
  border-top: solid 1px #C1C1C1;
  border-bottom: solid 1px #C1C1C1;
  border-left: solid 2px #C1C1C1;
  border-right: solid 2px #C1C1C1;
}

.AccordionContainer a {
color:#FFFFFF;
text-decoration:none;
}
.AccordionContainer a:hover {
color:red;
text-decoration:none;
}