div, form, body {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: white url('images/mainbg.png') repeat top left;
	color: black;
}

#tinymce {
	background: white;
}

a:hover {
	text-decoration: underline !important;
}

#globalContainer  {
	/*padding: 1em;*/
	margin: 1em auto 0 auto;
	text-align: left;
	width: 802px;
}

.floatRelative {
	/* css positioning... urgh! */
}

hr.antifloat {
	display: block;
	clear: both;
	margin: 0; 
	height: 1px;
	margin-bottom: -3px;
	visibility: hidden;
}

.left { float: left; }
.right { float: right; }

img { border: 0; }


#pageContainer {
	float: left;
	width: 100%;
	margin-right: -210px;
}
#pageContent {
	margin-right: 210px;
	overflow: hidden;
	/* min-height: 308px; uncompatible with google IE7.js fix-script*/
	/* height: 100%; IE ? */
}

#headerBox {
	height: 100px;
	margin-bottom: 10px;
	background-color: white;
	border: 1px #c0c2de solid;
}

#headerBox h1 {
	margin: 0;
}

#footerBox {
	width: 800px;
	height: 25px; 
	text-align: right;
	font-variant: small-caps;
	font-size: 12px;
	letter-spacing: 3px;
	clear: both;
	background: white url('images/footerbg.jpg') no-repeat top left;
	border: 1px #e0e2ee solid;
	padding-top: 5px;
}
#footerBox img { vertical-align: text-bottom; margin-right: 5px; }

#menuPanel {
	background: transparent url('images/menubottombg.jpg') no-repeat bottom right;
	width: 200px;
	float: right;
	margin-bottom: 8px;
}

#menuHead {
	height: 167px;
	width: 198px;
	background: transparent url('images/menuheadbg.jpg') no-repeat top right;
	border: 1px #e0e2ee solid;
}

.menuBoxOuterPattern {
	background: white url('images/menubg.jpg') repeat-y top right;
}
.menuBoxInnerPattern {
	background: transparent url('images/menutopbg.jpg') no-repeat top right;
	width: 198px;
}

.menuBox {
	border: 1px #e0e2ee solid;
	width: 198px;
	background: transparent url('images/menubottombg.jpg') no-repeat bottom left;
	border-top: 0;
	
	font-size: 0.95em;
	min-height: 300px;
	text-align: left;
	overflow: hidden;
	padding-top: 8px;
}

