			
/********************************/
/*	Main Body 		*/
/********************************/

body 
{
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 75%;
  background-color: #393939;
  margin: 0 auto;
  padding: 0;
  color: #4b4b4b;
  
}

h1
{
   font-size: 27px;
   margin-top: 5px;
   margin-bottom: 5px;
}

/********************************/
/*	Page Container		*/
/********************************/

#wrapper
    {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #4b4b4b;
    }

/********************************/
/*	Main Header		*/
/********************************/

#headerimage
{
	background-color: #393939;
	width: 770px;
	height: 216px;
	padding-top: 0px;
	padding-left:0px;
	padding-bottom: 0px;
}

#header
{
	background-color: #66CC66;
	color: #ffffff;
	height: 88px;
	width: 770px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	padding-top: 10px;
	padding-left:0px;
	border-bottom: solid #cccccc 1px;
	border-top: solid #cccccc 1px;
}

#header h1
{
	text-align:center;
}

#header p
{
	font-size: 1.4em;
	text-align:center;
	font-weight: bold;
}

#headerde
{
	background-color: #66CC66;
	color: #ffffff;
	height: 88px;
	width: 770px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	padding-top: 10px;
	padding-left:0px;
	border-bottom: solid #cccccc 1px;
}

#headerde h1
{
	font-size: 24px;
	text-align:center;
}

#headerde p
{
	font-size: 1.4em;
	text-align:center;
	font-weight: bold;
}


/************************************/
/*	Navigation                  */
/************************************/

#tabnav	{
	height: 20px;
	margin: 0;
	padding-left: 10px;
	padding-top: 5px;
	background: url(images/tab_bottom.gif) repeat-x bottom;
	/* background: url(http://susya1.landschaft.fastmail.fm/images/tab_bottom.gif) repeat-x bottom; */
	}

#tabnav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#tabnav a:link, #tabnav a:visited {
	float: left;
	background: #f3f3f3;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666;
	}

#tabnav a:link.active, #tabnav a:visited.active	{
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
	}

#tabnav a:hover	{
	background: #fff;
	}
	

/************************************/
/*	Content	                    */
/************************************/

#content
{
	background-color: #ffffff;
	color: #4b4b4b;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	width: 510px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	font-size: 1.0em;
	border: solid #c4c4c4 1px;
	line-height:1.5
	
}

#content h2
{
	border-bottom: 1px dashed #66cc66;
	background-color: #ffffff;
	color: #66cc66;
	font-size: 1em;
}

#content a
{
	list-style-type: none;
	text-decoration: none;
	font-weight: bold;
	color:#2b2b2b;
	background-color: #ffffff;
}


#content a:hover
{
	list-style-type: none;
	text-decoration: underline;
	color:#2b2b2b;
	background-color: #ffffff;
}

/************************************/
/*	Content	 Home	            */
/************************************/

#content
{
	background-color: #ffffff;
	color: #2b2b2b;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	width: 510px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	font-size: 1.0em;
	border: solid #c4c4c4 1px;
	line-height:1.5
	
}

#content h2
{
	border-bottom: 1px dashed #66dd66;
	background-color: #ffffff;
	color: #66cc66;
	font-size: 1.1em;
	font-weight: bold;
}

#content a
{
	list-style-type: none;
	text-decoration: none;
	color:#2b2b2b;
	background-color: #ffffff;
}


#content a:hover
{
	list-style-type: none;
	text-decoration: underline;
	color:#2b2b2b;
	background-color: #ffffff;
}

/*********************************/
/*	table                    */
/*********************************/


#projtable
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-collapse:collapse;
	font-size: 0.95em;
	background-color:#e4e4e4;
	width:510px;
	border-style:solid;
	border-color:#66cc66;
	border-width:2px;
}

#projtable TH
{
	color:#2b2b2b;
}

#projtable TD
{  
	background-color:#ffffff;
	color:#4b4b4b;
	border-style:solid;
	border-width:1px;
	text-align:center;
}

#projtable TD
{  
	background-color:#ffffff;
	color:#4b4b4b;
	border-style:solid;
	border-width:1px;
	text-align:center;
}

#itemcol
{  
	width: 190px;
}

#priccol
{  
	width: 75px;
}

#itemcol-sum
{  
	width: 190px;
	order-width:2px;
}

#priccol-sum
{  
	width: 75px;
	order-width:2px;
}

/*********************************/
/*	lists                    */
/*********************************/

OL.sublist { list-style-type: lower-roman }


/*********************************/
/*	Sidebar                  */
/*********************************/

#contact
{
	clear: both;
	float: right;
	width: 160px;
	padding: 10px 5px 5px 5px;
	margin: 5px;
	color: #4b4b4b;
	background-color: #ffffff;
	border: solid #c4c4c4 1px;
}

#contact-header
{
	border-bottom: 1px dashed #66cc66;
	color: #66cc66;
	background-color: #ffffff;
	font-size: 0.9em;
}

#contact-email
{
	color: #4b4b4b;
	font-size: 0.9em;
	background-color: #ffffff;
}

#contact a
{
	list-style-type: none;
	text-decoration: none;
	color:#2b2b2b;
	background-color: #ffffff;
}


