body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #333333;
	padding-top: 8%;
	color: #333333;
}

#mainTable {
	width: 720px;
	border: 1px solid #CCCCCC;
	line-height: 1.5em;
	color: #CCCCCC;
 }
 
  #mainTable td {
 padding: 20px;/*Pads each table cell in modern browsers*/
 }
 
 #maincontent {
 border-left: 1px solid #CCCCCC;
 font-size: 14px;

/*/*/font-size: 100%; /* */
 }
 
  #sidebar {
 width: 200px;
 font-size: 12px;
 vertical-align: top;

/*/*/font-size: 85%; /* */
 }
 
  #header {
	background-color: #333333;
	color: #FFFFFF;
	background-image: url(images/blue.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
 }
 
  #footer {
	background-color: #333333;
	color: #CCCCCC;
	background-image: url(images/blue.gif);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 12px;
 }
 
 td, p, ul {
 font-family: Georgia, "Times New Roman", Times, serif;
 }
 
 h1:first-child {margin-top: 0;}/*starts first h1 in TD flush top*/
 h2:first-child {margin-top: 0;}/*starts first h2 in TD flush top*/
 
 h1 { font-size: 160%; }
 h2 { font-size: 140%; }
 
 #sidebar a {
	padding: 3px;
	display: block;
	border: 1px outset #CCC;
	text-decoration: none;
	line-height: 1em;
	width: 160px;
	color: #FFFFFF;
 }
 
 sidebar a:link, #sidebar a:visited {
	color: #CCCCCC;
	text-decoration: none;
 }
 
 #sidebar a:hover, #sidebar a:active {
	background-color: #0099FF;
	border: 1px inset #CCCCCC;
	text-decoration: none;
 }
 
 #sidebar ul {
 /*/*/padding-left: 1em;
 margin-left: 1em;
 list-style-type: none; /* */
 }
 
 #sidebar li {
 /*/*/margin: 0px 0px 6px 0px; /* */
 }
 
form {
border: #aaaaaa;
padding: 3px 6px 3px 6px
}

input {
color:#00008B;
background-color: #ADD8E6;
border: 1px solid #00008B;
}

select {
width: 200px;
color: #00008B;
background-color: #ADD8E6;
border: 1px solid #00008B
}

textarea {
width: 200px;
height: 100px;
color: #00008B;
background-color: #ADD8E6;
border: 1px solid #00008B
}
