body {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:15%;
	margin-right:15%;
	padding: 0px;
	color: #000000;
	background-color: #f6f4ea;	
	font: 14px/16px Tahoma, Arial, Helvetica, sans-serif;;
	 }

/* -- TEXT -- */		
h1, h2 	
{
   /* background: url('/i/img/greater-than.gif') left top no-repeat; */
	background-color:inherit; 
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 22px;
	font-weight: normal;
	color: #639a34;
}
/* --
h2 {
	font-size: 2em;
	line-height: 1.0;
	color: #778E1C;
	background-color:inherit; 
}
-- */
h3, dt {
	font-size: 1.5em;
	color: #778E1C;
	background-color:inherit; 
}

h4 {
	font-size: 1.2em;
	color: #778E1C;
	background-color:inherit; 
}

p {
	color:inherit; 
	background-color:inherit; 
}

li 
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    line-height: 1.7;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
}

blockquote {
	margin: 1em 3em;
	padding: .5em 1em;
	border-left: 5px solid #fce27c;
	background-color: #f6ebc1; }
blockquote p {
	margin: 0; }
		
pre {text-indent: 30px}

/* -- LOGO -- */
#logo {padding-bottom:30px;}

/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(/i/img/menug_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a strong{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(/i/img/menug_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a strong, .glossymenu li a:hover strong{
	color: #fff;
	background: url(/i/img/menug_hover_right.gif) no-repeat right top; /*right tab image path*/
}


/* -- MENU 
#menu { text-align: right;}
#tabmenu {
	color: #6E5200;
	background-color:inherit; 
	border-bottom: 1px solid #6E5200;
	margin: 12px 0px 0px 0px;	
	z-index: 1;
	padding: 0px 0px 0px 10px;
	font: 14px arial, sans-serif;
 }

#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none; }

#tabmenu a, a.active {
	color: #DEDECF;
	background-color: #6E5200;
	font: bold 1em Arial, sans-serif;
	letter-spacing: 1.5px;
	border: 1px solid #6E5201;
	padding: 2px 5px 0px 5px;
	margin: 0;
	text-decoration: none; }	

#tabmenu a:hover {
	color: #fff;
	background: #778E1C; }


	
#tabmenu a.active {
	background: #fff;
	color: #6E5200;
	border-bottom: 1px solid #fff; 
	font-weight:bold;
}

#tabmenu a.active:hover {
	background: #fff;
	color: #6E5200; }
	
 -- */

	
/* -- CONTENT -- */
#content {font-family: arial, verdana, sans-serif;
	text-align: justify;
	background: white;
	color: inherit;	
	padding: 5px 20px 20px 20px;
	border-left: 1px solid #6E5200;
	border-right: 1px solid #6E5200;
	border-bottom: 1px solid #6E5200;
	border-top: none;
	z-index: 2;	}

#content a {
	text-decoration: none;
	color: #778E1C; 
	background-color: inherit;		
}

#content a:hover { background: #6E5200; 
	color: #fff;
			
}
	
/* -- FOOTER -- */
#footer ul {
	float: right;
	margin-top: 20px;
}

#footer li {
	display:inline;
	list-style: none;
}

#footer {
	font-size: 1.2em;
	padding-bottom: 40px;
}

.error {
	color: #990000;
	background-color:inherit; 
}