/* basic lonks */
a:link, a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a.white:link, a.white:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

/* HTML bits and bobs */
body {
	margin: 0px;
	text-align: center;
	background-color: #FFFFFF;
	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}
h1 {
	font-size: 22pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0.25em;
	line-height: 1.6em;
	color: #000000;
}
h2 {
	font-size: 13pt;
	line-height: 1.6em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0.25em;
	color: #000000;
}
h3 {
	font-weight: bold;
	color: #000000;
	margin: 0px;
	font-size: 11pt;
	line-height: 1.6em;
}
p {
	margin-top: 0px;
	margin-bottom: 1em;
	color: #333333;
}


/* layout: IDs */
#wrapper {
	width: auto;
	margin: 0 5%;
	text-align: left;
	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1.7em;
}
#masthead {
	text-align: left;
	display: none;
}
#centreContent {
	width: auto;
	text-align: left;
}
#centreContent ul {
	margin: 0px 0px 1em 2em;
	padding: 0px;
	list-style-image:  url(../media/green-arrow.gif);
	list-style-type: none;
}
#rightBar {
	text-align: left;
	display: none;
}

#rightBar1 {
	text-align: left;
	display: none;
}

#sectionSubMenu {
	width:150px;
	padding: 5px;
	background-color: #EEEEEE;
	position: absolute;
	left: 590px;
	top: 141px;
	font-size: 10px;
	line-height: 1.5em;
	color: #000066;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CC0066;
}
#sectionSubMenu p {
	margin-top: 0px;
	margin-bottom: .75em;
}
#sectionSubMenu h3 {
	margin-top: 0px;
	margin-bottom: 1em;
}


/* tan hack or simplified box model hack */
* html sectionSubMenu {
width: 160px;
w\idth: 150px;
}

#nav {
	width: 625px;
	position: absolute;
	left: 135px;
	top: 127px;
	text-align: left;
	font-size: 10px;
	line-height: 1.4em;
	margin-top: 10px;
	display: none;
}

#nav li a:link, #nav li a:visited {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
#nav li a:hover {
	color: #CCCC00;
	text-decoration: none;
}
#subNav ul {
	line-height: 1.6em;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #007B63;
}
#subNav  li {
	border-bottom: 1px solid #007B63;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
}
#subNav  li a {
	display: block;
	padding: 5px;
	color: #007B63;
	text-decoration: none;
}
#subNav li a:hover, #subNav li a:active {
	background-color: #CCCC00;
	color: #FFFFFF;
	text-decoration: none;
}
#subNav h2 {
	color: #FFFFFF;
	background-color: #007B63;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 11px;
	margin: 0px;
	background-image: url(../media/section-green-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.subMenuOn {
	display: block;
	padding: 5px;
	background-color: #CCCC00;
	color: #FFFFFF;
	text-decoration: none;
}
#rightBar a:link, #rightBar a:visited {
	color: #007B63;
	font-weight: bold;
	text-decoration: none;
}
#rightBar a:hover {
	color: #CCCC00;
	text-decoration: none;
}
#subNav {
	display: none;
}
#subNav ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
.myInput {
	width: 320px;
	padding: 3px;
	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	color: #333333;
	border: 1px solid #0099CC;
}
.shortField {
	width: 30px;
	border: 1px solid #0099CC;
	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	color: #333333;
	padding: 3px;
}
.myFileInput {
	width: 320px;
	padding: 3px;
	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	color: #333333;
	border: 1px solid #0099CC;
}
.imgRight {
	border: 1px solid #000000;
	margin-right: 5px;
}
.butt {
	vertical-align: middle;
}
.title {
	padding: 0px;
	color: #000000;
}
div.floatLeftSide {
	width: auto;
	margin-right: 20px;
}
div.float {
	width: auto;
}
.posted {
	font-weight: bold;
	color: #666666;
	margin-bottom: 0px;
}
#printHeader {
}
#floatFooter {
	display: none;
}

