/* background color and background graduated color art */
BODY {
	BACKGROUND-COLOR: #FFFFFF;
	BACKGROUND-COLOR: transparent;
	background-image: url(images/backgrad.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	FONT-FAMILY: arial, helvetica, sans-serif;
	FONT-SIZE: 11px;
	line-height: 160%;
	color: #000000;
	height: 100%;
	text-align: center;
}

A {
	color: #666699;
	text-decoration: underline;
}

a:hover,active {
	color: #896a0f;
}

p,td {
	FONT-SIZE: 12px;
	Line-Height: 140%;
	FONT-FAMILY: arial, helvetica, sans-serif;
}

/* set width for pages */
#main{
	BACKGROUND-COLOR: #FFFFFF;
	width: 800px;
}

/* container for navigation text */
#nav_holder {
	BACKGROUND-COLOR: #000000;
	width: 100%;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 19px;
}

/* condition of navigation text */
.nav {
	FONT-FAMILY: Impact, Charcoal, sans-serif;
	FONT-SIZE: 13px;
	line-height: 80%;
	FONT-WEIGHT: normal;
	color: #FFFFFF;
	text-decoration: none;
}

/* condition of navigation text rollover */
.nav:hover,active {
	color: #66CCCC;
}

/* container sets content width, home button reflection */
#content {
	BACKGROUND-COLOR: #FFFFFF;
	width: 100%;
	text-align: left;
}

/* set background for sidebars */
.sidebar {
	background-color: #E0EBF8;
	width: 146px;
	background-image: url(images/sidegrad.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	padding:15px;
}

/* main content holder */
.maincontent {
	padding:15px;
}

ul {
	FONT-SIZE: 12px;
	list-style-type: circle;
}

ul.white {
	list-style-type: circle;
	margin-top: 0px;
	color: #FFFFFF;
}

ul.green {
	list-style-type: circle;
	margin-top: 0px;
	color: #006666;
}

li {
	padding-top: 12px;
	FONT-SIZE: 0.85em;
	Line-Height: 140%;
}

/* set rule for footer */
#footer {
	FONT-FAMILY: arial, helvetica, sans-serif;
	FONT-SIZE: 8px;
	FONT-WEIGHT: bold;
	color: #999999;
	line-height: 140%;
	BACKGROUND-COLOR: #000000;
	width: 100%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* set rule for footer */
#copyright {
	FONT-FAMILY: arial, helvetica, sans-serif;
	FONT-SIZE: 8px;
	FONT-WEIGHT: normal;
	color: #CCCCFF;
	line-height: 140%;
	BACKGROUND-COLOR: transparent;
	width: 100%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

H1{
	FONT-FAMILY: impact, charcoal, sans-serif;
	COLOR: #000;
	FONT-SIZE: 20px;
	line-height: 120%;
	FONT-WEIGHT: normal;
}

H2{
	FONT-FAMILY: Impact, Charcoal, sans-serif;
	FONT-SIZE: 16px;
	font-weight: normal;
	font-style: normal;
	line-height: 110%;
	margin-bottom: 0px;
	COLOR: #369;
}

H3{
	FONT-FAMILY: arial, helvetica, sans-serif;
	FONT-SIZE: 12px;
	font-weight: bold;
	font-style: normal;
	line-height: 110%;
	COLOR: #999999;
}

H4{
	FONT-FAMILY: arial, helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	font-style: normal;
	line-height: 140%;
	COLOR: #666666;
}

.basicTable{
  border: 1px solid #CCC;
  font-size: 11px;
}

.basicTable th{
  Background-color: #CCC;
  padding-left: 8px;
  padding-top: 4px;
  padding-left: 6px;
  text-align: left;
}

.basicTable td{
  border-bottom: 1px solid #999;
font-size: 11px;
  padding-left: 8px;
  padding-top: 4px;
  padding-left: 6px;
}

