body {
    background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

#mainTable {
    width: 840px;
	border-left: 2px solid #669999;
	border-right: 2px solid #669999;
	/*/*/line-height: 1.5em; /* */
}

#mainTable td {
	padding: 10px;
	/*Pads each table cell in modern browsers*/
}

#maincontent {
	border-left: 2px solid #669999;
	font-size: 14px;
	/*/*/font-size: 100%; /* */
}

#sidebar {
	width: 200px;
	font-size: 14px;
	font-weight:bold;
	background-color: #006699;
	/*/*/font-size: 85%; /* */

}
#header {
  border-top: 30px solid #006699;
  background-color: #ffffff;
}


#headertwo {
	background-color: #006699;
	color: #FFFFFF;
	text-align:center;
}

#footer {
	background-color: #006699;
	color: #FFFFFF;

}

td, p, ul {
	font-family:  Arial, Helvetica, sans-serif;
}

a:link {
	color: #326363; text-decoration: underline;
}

a:visited {
	color: #326363; text-decoration: underline;
}

a:hover {
	color: #326363; text-decoration: underline;
} 

a:active {
	color: #326363; text-decoration: underline;
}

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: 150%; font-family: Verdana,Arial, Helvetica; color: #326363; }

h2 { font-size: 130%; font-family: Verdana,Arial, Helvetica; color: #326363; }
}

#sidebar a {
	/*/*/padding: 3px;
	display: block;
	text-decoration: none;
	line-height: 1em;
	width: 160px; /* */
	background-color: #006699;
	color: #FFFFFF;
}

#sidebar a:link, #sidebar a:visited {
	color: #FFFFFF;
}

#sidebar a:hover, #sidebar a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

#sidebar ul {
	/*/*/padding-left: 1em;
	list-style-type: none;
	margin-left: 1em; /* */
}

#sidebar li {
	/*/*/margin: 0px 0px 6px 0px; /* */
}

#footer a {
	color: #FFFFFF;
}

#footer a:link, #sidebar a:visited {
	color: #FFFFFF;
}

#footer a:hover, #sidebar a:active {
	color: #FFFFFF;
	text-decoration: underline;
}


#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; /* */
}

	