/* Body text formatting */
body
{
	font-family: verdana, arial, lucida, helvetica, sans-serif;
	color: #666;
	line-height: 130%;
	font-size: 0.78em;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

td.gray
{
	color: #333;
	font-weight: bold;
}

td
{
	margin-top: 0;
	padding-top: 0;
}

h1
{
	margin-top: 0;
	margin-bottom: 1px;
	font-size: 1.5em;
	color: #C00;
	text-decoration: none;
	padding: 4px 0 0 0;
}

h2
{
	font-size: 1em;
	margin-top: 1px;
	margin-bottom: 0;
	color: #333;
}

h3
{
	font-size: 1em;
	margin-top: 1px;
	margin-bottom: 1px;
	color: #C00;
}

h4
{
	font-size: 0.9em;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 6px 0 6px 0;
	border-style: dotted none dotted none;
	border-color: #333;
	font-weight: bold;
	border-width: 1px 0 1px 0;
}

p
{
	margin-top: 0;
	padding-top: 0;
	text-align: justify;
}

.start { border-top: solid 1px #ccc; }

ul
{
	list-style-image: url("img/bullet.gif");
	line-height: 130%;
	text-indent: -0.5em;
}

li
{
	line-height: 130%;
	text-indent: 0;
}

ul.listnav
{
	list-style-image: url("img/blank.gif");
	padding: 0;
	margin: 0;
	text-indent: -0.5em;
}

li.listnav
{
	background-image: url("img/bulletnav_sub.gif");
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 0.8em;
	text-align: left;
}


#yellow
{
	margin: 15px 0px 15px 0px;
	padding: 5px;
	background-color: #FFC;
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
}

#gray
{
	margin: 15px 0px 15px 0px;
	padding: 5px;
	background-color: #eee;
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
}

#blue
{
	margin: 15px 0px 15px 0px;
	padding: 5px;
	background-color: #faffff;
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
}

#new
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #ffffff;
	border-color: #333399;
	border-width: 1px;
	border-style: solid;
}

#white
{
	margin: 5px 0px 15px 10px;
	padding: 5px;
	background-color: #fff;
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
	float: right;
}



/* Linkage */
a:link
{
	color: #0033ee;
	text-decoration: none;
	border-width: 0;
	border-bottom: none 1px #0033ee;
}

a:hover
{
	color: #0033ee;
	text-decoration: none;
	border-bottom: solid 1px #0033ee;
}

a:visited
{
	color: #0033ee;
	text-decoration: none;
	border-width: 0;  
	border-bottom: solid 1px #0033ee;

}


a:link.headline
{
	color: #0033ee;
	text-decoration: none;
	border-width: 0;
	border-bottom: none;
}

a:visited.headline
{
	color: #0033ee;
	text-decoration: none;
	border-width: 0;
	border-bottom: none;
}

a:hover.headline
{
	color: #0033ee;
	text-decoration: none;
	border-width: 0;
	border-bottom: solid 1px #0033ee;
}

a:link.img
{
	text-decoration: none;
	border-style: none;
}

a:visited.img
{
	text-decoration: none;
	border-style: none;
}

a:hover.img
{
	text-decoration: none;
	border-style: none;
}

a:link.navhome
{
	color: #333;
	text-decoration: none;
	border-bottom: none;
}

a:visited.navhome
{
	color: #333;
	text-decoration: none;
	border-bottom: none;
}

a:hover.navhome
{
	color: #0033ee;
	text-decoration: none;
	border-bottom: none;
}

a:link.nav
{
	text-decoration: none;
	color: #333;
	border-bottom: none;
}

a:visited.nav
{
	text-decoration: none;
	color: #333;
	border-bottom: none;
}

a:hover.nav
{
	text-decoration: none;
	color: #0033ee;
	border-bottom: solid 1px #0033ee;
}

/* Table Stripe Formatting */
#tablelist
{
	width: 100%;
	border-color: #eee;
	border-width: 1px;
	border-style: none;
	text-align: left;
	vertical-align: top;
}

#tablelist tbody tr td
{
	font-family: verdana, sans-serif;
	padding: 3px 8px;
	text-align: left;
	vertical-align: top;
}

#tablelist tbody tr.selected td { background-color: #eee; }

/* Footer Includes */
table.footer
{
	border-right: solid 1px #999;
	border-collapse: collapse;
	width: 778px;
	margin: 20px 0 20px 0;
	float: left;
}

td.footer
{
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	border-bottom: none;
	padding: 3px 0 6px 10px;
	vertical-align: top;
}

table.footerint
{
	border-right: solid 1px #999;
	border-collapse: collapse;
	width: 600px;
	margin: 20px 0 0 0;
	float: left;
}

td.footerint
{
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	border-bottom: none;
	padding: 3px 0 6px 10px;
	vertical-align: top;
}

table.leftnav
{
	padding: 6px 0 0 3px;
	margin: 0;
	text-align: top;
	vertical-align: top;
}

table.tertnav
{
	padding: 0;
	margin: 0;
	text-align: top;
	vertical-align: top;
}

#calendar
{
	width: 187px;
	background-color: #FFC;
	border: solid 1px #ccc;
	padding: 3px;
}

#calendar tbody tr td
{
	font-family: verdana, sans-serif;
	padding: 0 3px 0 3px;
	text-align: left;
	vertical-align: top;
}
