/*
*{
	border: 0;
 	margin: 0; 
	padding: 0;
}
*/

body{
	/*   background:#C7BB8C url("images/bg.gif") repeat-x left top; */ 
	/*  background:#4A490E ;   */
	/* background:#C7D1AB ; */

	/*background-repeat: repeat-x;  */
	/*background-repeat: repeat-y;*/
	/*  background: url("images/bg.gif") repeat-x left top;    */

	 background:#C0C0C0 ; 
}

#wrap {
	margin: 0 auto;
	text-align: left;
 	 width: 800px;  
	height: auto;
	background-color: #fff;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
/*	background-image: url("images/body.gif");
	background-repeat: repeat-y;  */
}

/*
#wrap ul{
	list-style-type: disc;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#wrap li{
	margin-left: 10px;
}

*/

a { 
	color: blue;
	text-decoration: underline;
}

a:hover {
	color: grey;
	text-decoration: none;
}

#spacer{
	width: 20px;
	background-image: url("images/column.gif");
	background-repeat: repeat-y;
}

#innertube{
	padding-left: 10px;
	padding-right: 10px;

	clear: both;
}

#admin_horiz{
	width: 800px;
	margin: 0 auto;
	height: auto:
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
}

#admin_horiz a{
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* Forms */
legend{
	border: 1px solid #999999;
	margin-right: 3px;
	margin-left: 3px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
fieldset{
	border: 1px solid #999999;
	padding: 10px;
}

input{
	background-color: #E8E5C4;  /* #FFFFB0; */
	border: solid 1px #CCCCCC;
	
}

/* class for input submit buttons */
input.button{
	border: 1px outset #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
}

input.yellow{
color: #000;
background-color: #FFFF00;
border: 2px outset #d7b9c9;

} 

input.blue{
color: #a5cce9;
background-color: #286790;
border: 2px outset #d7b9c9;
text-indent: 0px;
}

input.red{
color: #286790;
background-color: #FFB6B6;
border: 2px outset #d7b9c9;
text-indent: 0px;
}

textarea{
	background-color: #E8E5C4;
	border: 1px solid #CCCCCC;
}
/* end Forms */

acronym {
	border-bottom: 1px dashed #999999;
	cursor: help;
}


h1 {

	color: #000000;
	font-size: 130%;
	font-weight: bold;
	margin: 5px 0 5px 0;
	line-height: 20px;

}

h2 {

	color: #000000;
	font-size: 110%;
	font-weight: bold;
	margin: 5px 0 5px 0;
	line-height: 20px;

}

#backpath {
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#headerimage{ 
	border-bottom:2px #CCCCCC solid;
	background-color:#FFFFFF;
	padding-top: 0;
	margin-top: -7px;
	height: 83px; 
/*	background-image: url(images/new_header.jpg);  */

}


#footerimage{
background-color:#CCCC00;
	height: 45px; 
/*	background-image: url(images/footer.jpg);  */

}


#footer {
	color: #333; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
/*	margin-bottom: 10px;
	margin-top: -10px;  */
}

#footer a {
	color: #333;
	text-decoration: underline;
}

/* vertical sub side menu */

.sidemenu_head{
font: bold 12px Verdana;
color: green;
padding-bottom: 10px;
padding-top: 0px;
}

#sublink{
padding: 0;
background-color: white;
width: 130px;

}


* html #sublink{ /*IE only rule. Original menu width minus all left/right paddings */
width: 120px;
}

#sublink ul{
border-bottom: 1px solid #C0C0C0;
padding-left: 8px;
margin-left: 0;
list-style: none;

}

#sublink li{

margin: 0;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 0px;
padding-right: 0px;
list-style: none;
}

#sublink a{
font: 12px Verdana;
color: green;

display: block;
width: 100%; /*Define width for IE6's sake*/
text-decoration: none;
}

html>body #sublink a{ /*Non IE rule*/
width: auto;
}

#sublink a:hover{
background-color: #F8FBBD;
color: black;
}
