@charset "utf-8";
/* CSS Document */


body
{
	background-color: #a2a89b;
	background-image: url(/images/bg.png);
	background-repeat: repeat-x;
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	color: #000000;
	font-size: 10pt;
	margin: 0px;
    padding: 0px;
}

a
{
	color: blue;
	text-decoration: underline;
}

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

table.header
{
	border-top: solid 1px #474d40;
	border-left: solid 1px #474d40;
	border-right: solid 1px #474d40;
	width: 762 px;
}

table.main
{
	width: 762px;
	background-color: #FFF;
	background-image: url(/images/main-bg.png);
	background-repeat: repeat-y;
	border-left: solid 2px #474d40;
	border-right: solid 2px #474d40;
}

td.drive
{
	border-bottom: 2px solid #474d40;
	border-left: 2px solid #474d40;
	width: 562px;
}

td.side-menu
{
	width:198px;	
}

td.content
{
	width: 570px;	
	padding-top: 10px;
}

td.spacer
{
	width: 3px;	
}

td.shadow
{
	background-image: url(/images/drop_shadow.gif);
	background-repeat: repeat-x;
}

h2
{
	color: black;
	text-shadow: #000000;
}

h4
{
	font-size: 105%;
}

ul.none
{
	list-style: none;
}

table.footer-border
{
	border-bottom: solid 2px #474d40;
	border-left: solid 2px #474d40;
	border-right: solid 2px #474d40;
	border-top: solid 2px #474d40;
} 

td.footer
{
	width: 758px;
	background-image: url(/images/footer-bg.png);
	background-repeat: repeat-y;
	padding-bottom: 10px;
	padding-top: 10px;
}

.black-bold
{
	color: black;
	font-weight: bold;
	font-size: 10pt;
	font-style: italic;
}

a.black-bold:hover
{
	color: red;
	font-weight: bold;
	font-style: italic;
}

img.spacer
{
	padding: 15px;
}

ul.farm
{
	list-style-image: url(/images/green-arrow.png);
}

ul.restricted
{
	list-style-image: url(/images/orange-arrow.png);
}

ul.instruction
{
	list-style-image: url(/images/red-arrow.png);
}

ul.full
{
	list-style-image: url(/images/blue-arrow.png);
}

.white-header
{
	color: #FFF;
	font-size:20px;
	font-weight: bold;
}

table.full-container
{
	width: 530px;
	border-top: solid 1px #215175;	
	border-bottom: solid 2px #215175;
	border-right: solid 2px #215175;
	border-left:solid 1px #215175;
}

table.restricted-container
{
	width: 530px;
	border-top: solid 1px #fe8d02;	
	border-bottom: solid 2px #fe8d02;
	border-right: solid 2px #fe8d02;
	border-left:solid 1px #fe8d02;
}

table.instruction-container
{
	width: 530px;
	border-top: solid 1px #fa191f;	
	border-bottom: solid 2px #fa191f;
	border-right: solid 2px #fa191f;
	border-left:solid 1px #fa191f;
}

table.farm-container
{
	width: 530px;
	border-top: solid 1px #727316;	
	border-bottom: solid 2px #727316;
	border-right: solid 2px #727316;
	border-left:solid 1px #727316;
}

td.full-bg
{
	background-image: url(/images/full-license-bg.png);
	background-repeat: repeat-y;	
	border-bottom: solid 1px #215175;
	height: 30px;
}

td.farm-bg
{
	background-image: url(/images/farm-permit-bg.png);
	background-repeat: repeat-y;	
	border-bottom: solid 1px #727316;
	height: 30px;
}

td.instruction-bg
{
	background-image: url(/images/instruction-permit-bg.png);
	background-repeat: repeat-y;	
	border-bottom: solid 1px #fa191f;
	height: 30px;
}

td.restricted-bg
{
	background-image: url(/images/restricted-license-bg.png);
	background-repeat: repeat-y;	
	border-bottom: solid 1px #fe8d02;
	height: 30px;
}