#contact a:hover
{
	list-style-type: none;
	text-decoration: underline;
	color:#2b2b2b;
	background-color: #ffffff;
}

#translate
{
	background-color: #66CC66;
	color: #ffffff;
	height: 20px;
	width: 765px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding-top: 3px;
	padding-left:5px;
	border-bottom: solid #cccccc 1px;
}

#translate a
{
	list-style-type: none;
	text-decoration: none;
	color:#2b2b2b;
	background-color: #66CC66;
}

#translate a:hover
{
	list-style-type: none;
	text-decoration: underline;
	color: #2b2b2b;
	background-color: #66CC66;
}

.download
{
	clear: both;
	float: right;
	width: 160px;
	padding: 10px 5px 5px 5px;
	margin: 5px;
	color: #4b4b4b;
	background-color: #ffffff;
	border: solid #c4c4c4 1px;
}

.graphim
{
	clear: both;
	float: right;
	width: 150px;
	height: 350px;
	padding: 0px 0px 0px 0px;
	margin: 5px;
	color: #4b4b4b;
	background-color: #ffffff;
	border: solid #c4c4c4 1px;
	overflow: hidden; 
}

.graphim2
{
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	height: 350px;
	background-color: #ffffff;
	overflow: hidden; 
	border: solid #c4c4c4 0px;
}

.download-header
{
	border-bottom: 1px dashed #66cc66;
	color: #66cc66;
	background-color: #ffffff;
	font-size: 0.9em;
}

.download p
{
	font-size: 0.9em;

}

.download table
{
	font-size: 0.9em;
	text-align: center;
	width: 150px;

}

.download a
{
	list-style-type: none;
	text-decoration: none;
	color:#2b2b2b;
	background-color: #ffffff;
}

.download a:hover
{
	list-style-type: none;
	text-decoration: underline;
	color: #2b2b2b;
	background-color: #ffffff;
}

.download img
{
border: solid #c4c4c4 0px;
}


/********************************/
/* Floaters			*/
/********************************/

.floatright01
{
float: right;
margin-top: 10px;
margin-right: 2px;
margin-bottom: 10px;
margin-left: 10px;

}

div.floatright01 img { border: 1px solid #fff; }
.floatcont { margin-top: 0; }

.floatleft01
{
float: left;
margin: 0px 10px 0px 0px;
}

div.floatleft01 img { border: 1px solid #fff; }

/********************************/
/* Form  						*/
/********************************/

blockquote {
	
	line-height: 1.6667;		/* 30px */
	margin-top:  0.6667em;		/* 12px */
	margin-bottom: 0.6667em;	/* 12px */
	padding: 0 2.2222em 0.6667em;	/* 40px 12px */
	margin-left: -2.2222em;		/* 40px */
	margin-right: -2.2222em;		/* 40px */
}

form blockquote input {
	background-color: transparent;
	border: none;
	border-bottom: 0.0714em dashed #999;
	font-family: "Courier New",monospace;
	font-style: normal;
	font-weight: bold;
	margin: 0 0.5em;
}
#lblEmail {
	color: #900;
}

#btnSave {
	font-family: Baskerville,Garamond,'Hoefler Text','Adobe Caslon Pro','Times New Roman',Georgia,serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.1428em;	/*  2px */
	line-height: 1.4286;		/* 20px */
	background-color: #6c0;
	color: #ffe;
	border: 3px double #fcfcf9;
	cursor: pointer;
}

#btnSave:hover,
#btnSave:focus {
	color: #930;
	background-color: #fed;
	border: 3px double #c60;
}

/********************************/
/* Donate			*/
/********************************/


#donapp td
{
	margin: 5px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 1.4286;		/* 20px */
	background-color: #6c0;
	color: #ffe;
	border: 3px solid #fcfcf9;
	cursor: pointer;
}

#donapp td:hover
{
	list-style-type: none;
	color: #2b2b2b;
	background-color: #fed;
}


#updonapp td
{
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.4286;		/* 20px */	
	border: 3px double #fcfcf9;
}


#wrapdonapp
{
	
	width: 492px;
	padding: 5px 5px 5px 5px;
	margin: 5px;
	color: #4b4b4b;
	background-color: #ffffff;
	border: solid #c4c4c4 1px;
}

#wrapdonapp a
{
	
	border: solid #c4c4c4 0px;
}

#wrapdonapp img
{
	
	border: solid #c4c4c4 0px;
}

/********************************/
/* Press			*/
/********************************/

#presstbl img
{
	border: solid #c4c4c4 0px;
}

#presstbl table
{
	border-top: solid #c4c4c4 1px;
}

.colajcontainer { border-top: solid #c4c4c4 1px; padding-top:10px; padding-bottom:30px; margin-left:auto; margin-right: auto; width:500px; height:300px;}

/********************************/
/* Footer			*/
/********************************/

#footer
{
	clear: both;
	height: 35px;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 5px;
	font-size: 0.8em;
	margin: 5px;
	border: solid #c4c4c4 1px;
}

#footer a
{
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
	color: #000000;
	background-color: #ffffff;
}

