body {
 font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
 color: #000000;
 font-size: 13px;
 background-attachment: fixed;
 background-image: url(/images/layout/bgbody.jpg);
 background-repeat: repeat-y;
 background-position: center top;
 background-color: #5D92D0;
 padding: 0; 
 margin: 0;
}
a.rightcolumn:link {
color:#000000; font-weight:bold;  text-decoration:none
}
a.rightcolumn:visited {
color:#000000; font-weight:bold; text-decoration:none
}
a.rightcolumn:active {
color:#000000; font-weight:bold; text-decoration:none
}
a.rightcolumn:hover {
color:#5A92D6; font-weight:bold; text-decoration:underline
}
a.leftcolumn:link {
color:#000000;  text-decoration:none
}
a.leftcolumn:visited {
color:#000000; text-decoration:none
}
a.leftcolumn:active {
color:#000000; text-decoration:none
}
a.leftcolumn:hover {
color:#5A92D6; text-decoration:underline
}

#wrapper { 
 margin: 0 auto;
 width: 900px;
 border: 1px;
 background-color: #F3E7D9;
}
#header {
 color: #333;
 width: 900px;
 float: left;
 border: 1px solid #ccc;
 height: 278px;
 margin: 10px 0px 5px 0px;
}
#navigation {
 float: left;
 width: 880px;
 color: #333;
 padding: 10px;
 border: 0px solid #ccc;
 margin: 5px 0px 7px 0px;
 background: #BD9C8C;
 background-image: url(/images/layout/bgglossary.jpg);
}
#leftcolumn { 
 color: #333;
 background: #EEEDE9;
 border: 1px solid #CFBC9C;
 margin: 0px 0px 0px 0px;
 padding: 5px;
 height: 100%;
 width: 205px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 border: 1px solid #CFBC9C;
 background: #F2F2E6;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 645px;
 display: inline;
 position: relative;
}
#footer {
 color: #333;
 width: 900px;
 float: left;
 border: 0px;
 margin: 10px 0px 5px 0px;
}
#middlealign {
 vertical-align:middle;
}
.btnmain {
	font-weight: bold;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 3px 3px;
	font-size: 1em;
	width: 150px;
}
.textarea {
	background-color: #EEEDE9;
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.2em;
	font-weight: normal;
	border: 1px solid #CFBC9C;
	padding: 4px;
}