.menuBox hr { border: 0; height: 0; border-top: 1px #e0e2ee solid;}

.menuBox ul {
	margin-left: 10px;
	margin-top: 0;
	padding-left: 0;
	list-style-type: none;
}
.menuBox li {
	margin-left: 0;
	margin-right: 2px;
	display: block;
	padding-left: 0px;
	/* background: url('images/menubullet.png') no-repeat 0 5px; */
	padding-bottom: 2px;
	border-bottom: 1px #e0e2ee solid;
	margin-bottom: 7px;
}
.menuBox li a {
	text-decoration: none; 
	color: #005112;
}
.menuBox li.space {
	background: none;
}
.menuBox li.dummy {
	background: none;
	display: none;
}
.menuBox a.item {
}
.menuBox a.item:hover { color: #070; }
.menuBox a.item:active {color: #fff; }
.menuBox h3 {
	text-align: center;
	font-size: 100%;
}
.menuBox .event a { font-size: 90%; margin-left: 10px; }


.errorReport {
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
	margin: 5px;
	padding: 3px;
	clear: both;
}


#pageContent {
	text-align: justify;
	font-size: 0.9em;
}

#pageContent a {
	color: #00366a;
}

.contentOuterPattern {
	background: url('images/articlebg.jpg') repeat-y top left;
	margin: 0 0 10px 0;
}
.contentInnerPattern {
	background: url('images/articletopbg.jpg') no-repeat top left;
}
.contentBox.article {
	background: url('images/articlebottombg.jpg') no-repeat bottom left;
	padding: 29px 1em 1em 18px;
}
.contentBox h2 { margin: 0; }
.contentBox h2 a {
	/* font-family: serif; tocheck */
	text-decoration: none;
	color: #005821 !important; 
}


.breadcrumbs { 
	margin: -29px 0 0 -15px;
	min-height: 25px;
}
.breadcrumbs a {
	margin: 0 8px;
	text-decoration: none;
}

p { margin-bottom: 0; }

.readMore { display: block; text-align: right; }
.readMoreButton {
	text-align: right;
	display: inline;
	border: 1px #e0e2ee solid;
	background-color: #fafdff; 
	color: #335544;
	padding: 2px;
	margin-left: 1em;
	margin-right: 0.5em;
	cursor: pointer;
}
blockquote {
	text-align: left;
	border: 3px #e0e2ee double;
	clear: right;
	margin: 2px 0.5em 0 0.5em;
	padding: 0 0.5em 0.5em 0.5em;
}

.newsHead * { clear: none; }
.newsHead b { display: block; }
.newsHead h2 { font-weight: normal; font-size: 130%; }
.newsHead .right { font-size: 90%; }

.contentBox.panel {
	padding: 1em;
	text-align: center;
}

.insideBox {
	background-color: #f9fcff;
	padding: 10px;
	border: 1px #BBB solid;
	text-align: left;
}

.message { margin-bottom: 10px; border: 2px black solid;}

.panel h3 { margin-top: 0; }
.panel h4 { margin: 0; }
.panelMenu a { margin: 0 0.5em; }
.panelChangePassword form {
	text-align: right;
	padding-right: 30%;
}
.panel table { border-collapse: collapse;}
.panel td, .panel th { margin: 0; border: 1px black solid; }
.panel tr.selected { background-color: #FFF; }
.panel tr:hover { background-color: #FFF; }
.panel td { padding: 0 1em; }

.panelTree .insideBox a {
	width: 24.9%;
	display: block;
	float: left;
	text-align: center;
}
.panelTree .insideBox a img {  background-color: #FFF; border: 1px #DFF solid; margin: 1px; margin-left: 0; vertical-align: middle; }
.panelTree .insideBox a:hover img { background-color: #FFF; border: 1px #BBF solid; }

.panelEditMenu a.move { text-decoration: none; }

.tree.main {
	background-color: #f9fcff;
	border: 1px #BBB solid;
	text-align: left;
	padding-bottom: 5px;
}
.tree a { text-decoration: none; }
ul.tree { list-style: none; margin: 0; padding-left: 16px; }
.tree li { border-left: 1px black dashed; }
.tree li.last { border-left: none; }
.treeText { cursor: default; }
.treeElement { margin: 3px; margin-left: 0; padding-top: 2px;}
.treeElement:hover { background-color: #FFF; }
.treeSpan { padding: 5px; }
.treeElement:hover .treeSpan { background-color: #FFF; }
.treeLine { height: 11px; width: 10px; float: left; border-bottom: 1px black dashed; }
.treeLine.leaf { width: 20px; }
.treeLine.last { border-left: 1px black dashed; }
.treeBullet { float: left; margin-top: 6px; }
.tree .icon { vertical-align: middle;}
.tree li:hover > .treeElement .treeBullet { border: 1px #DDF solid; margin: 5px -1px 0 -1px; background-color: #FFF; }
.dummy { display:  none; }

textarea { width: 100%; }

.thumbnail {
	float: left;
	height: 202px; width: 202px;

	margin: 2px;
	padding: 0;
	display: table;
}
.thumbCell { display: table-cell; vertical-align: middle; padding: 0 !important; height: 200px; width: 200px;
 margin: 0; }
.thumbnail a { text-decoration: none; }
.thumbnail img { margin: auto;  display: block; }
.thumbCaption {  }
.thumbnail a.button img { margin: 3px; border: 1px #8899AA solid; vertical-align: middle; display: inline; right: 0; }
.thumbnail a.button:hover img { border: 1px black solid; }

.imgDisplay img { display:block; }

.button {
	padding: 0 2px;
	border: 1px solid black;
	margin: 0 0.5em;
	background-color: white;
	text-decoration: none;
}

.articlesublist li {
	line-height: 1.6em;
}
