/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body
{
	margin: 0;
	padding: 0; /*background: #333333 url(Images/img1.gif) repeat-y center top;*/
	font: normal 12pt "GF Zemen Unicode" , "Power Geez Unicode1" , "Visual Geez Unicode";
	color: #000000;
}

div#printable
{
  width: 90%;
  margin: 0 auto;
  text-align: justify;
}

p
{
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

ul {
	list-style: square;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	background: #FFFFFF;
	text-align: center;
}

#footer
{
	width: 99%;
	height: 48px;
	float: left;
	margin-bottom: 20px;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

#header * {
	/*text-transform: lowercase;*/
	text-decoration: none;
	color: #0E980E;
	font-family: Arial, 'Trebuchet MS', 'Times New Roman'; 
}

#header h1 {
	float: left;
	padding: 20px 0 0 20px;
	font-size: 3em;
}

#header h2 {
	padding: 38px 20px 0 0;
	font-size: 2em;
}

#header h3 
{ 
	font-size: 1.2em;
}

#logo
{
	float: left;
	width: 179px;
	height: 90px;
	}

	
/* Menu */

#menu
{
	width: 100%;
	height: 35px;
	margin: 0 auto;
	background: #CE6318 url(../Images/img2.gif) repeat-x; /*text-align: center;*/
}


#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 24px;
	padding: 8px 5px 0  5px;
	border-bottom: 2px solid #CE6318;
	/*text-transform: lowercase;*/
	text-decoration: none;
	font-size: 1.3em;
	font-weight: bold;
	color: #F7E5D9;
}

#menu a:hover {
	background: #CE6318;
	border-bottom-color: #DC915C;
	color: #00a000;
}

/* Content */

#content {
	width: 100%;
	min-height: 600px;
	margin: 0 auto;
	height: 642px;
}

/* Column One */

#colTwo
{
	float: right;
	width: 80%;
	padding: 20px 0px 0 0px;
	min-height: 600px;
	background-color: #FFFFFF;
}

#colTwo h2 {
	margin-bottom: 0;
	font-size: 2em;
}

#colTwo h3 {
	font-size: 1.6em;
}

#colTwo .file {
	margin-top: 0;
}

#colTwo .posted {
	height: 26px;
	margin: 0 0 20px 0;
	padding: 8px 0 0 10px;
}

#colTwo .posted, #colTwo .posted a {
	color: #CD6216;
}

#colTwo a
{
	color: #0066FF;
	font-family: Arial;
}

#colTwo a:hover {
	text-decoration: none;
}

/* Column Two */

#colOne 
{
  float: left;
	width: 19%;
	background-color: #F9ECE3;
	min-height: 600px;
	height: 581px;
}

#colOne ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colOne form {
	padding: 20px 10px;
}

#colOne h2 {
	height: 26px;
	margin: 1.2em 0 .5em 0;
	padding: 7px 0 0 10px;
	font-size: 1em;
	color: #000000;
	text-align: center;
	background: #CE6318 url(../Images/img2.gif) repeat-x;
}

#colOne ul ul {
	padding: 10px;
	list-style: square inside;
	color: #CD6216;
}

#colOne ul ul a {
	text-decoration: none;
	color: #CD6216;
}

#colOne ul ul a:hover {
	text-decoration: none;
	font-weight: bold;
	
}

#colOne a:visited
{
  color: #800000;
}

#textfield1 {
	width: 94%;
}

#submit1 {
	display: none;
}

/* Footer */

#feedback
{
	width: 648px;
	margin: 0 auto 10px auto;
	padding: 0;
	background: #EFF3F9;
}


#feedback h3
{
  background: #5E80BD url(../images/img33.gif) no-repeat center bottom;
  /*padding: 8px 15px;*/
  width: 648px;
  text-align: center;
  color: #FFFFFF;
}

#logo
{
  width: 179px;
  height: 120px;
  }

