/******** Main Tag Styles ********/

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #0C5959;
	line-height: 20pt;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:#0C5959;
}
p,li,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	line-height: 13pt;
}
li {
	margin-bottom: 10px;
}
.maintd{
   vertical-align: top;
}

/******** Text Variations ********/

.bold {
	font-weight:bold;
	font-style:normal; 
}
.italic {
	font-weight:normal;
	font-style:italic; 
}
.bolditalic {
	font-weight:bold;
	font-style:italic; 
}
.small {
	font-size:8pt;
}
.medium {
	font-size:10pt;
}
.large {
	font-size:12pt;
}
.huge {
	font-size:16pt;
}
.highlight-error {
	font-weight:bold;
	font-style:normal; 
	color:red;
}
.highlight-warning {
	font-weight:bold;
	font-style:normal; 
	color:orange;
}
.highlight-success {
	font-weight:bold;
	font-style:normal; 
	color:blue;
}

/******** Link Styles ********/

a {
    font-weight: normal;
    text-decoration: underline; 
}
#footer a {
	font-size: 8pt;
    font-weight: normal;
    text-decoration: none; 
}
p a, li a {
	font-size: 10pt;
}
p.small a {
	font-size: 8pt;
}
a:link {
    color: #3366CC;  
}
a:visited {
    color: #3366CC;  
}
a:active {
    color: #FF3300;
}
a:hover {
    color: #FF6633;
}	

/******** Spacing Controls ********/

.stretch{
	letter-spacing: 2pt;
}
.halfspace{
	line-height: 8pt;
}
.fulllinebreak{
	line-height: 1pt;
	clear: both;
}
.filler {
	height: 100px;
}
.textbox {
	padding: 5px;
}

/******** Layout Controls ********/

body {
	background-color: #f8f8e8;
}
#container {
	background-color: #ffffff;
	width: 750px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -375px;
	margin-right: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #117760;
}
#main {
	width: 100%;
	clear: both;
}
#navbar {
	width: 110px;
	padding-top: 20px;
}
#content {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	vertical-align: top;
}
#footer {
	width: 730px;
	clear: both;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border-top-style: solid;
	border-top-color: #666666;
	border-top-width: 1px;
}
.centred {
	text-align: center;
}

/******** Menu Block ********/

.MenuBlock {
	width: 110px;
	border-style: solid;
	border-width: 1px;
	border-color: #999;
	border-bottom-style: none;
 }

a.MenuHead,a.MenuLink {
	width: 105px;
	display: block;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:8pt;
    text-decoration: none; 
	line-height: 15pt;
}
a.MenuHead {
	font-weight: bold;
	color: black;
}
a.Menulink {
	font-weight: normal;
}
a.MenuLink:link {
	color: black;
}
a.MenuLink:visited {
	color: black;
}
a.MenuLink:active {
	color: black;
}
a.MenuLink:hover {
	color: #0000ff;
}

/******** Text Block ********/

#TextBlock {
	width: 150px;
	border-width: 1px;
	border-style: solid;
	border-color: #999;
	border-bottom-style: none;
 }

.TextHead,.TextBox {
	width: 140px;
	display: block;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:8pt;
    text-decoration: none; 
}
.TextHead {
	background-color: #eee;
	font-weight: bold;
	color: black;
	line-height: 15pt;
}
.TextBox {
	font-weight: normal;
	line-height: 12pt;
}

.HeaderNotice {
	padding: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #999;
	font-size:8pt;
	margin-bottom: 10px;