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

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: steelblue;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: steelblue;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}
p,li,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	line-height: 13pt;
}
li {
	margin-bottom: 10px;
}
.midtd {
	vertical-align: middle;
}

/******** 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:14pt;
}
.highlight {
	font-weight:bold;
	font-style:normal; 
	color:red;
}

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

a {
    font-weight: normal;
    text-decoration: underline; 
}
p a, li a {
	font-size: 10pt;
}
p.small a {
	font-size: 9pt;
}
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 {
	width: 750px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin: 10px;
	margin-left: -375px;
}
#top-border {
	background-image: url(images/top_border.gif);
	height: 18px;
}
#bottom-border {
	background-image: url(images/bottom_border.gif);
	height: 18px;
}
#main {
	border-color: #ccc;
	border-left-style: solid;
	border-left-width: 5px;
	border-right-style: solid;
	border-right-width: 5px;
	margin-left: 1px;
	margin-right: 1px;
	width: 728px;
	clear: both;
	padding-left: 10px;
}
#navbar {
	width: 110px;
	padding-top: 20px;
	background-color: #ccd8ff;
	vertical-align: top;
}
#title {
	width: 556px;
	background-color: #ccc;
	padding: 0px;
	font-weight: bold;
	margin-top: 2px;
}
#content {
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: top;
}
.centred {
	text-align: center;
}
.boxed {
	border-style: solid;
	border-width: 1px;
	padding: 10px;
}

/******** Link Block ********/

.ThumbnailCell {
	border-style: solid;
	border-color: #99c;
	border-width: 2px;
	width: 110px;
	padding: 0px;
}
.LinkCell {
	width: 389px;
	padding: 10px;
	vertical-align: top;
}

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

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

a.MenuHead,a.MenuLink {
	width: 106px;
	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-size:8pt;
	text-decoration: none;
}
a.MenuHead {
	background-color: #eee;
	font-weight: bold;
}
a.Menulink {
	font-weight: normal;
}
a.MenuLink:link {
	color: #333;
}
a.MenuLink:visited {
	color: #333;
}
a.MenuLink:active {
	color: #333;
}
a.MenuLink:hover {
	color: #00f;
	background-color: #bbddff;
}

/******** Menu Tabs ********/

.menutabs {
	background-color: #eeeeee;
	padding: 0px;
}

#navcontainer {
	margin-left: 20px;
}

ul#navlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
}

ul#navlist li {
	float: left;
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 4px 0;
	background-color: #eeeeee;
	border-top: 1px solid #e0ede9;
	border-bottom: 1px solid #e0ede9;
}

#navlist a, #navlist a:link {
	margin: 0;
	padding: 5px 9px 4px 9px;
	color: slategray;
	border-right: 1px solid #d1e3db;
	text-decoration: none;
}

ul#navlist li#active {
	color: #95bbae;
	background-color: #deebe5;
}

#navlist a:hover {
	color: #74a893;
	background-color: #d1e3db;
}
