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

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color: #724550;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #724550;
}
p,li,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
}
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: 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: 400px;
}

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

#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: #724550;
}
#header {
	height: 130px;
	border-bottom-style: solid;
	border-bottom-color: #724550;
	border-bottom-width: 1px;
	background-repeat: no-repeat;
	background-image: url(images/back_header.jpg);
}
#content {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
}
#footer {
	width: 730px;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}
#title {
	padding-top: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30pt;
	line-height: 40pt;
	font-weight: normal;
	color: #724550;
}
.centred {
	text-align: center;
}

.ThumbnailCell {
	width: 180px;
	padding: 10px;
	padding-bottom: 30px;
}

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

#tabs2 {
	position: absolute;
	top: 91px;
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #84776B;
}
#tabs2 ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
}
#tabs2 li {
	display:inline;
	margin:0;
	padding:0;
}
#tabs2 a {
	float:left;
	background:url("./images/tableft2.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#tabs2 a span {
	float:left;
	display:block;
	background:url("./images/tabright2.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#84776B;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs2 a span {float:none;}
/* End IE5-Mac hack */
#tabs2 a:hover span {
	color:#74675B;
}
#tabs2 a:hover {
	background-position:0% -42px;
}
#tabs2 a:hover span {
	background-position:100% -42px;
}

#tabs2 #current a {
	background-position:0% -42px;
}
#tabs2 #current a span {
	background-position:100% -42px;
}
