body {
	margin: 0px;
	padding: 0px;
	background-color: #B6E2B0;
	background-image: url(../images/background_tile.gif);
	background-repeat: repeat-x;
	color: #000000;
	font-family: Arial, Tahoma, Verdana;
	font-size: 9pt;
	text-align: left;
}

div#container {
	margin: 0 auto;
	padding: 0px;
	width: 740px;
	height: auto;
	background-image: url(../images/background_container.gif);
	background-repeat: repeat-y;
}

#subnav {
	width: 738px;
	height: 45px;
	text-align: right;
	font-weight: bold;
	background-color: #FFFFFF;
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#subnav p {
  padding-top: 25px;
  padding-right: 10px;
}

#mainnav {
	width: 738px;
	height: 25px;
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/background_navigation.gif);
	background-repeat: repeat-x;
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#mainnav p {
  padding-top: 2px;
  padding-right: 10px;
}

#mainnav a:link {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

#mainnav a:visited {
  color: #FFFFFF; 
  text-decoration: none;
  font-weight: bold;
}

#mainnav a:hover {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: bold;
}

#mainnav a:active {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

#leftcolumn {
	width: 220px;
	float: left;
	background-color: #E1E1E1;
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #000000;
	border-right: 1px solid #898989;
}

#leftcolumn p {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#rightcolumn {
	width: 512px;
	float: right;
	background-color: #FFFFFF;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #000000;
}

#rightcolumn p {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#highlightBox {
	width: 460px;
	background-color: #BCF5B5;
	border: 1px solid #000000;
	padding: 5px 10px 5px 10px;
	float: left;
	margin-left: 15px;
}

#rightHighlightBox {
	width: 220px;
	background-color: #BCF5B5;
	border: 1px solid #000000;
	padding: 5px 5px 5px 5px;
	float: right;
	margin-right: 10px;
}

p {
	padding: 0px;
	margin: 0px;
	font-size: 9pt;
}

table,tr,td {
	vertical-align: top;
}

span {
	padding: 0px;
	margin: 0px;
	font-size: 9pt;
}

ul,ol {
	margin-top: 5px;
	margin-bottom: 5px;
}

hr {
	width: 80%;
	text-align: center;
}

.title {
	font-size: 12pt;
	font-weight: bold;
	color: #1A5B80;
}

.date {
	font-size: 8pt;
	color: #1A5B80;
	padding-left: 20px;
}

.indentText {
	display: block;
	margin-left: 20px;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #303030; 
	text-decoration: none;
}

a:hover {
	color: #4C4C4C;
	text-decoration: underline;
}

a:active {
	color: #303030;
	text-decoration: none;
}

a.pageLink:link {
	color: #1A5B80;
	text-decoration: none;
}

a.pageLink:visited {
	color: #1A5B80; 
	text-decoration: none;
}

a.pageLink:hover {
	color: #298CC5;
	text-decoration: underline;
}

a.pageLink:active {
	color: #75AE6C;
	text-decoration: none;
}

img {
	border: 0px;
}

.imagePadding {
	padding: 5px 10px 5px 10px;
	float: left;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.grayBackground {
	background-color: #E1E1E1;
}

.greenBackground {
	background-color: #B6E2B0;
}

.tableMargin {
	margin: 10px;
}
