@charset "utf-8";
/* CSS Document */


body  {
	text-align: left;
	font-size: small;
	max-width: 50em;
}

.Arial {
	font-family: Verdana, Helvetica, sans-serif;
}
a:link {
        color: #55AA44;
}
a:visited {
        color: #555500;
}
p {
	font-size: small;
}
h1 {
	font-size: large;
}
h2 {
	font-size: large;
	color: #449933;
	margin-top: 12px;
	margin-bottom: 12px; 
}
h3 {
	font-size: medium;
	font-weight:normal;
        color: #006600
}
h4 {
	font-size: small;
	font-weight: bold;
	margin-bottom: -6px; 
}
subtext {
	font-size: x-small;
}
tabtext {
font-size: small;
}
.table {
	margin: 0px;
	line-height: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
        padding-left: 0px;
}

td {
  text-align:left;
  vertical-align:top;
  padding:5px;
}
br {
   display: block;
   margin: 10px 0;
}

.nolinks #header h1, .standard #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #00BC4D;
	display: block;
	font-size: x-large;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.nolinks #sidebar1, .standard #sidebar1 {
	float: left;
	width: 8em; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.nolinks #sidebar1 h3, .standard #sidebar1 h3,
.nolinks #sidebar1 p, .standard #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.standard #mainContent {
	margin: 0 1.5em 0 9em; 
} 
.nolinks #mainContent {
	margin: 0 1.5em 0 1em;
} 
.nolinks #footer, .standard #footer { 
	padding: 0 10px;
	background:#DDDDDD;
} 
.nolinks #footer p, .standard #footer p {
	margin: 0;
	padding: 10px 0;
	text-align: right;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.paddedList ul li {
  padding-bottom: 5px;
}

.half {
    line-height: 1em;
}