body {
	margin: 0px;
	background-repeat: repeat-x;
}
html, td {
	font-size: 14px;
	font-family: tahoma, arial, sans;
	line-height: 140%;
}


.headertable {


}

.headertable td {
	font-size: 13px;
	text-align: center;
	padding: 5px 10px 5px 10px;
}

.headertable td a:link, .headertable td a:visited, .headertable td a:active {
	color: #fff;
	text-decoration: none;
}



.headertable td a:hover {
	color: #c13522;
	text-decoration: none;
}


.dropdowncontainer {
	position: relative;
	padding: 0x;
	margin: 0px;
	text-align: left;
	visibility: hidden;
	display:block;
	
}


.dropdown {
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;

	padding-top: 5px;
	margin-left: -10px;
	text-align: left;
	font-size: 12px;
	width: 180px;
	display:block;
	
	
	
}

.dropdown br {
	display: none;
}

.headertable td .dropdown a
{
	border: 1px solid #999999;
	border-top: none;
	display: block;
	text-align: left;
	font-size: 12px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.headertable td .dropdown a:link, .dropdown a:visited, .dropdown a:active

{
	background-color: #b2b2b2;
	color: #000000;	
}

.headertable td .dropdown a:hover

{
	background-color: #d2d2d2;
	color: #fff;	
}








form {
	margin: 0px;
	padding: 0px;
}
.footer {
	margin-top: 40px;
	height: 30px; 
	border-top: 1px solid #6cf;
	background-color: #c1eaff;
	text-align: right;
	padding: 10px;
	font-size: 11px;
}
a:link {
	color: #9C6F44;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #9C6F44;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #9C6F44;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

li {
	padding-bottom: 10px;
}



h1, h3 {
	/* background-color: #B59263; */
	color: brown;
	padding: 10px;
	padding-bottom: 15px;
	/* border: 1px solid #A1E0FF; */
	border-bottom: 2px solid brown;
	font-weight: normal;
	
}



h2 {
	font-size: 20px;
	color: brown;
	margin: 0px;
	font-family: trebuchet ms, arial, helvetica, sans;
	padding-left: 20px;
	/*
	border: 2px solid #000;
	border-left: none;
	border-right: none;
	border-left: 15px solid #000;
	border-right: 15px solid #000;
	font-weight: normal;
	
	padding: 15px;
	text-transform: uppercase;
	background-image: url('images/bg_caution_topbottom.gif');
	background-repeat: repeat-x;
	background-position: 0 0;
	*/
}


/*
div.h2 {
	*height: 100%;
	border: 2px solid #000;
	background-color: #F7F300;
	background-image: url('images/bg_caution_leftright.gif');
	background-repeat: repeat-y;
	background-position: 0 0;
}

div.h2 div {
	background-image: url('images/bg_caution_leftright.gif');
	background-repeat: repeat-y;
	background-position: 100% 0;
}

div.h2 div div {
	background-image: url('images/bg_caution_topbottom.gif');
	background-repeat: repeat-x;
	background-position: 100% 100%;
}
*/

.noteToSelf {
	border: 1px solid #ff0000;
	padding: 10px;
	margin-right: 1px;
}

.errorBox {
	border: 1px solid #ff0000;
	padding: 10px;
	margin-right: 1px;
	background-color: #fff;
}

.copy {
	font-size: 12px;
	font-family: arial, sans;
	color: #fff;
	line-height: 100%;
}
