body {
 background-color: #333333; 
 font-size: 10pt;
 color: #222222;
 font-family: Tahoma;
}
#container {
 width: 764px;
 margin: 0 auto;
 background-color: #FFFFFF;
 border: 10px solid #f2f2f2;
}
#header {
 width: 740px;
 height: 70px;
}
#footer {
 color: #666666;
 clear: both;
 width: 740px;
 height: 40px;
 font-size: 8pt;
 padding-top: 10px;
 text-align: center;
}
#footer a{
 color: #444444;
 text-decoration: none;
}
#footer a:hover{
 color: #000000;
}
.sidebar {
 width: 180px;
 float: left;
}
.sidebarItem {
 font-size: large;
 color: #FFFFFF;
}
.sidebarItem h3 {
  font-weight: bold;
	font-size: 12pt;
	padding-top: 5px;
	margin-top: 0px;
	color: #2D0830;
}
.sidebarItem h3 a{
  color: #2D0830;
	text-decoration: none;
  font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;
}
.sidebarItem h3 a:hover{
  color:#E223E7;
}
.sidebarItem li {
  
	padding-top: 0px;
	margin-top: 0px;
	position: relative;
	left: -15px;
}
.sidebarItem dl{
  width: 150px;
  color: #666666;
	text-decoration: none;
	padding-top: 0px;
	margin-top: 0px;
	position: relative;
	left: -20px;
}
.sidebarItem dl dt{
  width: 150px;
  color: #666666;
	text-decoration: none;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	position: relative;
	left: -20px;
}
.sidebarItem dl  dd{
  width: 150px;
  color: #666666;
	text-decoration: none;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	position: relative;
	left: -20px;
}
.sidebarItem dl dt a{
  color: #444444;
	text-decoration: underline;
}
.sidebarItem dl dd a{
  color: #444444;
	position: relative;
	left: -30px;
	text-decoration: none;
}
.sidebarItem dl dt a:hover {
  color: #000000;
	text-decoration: underline;
}
.sidebarItem dl dd a:hover {
  color: #000000;
	text-decoration: underline;
}
.sidebarItem li a{
  color: #444444;
	text-decoration: none;
	padding-top: 0px;
	margin-top: 0px;
}
.sidebarItem li a:hover{
  color: #000000;
}
#content1 {
 width: 380px;
  font-size: 8pt;
 background-color: #f2f2f2;
 float: left;
 padding: 5px 5px 5px 5px;
 margin-top:15px;
 border-top: 22px solid #6F6F6F;
 border-bottom: 22px solid #6F6F6F;
 height: 320px;
 overflow: auto;
}

#content {
 width: 550px;
 background-color: #f2f2f2;
 float: left;
 padding: 5px 5px 5px 5px;
 margin-top:15px;
 border-top: 22px solid #6F6F6F;
 border-bottom: 22px solid #6F6F6F;
 height: 345px;
 overflow: auto;
}
#content a.button {
	background-color: #DFD2E1;
  width: 30px;
	text-decoration: none;
	font-size: 8pt;
	float: right;
	border: 1px solid #666666;
	color: #444444;
	text-align: center;
	margin-left: 10px;
	margin-bottom: 2px;
	margin-top: 1px;
	padding: 2px;
}
#content a.button:hover {
  color: #000000;
}

#content h3 {
  font-weight: bold;
	font-size: 12pt;
	padding-top: 5px;
	margin-top: 0px;
	color: #2D0830;
}
#content h3 a{
  color: #2D0830;
	text-decoration: none;
  font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;
}
#content h3 a:hover{
  color:#E223E7;
}
#content h4 {
  font-weight: bold;
	font-size: 11pt;
	padding-top: 5px;
	margin-top: 0px;
	color: #2D0830;
}
#content h4 a{
  color: #2D0830;
	text-decoration: none;
  font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;
}
#content h4 a:hover{
  color:#E223E7;
}

/*#content li {
	padding-top: 0px;
	margin-top: 0px;
	position: relative;
	left: -15px;
}*/
#content dl{
  width: 500px;
  color: #666666;
	text-decoration: none;
	padding-top: 0px;
	margin-top: 0px;
}
#content dl dt, dd{
  width: 450px;
  color: #666666;
	text-decoration: none;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}
#content dl dt a{
  color: #666666;
	text-decoration: underline;
}
#content dl dd a{
  color: #666666;
	text-decoration: none;
}
#content dl dt a:hover {
  color: #000000;
	text-decoration: underline;
}
#content dl dd a:hover {
  color: #000000;
	text-decoration: underline;
}
#content li a{
  color: #666666;
	text-decoration: none;
	padding-top: 0px;
	margin-top: 0px;
}
#content li a:hover{
  color: #000000;
}

#content a{
 color: #444444;
 font-weight: bold;
 text-decoration: none;
}
.sidebarItem a.button {
  position: relative;
	top: 7px;
	background-color: #DFD2E1;
  width: 30px;
	text-decoration: none;
	font-size: 8pt;
	float: right;
	clear: both;
	border: 1px solid #666666;
	color: #444444;
	text-align: center;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-top: 1px;
	padding: 1px 1px 1px 1px;
}
.sidebarItem a.button:hover {
  color: #000000;
}
#navigation1{padding: 0;width: 100%;padding:3px 0 0 0;margin-top: 5px; margin-bottom: 5px; margin:0 auto;}	
.basictab{padding: 0px 0px 0 0px;margin: 0; list-style-type: none;text-align: center;}
.basictab li{display: inline;margin:0;}
.basictab li a{
   text-decoration: none;
	 padding-top: 4px;
	 padding-bottom: 4px;
	 padding-right: 19px;
	 padding-left: 19px;
	 margin-right: 5px;;
   border-bottom: none; 
	 background-color: #DFD2E1;
	 color: #000000;
	 font-weight : bold;
	 font-size: 10pt;}
	 
.basictab li a:visited{color: #000000;}
.basictab li a:hover{color:#E223E7;}
.basictab li a:active{color: black;}
.basictab li.selected a{ position: relative;top: 1px;padding-top: 4px;background-color: #DFD2E1;color: black;}
.basictab ul{display: inline;margin:0;padding:0px;}
/*.basictab li ul li{display: inline;margin:0;}
.basictab li ul li a{text-decoration: none;padding: 3px 7px;margin-right: 5px;border: 1px solid #7db500;border-bottom: none;background-color: #668d00;color: #526821;font: normal 12px "Trebuchet MS", Verdana, "Lucida Grande", Georgia, Sans-Serif;}
.basictab li ul li a:visited{color: #eee;}
.basictab li ul li a:hover{background-color: #7F8572;color:#000;}
.basictab li ul li a:active{color: black;}
.basictab li ul li.selected a{ position: relative;top: 1px;padding-top: 4px;background-color: #FE1371;color: black;}
*/
