
body {
	background-color: #dddddd;
}


body, td {
	font-family: verdana, sans-serif;
	font-size: 12px;
}


#header {

	font-size: 22px;
	font-weight: bold;

	border-bottom: 1px #000000 solid;
}


#bottom_nav {
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px #000000 solid;
}



#footer {
	font-size: 10px;
	padding-right: 10px;
	color: #ffffff;
}


#page_header {
	font-weight: bold;
	font-size: 20px;
	
	margin-bottom: 4px;
	color: #000099;
}

#main {
	border-right: 1px #000000 dotted;
}

.fullp {
	text-align: justify;
	width: 80%;
}

.fullp:first-letter {

}

.flc {
	font-weight: bold;
	text-align: right;
}

.inpt {
	width: 300px;
	border: 1px #000000 solid;
	background-color: #eeeeee;
	color: #444444;
	font-family: verdana, sans-serif;
}


.submt {
	background-color: #0000ff;
	color: #ffffff;
	font-weight: bold;
}

.error_div {
	display: none;
	color: #ff0000;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

.header {
	font-weight: bold;
	font-size: 16px;
	color: #000099;
}


hr.left_nav {
	height: 1px;
	color: #000000;
}

#left_nav_headline {
	font-size: 10px;
	text-align: center;
	font-weight: bold;
}

ul {
	list-style-type: square;
	list-style-image: url('/images/bullet.gif');
}



/* ==== SubNav Headers and Links ==== */

.subnavHeader {
	font-weight: bold;
	background-color: #000000;
	color: #ffffff;
	padding: 1px;
	border-top: 2px #ff6600 solid;
	border-bottom: 2px #ff6600 solid;
}

a.subnav {
	display: block;
	padding: 2px;
	font-size: 10px;
	border-top: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;
}

a.subnav:hover {
	background-color: #eeeeee;
	border-top: 1px #3085D8 solid;
	border-bottom: 1px #3085D8 solid;
	color: #3085D8;
}







/*=== LINKS ==== */


a {
	color: #000000;
}



a:hover {
	color: #ff6600;
	text-decoration: none;
}


a.top {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	border: 1px #ffffff solid;
	background-color: #ffffff;
	padding: 1px;
	
}

a.top:visited {
	color: #3085D8;
}

a.top:hover {
	color: #ff6600;
	text-decoration: none;
	border: 1px #ff6600 dotted;
	background-color: #ffffff;
}



a.bottom {
	font-size: 10px;
	color: #ffffff;
}

a.bottom:visited {
	color: #bbbbbb;
}

a.bottom:hover {
	color: #ffffff;
	border-color: #000099;
}


a.left_nav_headline_link {
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}



a.checkboxCheckerUnchecker,
a.checkboxCheckerUnchecker:visted,
a.checkboxCheckerUnchecker:hover
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}