body {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

p {
	margin-right: 5px;
	margin-left: 10px
}

a:link, a:visited {
	color: #006600;
	text-decoration: none;
}

a:hover, a:active {
	color: #669966;
	text-decoration: underline;
}

#titleTable {
	border: 1px solid #000000;
	width: 100%;
}

#mainTable {
	border: 1px solid #000000;
	/*/*/line-height: 1.5em; /* */
	width: 100%;
}
   
#maincontent {
 	font-size: 12px;
	/*/*/font-size: 100%; /* */
	padding: 20px;/*Pads each table cell in modern browsers*/
}
 
#sidebar {
	width:  15%;
	font-size: 12px;
	font-size: 85%;
	vertical-align: top;
	padding-top: 20px;
	padding-right: 5px;
	border-right: 1px dotted #333;
}

#rightsidebar {

	width:  15%;
	font-size: 12px;
	font-size: 100%;
	vertical-align: top;
	padding-top: 20px;
	border-left: 1px dotted #333;
	/*padding-left: 10px;*/
}

#rightsidebar ul {
	padding-left: 1em;
	margin-left: 1em;
	list-style-type: none;
}

#rightsidebar li {
 	/*/*/margin: 0px 0px 6px 0px; /* */
 } 
 
#header {
	color: #CCCCCC;
	padding: 0px;	
}
 
#footer {
	background: #333333;
	color: #CCCCCC;
	background:  url(../../images/footer_bg.gif);
	padding: 20px;
	font-size: 10px;
}
 
td, p, ul {
 	font-family: Verdana, Arial, Helvetica, sans-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%;
	color: #339933;
}

.formfieldnames {
	font-weight: bold;
	color: #006600;
}
.formheaderrow {
	font-weight: bold;
	color: #FFFFFF;
	background: #669966;
	height: 20px;
}

.smallertext {
	font-size: 80%;
}
table, td {
	border-color: #006600;
}
.boldtext {
	font-weight: bold;
	color: #006600;
}
.backtotop {
	font-size: 10px;
	color: #006600;
}
li {
	margin-bottom: 6px;
}

.submit {
	width: 130px;
	color: #006600;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
	padding: 2px;
}


.CCfield {
	color: #000000;
	background: #CCFFCC;
}
