html, body
{
	margin: 0;
	padding: 0;
}

/* top right bottom left*/

body 
{
	background-color: #F5DEB3;
	/*background-image: url(../Images/bg-body.gif);*/
	background-repeat: repeat-x;
	font: .7em "Bookman Old Style", Palatino, Garramond, serif;
	color: #fff;
}

h3
{
	font-size: 130%;
	/*font-weight: bold;*/
}

a
{
	color: #000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: 0;
}

#container
{
	margin: 0 70px;
}

#header
{
	height: 100px;
	margin-top: 7px;
	margin-left: 0px;
	/*padding: 10px;*/
	margin-bottom: 0px;
	background-color: #3A6EA5;
	color: #fff;
}

#footer
{
	color: #fff;
	text-align: center;
	font-size: 110%;
	
}

#footer div.section
{
	background-color: #3A6EA5;
	padding:  0px 10px 0px 10px;
}

#footer p
{
	margin: 0px;
}

#sitename
{
	padding: 20px 20px 0px 20px;
}	

#titletext
{
	/*font-weight: bold;*/
	font-size: 300%;
	color: #fff;
	margin-right: 10px;
}

#searcharea
{
	/*float: right;
	width: 320px;*/
	font-size: 90%;
}

#searcharea div.section
{
	/*float: right;*/
	border: 0;
	background-color: Transparent;
}
#searcharea div.section h3
{
	display: inline;
	padding-right: 3px;
}

#searcharea a
{
	color: #fff;
}

#searcharea input
{
	font-size: 100%;
	background-color: #A6CAF0;
}

#loginarea
{
	float: right;
	font-size: 90%;
	width: 22em;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

#loginarea div.section
{
	float: right;
	border: 0;
	background-color: Transparent;
}
#loginarea div.section h3
{
	display: inline;
	padding-right: 3px;
}

#loginarea a
{
	color: #fff;
}

#loginarea input
{
	font-size: 100%;
	background-color: #A6CAF0;
}

#persistrow
{
	width: 18em;
	margin-top:4px;
	margin-bottom: 4px;
}

#persistrow span.persistcheck input
{
	background-color: Transparent;
}

#persistrow input.formbutton
{
	float: right;
	vertical-align: middle;
}

#loginsplitlinks
{
	margin-left: 2em;
	margin-right: 2em;
}

.loginlabel
{
	float: left;
	display: inline-block;
	width: 6em;
}

#globalmenu
{
	background-color: transparent;
	height: 10px;
	color: #fff;
	margin-top:10px;
	padding-top: 1px;
}

#globalmenu ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#globalmenu li
{
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 1px;
}

#globalmenu a
{
	color: #fff;
}

/*#containerleft
{
	background-image: url(../Images/shadow-left.gif);
	background-repeat: repeat-y;
}

#containertopleft
{
	background-image: url(../Images/shadow-top-left.gif);
	background-repeat: no-repeat;
}

#containerright
{
	background-image: url(../Images/shadow-right.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#containertopright
{
	background-image: url(../Images/shadow-top-right.gif);
	background-repeat: no-repeat;
	background-position: top right;
}*/

#main
{
	margin-left: 0px;
	margin-right: 0px;
	background-color: #D2B48C;
	margin-bottom: 10px;
	border: outset 2px;
	/*background-image: url(../Images/shadow-bottom.gif);
	background-position: bottom;
	background-repeat: repeat-x;*/
	min-height: 500px;
}

* html #main
{
	height: 500px;
}



#side
{
	float: left;
	width: 198px;
	margin: 2px;
}

#nav
{
	width: 198px;
	border-bottom: 1px solid #eee;
	margin-top: 2px;
	margin-bottom: 10px;
}

* html #side
{
	width: 198px;
	margin-left: -3px;
}

#nav ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav li
{
	border-top: 1px solid #fff;
}

#nav a
{
	display: block;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #fff;
	font-size: 100%;
	padding: 5px;
	background-color: #6495ED;
}

#nav a:hover
{
	background-color: #A6CAF0;
	font-weight: bold;
	text-decoration: none;
}

#nav a.selected
{
	font-weight: bold;
}

#nav ul ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav ul ul li a
{
	padding-left: 20px;
	color: #fff;
}

#nav ul ul ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Courier New, Courier, Fixedsys;
	background-color: #000;
	color: #d00;
}

#nav ul ul ul li a
{
	padding-left: 40px;
	/*color: #fff;*/
	font-size: 140%;
	background-color: #000;
	font-family: Courier New, Courier, Fixedsys;
	color: #d00;
}
#nav ul ul ul li a.selected
{
	font-weight: bold;
}

#nav ul ul ul ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 120%;
	font-family: Courier New, Courier, Fixedsys;
	color: #d00;
}

#nav ul ul ul ul li a
{
	padding-left: 60px;
	/*color: #fff;*/
	font-family: Courier New, Courier, Fixedsys;
	color: #d00;
}
#nav ul ul ul ul li a.selected
{
	font-weight: bold;
}

#content
{
	
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 9px;
	margin-left: 200px;
}


* html #content
{
	height: 1%;
	margin-right: -3px;
}


.clear
{
	clear: both;
}

.section
{
	padding: 7px;
	margin-top: 4px;
	border: 1px solid #eee;
	background-color: #6495ED;
}
.section h3
{
	color: #fff;
	font-size: 150%;
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 4px;
	font-weight: bold;
}

.section table thead
{
	padding:4px;
	background-color: #3A6EA5;
}

.section table tbody
{
	padding: 4px;
}

.section table tr.alt
{
	background-color: #3A6EA5;
}
.section table tr td.indentleft
{
	padding-left:40px;
}

.section p
{
	color: #fff;
	font-size: 130%;
	font-weight: normal;
	/*font-family: Verdana, Arial, Helvetica, Sans-Serif;*/
}

.section ul li
{
	color: #fff;
	font-size: 120%;
	font-weight: normal;
}

.section input.textfield,input.formbutton
{
	background-color: #A6CAF0;
}

.moduletools
{
	float: right;
	margin-top: 15px;
	margin-right: 5px;
}



.error
{
	color: #c00;
}

.pager
{
	font-size: 120%;
}

.pager a
{
	margin-left: 5px;
	margin-right: 5px;
}

.searchresults
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0;
	list-style-type: none;
}

.searchresults h4
{
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 100%;
}

.searchresults .sub
{
	font-size: 90%;
	color: #090;
}

.searchresults li
{
	margin-top: 5px;
	margin-bottom: 5px;
}
.tbl
{
	border: 1px solid #eee;
}

.tblvalue
{
	font-weight: bold;
}

.articlelist
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.articlelist li
{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-bottom: 10px;
}

.articlelist h4
{
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 100%;
}

.articlesub
{
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666;
	background-color: #6495ED;
}

.articlesub span
{
	margin-right: 6px;
}

.articlesub a
{
	margin-right: 6px;
}

.articlecontent
{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-bottom: 10px;
}

.articlecomments
{
	margin: 0px;
	padding: 0;
	list-style-type: none;
}

.articlecomments li
{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-bottom: 10px;
	padding: 0;
	border-bottom: solid 1px #eee;
}

.articleerror
{
	color: #c00;
}

.genericitem
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px;
}

.genericitem h4
{
	margin-top: 2px;
	margin-bottom: 3px;
	font-size: 100%;
}

.genericdetails
{
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666;
	font-size: 0.85em;
}

.languageswitcher ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

.languageswitcher li
{
	display: inline;
	padding: 2px;
	margin-right: 3px;
}
