html {
	height: 100%;
}

BODY {
	font-size : 12px; 
	font-family : Trebuchet MS; 
	font-weight : normal; 
	color : #7D7D7D; 
	width : auto; 
	background-color: #D8D8D8;
	height: 100%;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	height: 100%;
}

input {
	border: 1px solid #D7D5D5;
	height: 20px;
	font-family: Trebuchet MS;
	font-size: 12px;
	background-color: #F0EFEF;
	color: #7D7D7D;	
}

textarea {
	border: 1px solid #D7D5D5;
	width: 100%;
	overflow: auto;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #7D7D7D;	
}

select {
	width: 100%;
	overflow: scroll;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #7D7D7D;
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: #6C6A6A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


p {
	font-size : 12px;; 
	font-family : Trebuchet MS; 
}

.smalltext {
	font-family : Trebuchet MS; 
	font-style : normal; 
	font-variant : normal; 
	font-weight : normal; 
	font-size : 12px; 
}


.smalltext a:link{
	font-family : Trebuchet MS; 
	font-style : normal; 
	font-variant : normal; 
	font-weight : normal; 
}

.smalltext a:visited{
	font-family : Trebuchet MS; 
	font-style : normal; 
	font-variant : normal; 
	font-weight : normal; 
}

.noline a:link{
  text-decoration : none;
}

.noline a:visited{
  text-decoration : none;
}


.largetext {
	font-family : Trebuchet MS; 
	font-style : normal; 
	font-variant : normal; 
	font-weight : normal; 
	font-size : 12px; 
}

.largetext a:link{
	font-family : Trebuchet MS; 
	font-style : normal; 
	font-variant : normal; 
	font-weight : normal; 
	font-size : 12px; 
}

.largetext a:visited{
	font-family : Trebuchet MS;
	font-style : normal; 
	font-variant : normal; 
	font-weight : normal; 
	font-size : 12px; 
}

.errortext {
  font-family : Trebuchet MS; 
  font-size : 10px;
  color : red;
  font-weight : bold;
}

.grid {
	border : #efb240 .05em solid;
}

.white {
  background-color : white;
}

.black {
  background-color : #999999;
}

.bg_dark {
  background-color : #BCBCBC;
}

.bg_medium {
  background-color : #E2E2E2;
}

.bg_light {
  background-color : #F0EFEF;
}

.alt_bg_dark {
  background-color : #BCBCBC;
}

.alt_bg_medium {
  background-color : #E2E2E2;
}

.alt_bg_light {
  background-color : #F0EFEF;
}

#main {
	width: 650px;
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 100%;
}

.maintd {
	background-color: #FFFFFF;
	background-image: url(images/default_box_bg.jpg);
	background-repeat: repeat-y;
}

#leftside {
	display: inline;
	width: 50px;
	height: 1px;
}

#center {
	width: 454px;
	height: 100%;
}

#rightside {
	width: 188px;
	height: 100%;
}

#footer {
	width: 650px;
	height: 42px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	padding-left: 21px;
	padding-top: 12px;
}

#footer a {
	font-size: 12px;
	font-family : Trebuchet MS; 
	font-weight : normal; 
	color : #7D7D7D; 
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#top {
	margin-bottom: 5px;
}

#mainmenu {
	background-image: url(images/topmenu_bg.jpg);
	background-repeat: no-repeat;
	height: 36px;
	width: 650px;
	font-weight: bold;
}

#mainmenu a {
	color: #6C6A6A;
	font-size: 14px;
	font-family: Trebuchet MS;
	text-decoration: none;
}

#mainmenu a:hover {
	text-decoration: underline;
}

#bottom {
	padding-top: 5px;
}

.box_bottom_line {
	background-image: url(images/box_bottom_line.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.mainboxstyle {
	padding-left: 0px;
	background-color: #FFFFFF;
	background-image: url(images/default_box_bg.jpg);
	background-repeat: repeat-y;
}

.mainboxstyle p {
	text-align: justify;
}



.mainboxstyle table {
	overflow: scroll;
	border-color: #999999;
}

.mainboxstyle_menu {
	padding-left: 0px;
	background-color: #FFFFFF;
	background-image: url(images/default_box_bg.jpg);
	background-repeat: repeat-y;
	font-weight: bold;
}

.mainboxstyle h1 {
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	color: #6C6A6A;
}

.mainboxstyle p {

}

.articleheading {
	font-family: Arial;
	font-size: 24px;
	color: #7D7D7D;
}	


.rightmenu_table {
	background-image: url(images/sidemenu_separator.jpg);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	margin-bottom: 10px;
}

.rightmenu_table a { 
	display: block;
	padding-left: 20px;
}

.rightmenu_table a:hover {
	background-image: url(images/menuarrow.gif);
	background-position: left;
	background-repeat: no-repeat;
}


.rightmenu_table td {
	background-image: url(images/sidemenu_separator.jpg);
	background-repeat: no-repeat;
	background-position: 0 top;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 10px;
}

.mainboxstyle_search {
	margin: 0;
	padding: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
	background-image: url(images/default_box_bg.jpg);
	background-repeat: repeat-y;
}

#searchbox_query {
	padding: 0;
	padding-left: 20px;
	display: inline;
}

#searchbox_query input {
	width: 108px;
	height: 13px;
	color: #7D7D7D;
}

#searchbox_button {
	display: inline;
}

#searchbox_button input {
	width: auto;
	height: 16px;
	background-color: #FFFFFF;
	border: 0;
	font-family: Trebuchet MS;
	font-size: 12px;
	cursor: pointer;
	color: #7D7D7D;
}

.login {
	
}

.login input {
	height: 13px;
	width: 80px;
}

.logincheckbox input {
	border: 0;
	background-color: #FFFFFF;
	width: auto;
}

.login label {
	width: 60px;
	display: block;
	float: left;
}


.loginbutton input {
	height: 20px;
}

