BODY {
	font-family: "Tahoma", "Arial", sans-serif;
	font-size: 12px;
	color: #039;
	background-color: #EEF;
}
A {
	color: #33F;
}
A:HOVER {
	color: #F33;
}

H1 {
	font-family: "Tahoma", "Arial", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #039;
}
H2 {
	font-family: "Tahoma", "Arial", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #039;
}
H3 {
	font-family: "Tahoma", "Arial", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #039;
}
B.NB {
	font-weight: normal;
}

/* Styles relating to the menu */

.menutable {
	border: 1px solid #AA0;
	background-color: #9999ff;
	width: 98%;
	padding: 0px;
}
.menucell {
	background-image: url(img/buttonbkg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #CCF;
	border: 0px;
	padding: 0px;
	height: 20px;
	font-family: "Tahoma", "Arial", sans-serif;
	font-size: 13px;
	text-align: center;
}
A.menulink {
	text-decoration: none;
	font-weight: bold;
	color: #009;
	display: block;
	padding: 3px;
}
A.menulink:HOVER {
	text-decoration: none;
	background-color: #DDF;
	color: #039;	
}
DIV.menuCurrent {
	text-decoration: none;
	font-weight: bold;
	color: #06A;
	background-image:url(img/buttonbkgcur.jpg);
	background-color: #DBDBFF;
	background-repeat: repeat-y;
	background-position: top center;
	margin: 0px;
	padding: 3px;
}

/* Outer Table Specific Styles */

TABLE.mainTable {
	width: 99%;
}
.tabletopleft {
	width: 40px;
	height: 100px;
	padding: 0px;
	background-image:url(img/wolvrndtbletopleft.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #EEF;
}
.tabletop {
	height: 100px;
	padding: 0px;
	background-image:url(img/wolvrndtbletopfiller.gif);
	background-position: top center;
	background-repeat: repeat-x;	
	background-color: #EEF;
}
.tabletopright {
	width: 40px;
	height: 100px;
	padding: 0px;
	background-image:url(img/wolvrndtbletopright.gif);
	background-position: top right;
	background-repeat: no-repeat;	
	background-color: #EEF;
}
.tabletopfiller {
	height: 40px;
	padding: 0px;
	background-image:url();
	background-position: bottom;
	background-repeat: repeat-x;
}
.tableleft {
	width: 40px;
	padding: 0px;
	background-image:url(img/wolvrndtbleleft.gif);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #EEF;
}
.tableright {
	width: 40px;
	padding: 0px;
	background-image:url(img/wolvrndtbleright.gif);
	background-position: right;
	background-repeat: repeat-y;	
	background-color: #EEF;
}
.tablebottomleft {
	width: 40px;
	height: 40px;
	padding: 0px;
	background-image:url(img/wolvrndtblebottomleft.gif);
	background-position: bottom left;
	background-repeat: no-repeat;	
	background-color: #EEF;
}
.tablebottom {
	height: 40px;
	padding: 0px;
	background-image:url(img/wolvrndtblebottomfiller.gif);
	background-position: bottom center;
	background-repeat: repeat-x;	
	background-color: #EEF;
}
.tablebottomright {
	width: 40px;
	height: 40px;
	padding: 0px;
	background-image:url(img/wolvrndtblebottomright.gif);
	background-position: bottom right;
	background-repeat: no-repeat;	
	background-color: #EEF;
}
.tablebottomfiller {
	height: 40px;
	padding: 0px;
	background-image:url(img/wolvrndtblebottomfiller.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

/* Copyright Specific Styles */

.copytable {
	border: 0px;
	border-top: 1px solid #630;
	width: 400px;
}
.copycell {
	padding: 0px;
	text-align: center;
	font-size: 10px;
}
.copylink {
	color: #039;
	text-decoration: none;
}
.copylink:HOVER {
	color: #930;
	text-decoration: underline;
}

/* News Item Styles */

DIV.newsItem {
	width: 85%;
	background-color: #DDF;
	border: 1px solid #CCE;
	border-right-color: #AAD;
	border-bottom-color: #66A;
	margin-bottom: 5px;
}
P.newsTitle, P.filesTitle {
	background-color: #bbf;
	color: #006;
	border-bottom: 1px dotted #339;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	font-variant: small-caps;
	margin: 0px;	
}
P.filesTitle {
	border-top: 1px dotted #99c;
}
DIV.newsText {
	padding: 7px;
}
SPAN.newsDate {
	font-weight: bold;
	position: relative;
	top: 2px;
	right: 4px;
}
P.newsPara {
	text-indent: 10px;
	text-align: left;
	padding: 0px 10px 0px 10px;
}
TABLE.newsPS {
	background-color: #DDF;
	border: 1px solid #CCE;
	border-right-color: #AAD;
	border-bottom-color: #66A;
	margin: 0;
	padding: 0;
}
TD.newsPStitle {
	background-color: #DADAFF;
	border-bottom: 1px dotted #339;
	padding: 3px 0 3px 0;
}
TD.newsPSnum {
	padding: 0;
}
A.newsPSnumLink {
	display: block;
	padding: 3px 0 3px 0;
	width: 50px;
	text-decoration: none;
}
A.newsPSnumLink:HOVER {
	background-color: #E3E3Ff;
}
A.newsFile, A.newsFile:VISITED {
	background-color: #cce;
	color: #339;
	border: 1px solid #339;
	margin: 3px 10px 3px 10px;
	line-height: 40px;
	padding: 3px 10px 3px 10px;
	font-size: small;
	text-decoration: none;
	white-space: nowrap;
}
A.newsFile:HOVER {
	background-color: #669;
	border-color: #99b;
	color: #eef;
}
A.photoLink IMG.photo,A.photoLink:VISITED IMG.photo {
	border: 1px solid #669;
	margin: 5px;
}
A.photoLink:HOVER IMG.photo {
	border: 1px solid #f66;
}


/* Pagination */

A.pageLnk, A.pageLnk:VISITED, B.pageLnk {
	background-color: #DDF;
	border: 1px solid #669;
	color: #55A;
	margin: 2px 3px 2px 3px;
	padding: 3px 6px 3px 6px;
	text-decoration: none;
}
A.pageLnk:HOVER {
	background-color: #99F;
	border-color: #FFF;
	color: #DDF;
	text-decoration: none;
}
DIV.pagination {
	padding: 3px 0 25px 0;
}

/* Links Styles */

DIV.intro {
	width: 85%;
	background-color: #D3D3FF;
	border: 1px solid #99C;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	padding: 5px 10px 5px 5px;
	text-indent: 5px;
}

DIV.linksItem {
	width: 85%;
	background-color: #DDF;
	border: 1px solid #CCE;
	border-right-color: #AAD;
	border-bottom-color: #66A;
	margin-bottom: 5px;
}
P.linksTitle {
	background-color: #DADAFF;
	border-bottom: 1px dotted #339;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	font-variant: small-caps;
	margin: 0px;	
}
SPAN.linksDate {
	font-weight: bold;
	position: relative;
	top: 2px;
	right: 4px;
}
P.linksPara, DIV.linksPara {
	text-indent: 10px;
	text-align: left;
	padding: 6px 10px 6px 10px;
}

/* Contact Styles */

DIV.contactBox {
	width: 85%;
	background-color: #DDF;
	padding: 10px;
	border: 1px solid #CCE;
	border-right-color: #AAD;
	border-bottom-color: #66A;
}
