body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10%;
	margin-bottom: 10px;
	margin-left: 10%;
	background-image: url(images/bluedot.gif);
}
#mainTable {
	border: 1px solid #9999cd;
	background:url(images/white.gif) repeat;
	width: 100%;
 }
 #mainTable td {
 	padding: 10px;/*Pads each table cell in modern browsers*/
 }
 #maincontent {
 	border-left: 2px dotted #9999cd;
	background:url(images/white.gif) repeat;
	vertical-align: top;
 }
 p a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration:underline;
  color:#0000ff;
  background:transparent;
  }
p a:hover {
  color:#ff0000;
  background:transparent;
  }
p a:visited {
  color: #9400D3;
  background:transparent;
  }
 #sidebar {
 	width: 160px;
 	font-size: 12px;	
	vertical-align: top;
	background:url(images/white.gif) repeat-y;
 }
 #header {
 	background-color: #787fad;
 	color: #787fad;
 	
 }
 #footer {
 	background-color: #787fad;
 	color: #ffffff;


 }
 td, p, ul {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h2:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h1 { font-size: 160%;  font-family: Verdana, Arial, Helvetica, sans-serif;  }
h2 { font-size: 140%; font-family: Verdana, Arial, Helvetica, sans-serif; }
h3 { font-size: 120%; font-family: Verdana, Arial, Helvetica, sans-serif; }

#sidebar a {
	display: block;
	border: 2px dotted #9999cd;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	width: 160px;
}
#sidebar a:link, #sidebar a:visited {
	color: #666;
}
#sidebar a:hover, #sidebar a:active {
	color: #ffffff;
	background-color: #9999cd;
	border: 2px solid #9999cd;
}
#current a {
	color: #ffffff !important;
	border: 2px dotted #9999cd !important; /* */
}
#sidebar ul {
	/*/*/padding-left: 1em;
	list-style-type: none;
	margin-left: 1em; /* */
}

#sidebar li {
	/*/*/margin: 0px 0px 6px 0px; /* */
}
#n4shell {
/* Happy hunting. This rule will allow you to create an outer border around the layout table in netscape 4. Wrap the entire table inside a div and assign to the div this id */
	border: 1px solid #000;
	/*/*/border: 0; /* */
}

 
 
 
 
 
 /*Styles Applied to Float Images left or right */
 img { border : 0px; display : block }
.imgfloatright { float : right;  padding-left : 5px; }

.imgfloatleft { float : left;  padding-right : 5px; }
