/* --------------------------------- */
/* CSS RESET	  					*/
body{margin:0; border:0; padding:0;}

/* --------------------------------- */
/* STANDARD TAG  					*/
body{
	font-family:"Microsoft Sans Serif",tahoma, "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:8.5pt;
	font-weight: none;
	color: #895827;
}


.bigtext{
   font-family:Arial;
	font-size:12pt;
	font-weight: bold;
	color: #7D6F12;
}

.smalltext{
   font-family:"Microsoft Sans Serif";
	font-size:8.5pt;
	font-weight: none;
	color: #895827;
}


A:link {font-size:8.5pt;color: #895827;text-decoration: none}
A:visited {font-size:8.5pt;color: #895827;text-decoration: none}
A:active {font-size:8.5pt;color: #895827;text-decoration: none}
A:hover {font-size:8.5pt; color: red;}



.box8 {
background: #fcfbf7;
border:1px solid #E1DDBD;
color: #B44C25;
margin:10px;
padding:10px;
text-align:justify;
width:100%;
}


textarea,input,select{
   font-family:"Microsoft Sans Serif";
	font-size:8.5pt;
	font-weight: none;
	color: #895827;
	background: #F9F8F0;
	border: 1px solid #C6BD7E;
	padding: 1px 5px 1px;

}

.myinput{
   font-family:"Microsoft Sans Serif";
	font-size:8.5pt;
	font-weight: none;
	color: #895827;
	background: #EBE5BB;
	border: 1px solid #C6BD7E;
	padding: 1px 5px 1px;
   margin-top: 5px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowlistmenu{
width: 100% /*width of menu*/
}

.arrowlistmenu .headerbar{
font: none 8.5pt tahoma;
color: white;
background: black url(images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #895827;
background: url(images/arrowbullet.png) no-repeat center right; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-right: 15px; /*link text is indented 19px*/
text-decoration: none;
font-weight: none;
border-bottom: 1px solid #eee8aa;
font-size: 8.5pt;
}

.arrowlistmenu ul li a:visited{
color: #895827;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #895827;
background-color: #E9E3B1;
}
DIV.yellow {

	PADDING-RIGHT: 7px; 
	PADDING-LEFT: 7px; 
	PADDING-BOTTOM: 7px; 
	MARGIN: 3px; 
	PADDING-TOP: 0px;
	
   font-size: 8pt;
	font-weight: normal;
	font-family: tahoma;
}
DIV.yellow A {
	BORDER-RIGHT: #ccc 1px solid; 
	PADDING-RIGHT: 5px; 
	BORDER-TOP: #ccc 1px solid; 
	PADDING-LEFT: 5px; 
	PADDING-BOTTOM: 2px; 
	MARGIN: 2px; 
	BORDER-LEFT: #ccc 1px solid; 
	COLOR: #000; 
	PADDING-TOP: 2px; 
	BORDER-BOTTOM: #ccc 1px solid; 
	TEXT-DECORATION: none
	font-weight: normal;
	font-family: tahoma;
}
DIV.yellow A:hover {
	BORDER-RIGHT: #f0f0f0 1px solid; 
	BORDER-TOP: #f0f0f0 1px solid; 
	BORDER-LEFT: #f0f0f0 1px solid; 
	COLOR: #000; 
	BORDER-BOTTOM: #f0f0f0 1px solid
	font-weight: normal;
	font-family: tahoma;
}
DIV.yellow A:active {
	BORDER-RIGHT: #f0f0f0 1px solid; 
	BORDER-TOP: #f0f0f0 1px solid; 
	BORDER-LEFT: #f0f0f0 1px solid; 
	COLOR: #000; 
	BORDER-BOTTOM: #f0f0f0 1px solid
	font-weight: normal;
	font-family: tahoma;
}
DIV.yellow SPAN.current {
	BORDER-RIGHT: #d9d300 1px solid; 
	PADDING-RIGHT: 5px; 
	BORDER-TOP: #d9d300 1px solid; 
	PADDING-LEFT: 5px; 
	FONT-WEIGHT: none; 
	PADDING-BOTTOM: 2px; 
	MARGIN: 2px; 
	BORDER-LEFT: #d9d300 1px solid; 
	COLOR: #000; 
	PADDING-TOP: 2px; 
	BORDER-BOTTOM: #d9d300 1px solid; 
	BACKGROUND-COLOR: #FCF1DF;
	font-family: tahoma;
}
DIV.yellow SPAN.disabled {
	BORDER-RIGHT: #eee 1px solid; 
	PADDING-RIGHT: 5px; 
	BORDER-TOP: #eee 1px solid; 
	PADDING-LEFT: 5px; 
	PADDING-BOTTOM: 2px; 
	MARGIN: 2px; 
	BORDER-LEFT: #eee 1px solid; 
	COLOR: #ddd; 
	PADDING-TOP: 2px; 
	BORDER-BOTTOM: #eee 1px solid
	font-weight: normal;
	font-family: tahoma;
}

DIV.yellow SPAN.last {
	BORDER-RIGHT: #d9d300 1px solid; 
	PADDING-RIGHT: 5px; 
	BORDER-TOP: #d9d300 1px solid; 
	PADDING-LEFT: 5px; 
	FONT-WEIGHT: none; 
	PADDING-BOTTOM: 2px; 
	MARGIN: 2px; 
	BORDER-LEFT: #d9d300 1px solid; 
	COLOR: Black; 
	PADDING-TOP: 2px; 
	BORDER-BOTTOM: #d9d300 1px solid; 
	BACKGROUND-COLOR: White;
	font-weight: normal;
	font-family: tahoma;
}




#header {
	padding: 20px;
	background: #B44C25;
	border-bottom: 1px solid #fff;
}
#header h1 {
	padding: 0;
	margin: 0;
	color: #fff;
	font-family: Georgia, serif;
	font-weight: normal;

}
/* navigation */
#nav {
	width: 780;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #F0EBC8;
	border-bottom: 1px solid #E3DEBD;
}
#nav li {
	float: right;
	margin: 0;
	padding: 0;
}
#nav a {
	float: left;
	display: block;
	padding: 6px 10px 6px 6px;
	text-decoration: none;


	background-color: #F0EBC8;
}
#nav #nav-1 a {
	padding-left: 20px;
}
#nav a:hover {
	color: #000;
	background-color: #e7de9e;
}






#tagcloud {
	width: 100%;
	background:#FFFFCC;
	color:#0066FF;
	padding: 10px;
	border: 1px solid #FFE7B6;
	text-align:center;
	
}
#tagcloud a:link, #tagcloud a:visited {
	text-decoration:none;
}
#tagcloud a:hover, #tagcloud a:active {
	text-decoration: underline;
	color: #000;
}
#tagcloud span {
	padding: 4px;
}
.smallest {
	
	font-size: x-small;
}
.small {
   font-family:tahoma;
	font-size: small;
}
.medium {

	font-size:medium;
	
}
.large {

	font-size:large;
	background-color: #fff8dc;
}
.largest {

	font-size:larger;
	background-color: #eee8aa;
}




.alt2s{
background: #fcfbf7;
border:1px solid #E1DDBD;
color: #B44C25;
margin:1px;
padding:1px;
text-align:center;
}