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

h1,h2,h3 {
	font-family: Arial, Helvetica, sans-serif;
}
p,li,td {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 20pt;
	color: #0066CC;
}
h2 {
	font-size: 14pt;
}
h3 {
	font-size: 12pt;
}
p,li,td {
	font-size: 11pt;
	line-height: 15pt;
}
li {
	margin-bottom: 5px;
}

/******** 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:9pt;
}
.medium {
	font-size:10pt;
}
.large {
	font-size:14pt;
}

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

a {
    font-weight: normal;
    text-decoration: underlin; 
}
p a, li a {
	font-size: 10.5pt;
}
p.small a {
	font-size: 8.5pt;
}
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;
}

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

#container {
	background-color: #ffffff;
	width: 750px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin: 10px;
	margin-left: -375px;
	border-width: 1px;
	border-style: solid;
	border-color: #999;
}
#header {
	height: 120px;
	border-bottom-style: solid;
	border-bottom-color: #69C;
	background-color: #FFFFE0;
	background-image: url(images/back_header.jpg);
	background-repeat: no-repeat;
}
#title {
	position: absolute;
	top: 20px;
	left: 70px;
}
#main {
	width: 100%;
	clear: both;
}
#main td {
	vertical-align: top;
}
#navbar {
	width: 110px;
	padding-top: 20px;
}
#content {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
}
#footer {
	width: 730px;
	clear: both;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999;
}
.centred {
	text-align: center;
}
