@charset "utf-8";
/* CSS Document */
/** GENERIC STYLES **/
	
body { margin:0; padding:0; text-align:left; font-size:63.7%;font-family:Georgia, "Times New Roman", Times, serif; color:#000;
	line-height:19px; }
	
p {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.5em;
color:#666;
line-height:23px;
}
/** LINK - Navigations **/
a:link
{
	text-decoration: none;
	color:#15A0E0;
}

a:visited 
{
	text-decoration: none;
	color:#15A0E0;
}
	
a:hover 
{
	color:#15A0E0;
}
	
a:active 
{
	text-decoration: none;
	color:#3EB3D6;
}
	
.navigation a
{
	color: #333;
	text-decoration: none;
	display: block; padding:0 6px 0 6px; 
}
	
.navigation li
{
	float: left;
	list-style: none;
	padding-left:0;
	margin-left:5px;
	padding-top:5px;
}
	
.navigation li a:hover 
{
	color:#0099CC;
}
	
ul.navigation{
	padding-top:1px;
	padding-left:14px;
	margin-left:0;
	background:url(../images/navback.jpg) repeat-x;
	padding:10px 0 10px 0;
	height:30px;
	margin:0;
	width:100%;
	font-size:16px;
}
	
.navigation a:hover 
{
	color: #0099CC;
}
	
.navigation a:active 
{
	color: #15A0E0;
}
	
.navigation a:visited 
{
	color: #000;
	text-decoration: none;
}
	
	
/** BODY **/
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.9em;
	color:#5ea0e0;
	line-height:1.2em;
}
	
	
/** POSITIONAL DIVS **/
#container
{
	position: relative;
	width: 780px;
	margin: 0 auto;
	padding: 0;
}
	
#head
{	
	width:470px;
	padding:0;
	margin:30px 0 0 0;
}
	
#content
{
	width:780px;
	margin:0;
	padding:0;
}
	
#leftcol
{
	float:left;
	padding:18px;
	width:420px;
	background-color:#E6E6E6;
}
	
#rightcol 
{
	float:right;
	padding:0;
	width:320px;
}
	
#footer
{
	float:left;
	width:100px;
	margin:20px 0 0 0;
}
	
/** HACKS **/
.clear
{
	clear:both;
	margin:0;
	padding:0;
}
	
/** Classes **/
.contact
{
	font-size:.9em;
	color:#666;
}
	
.list
{
	float:left;
}
	
.rhs
{
	float:right;
	padding:2px;
}
	

	
/** ID TAGS **/
#home a
{
	color:#15A0E0;
}
	
#whois a
{
	color:#15A0E0;
}
	
#expenses a
{
	color:#15A0E0;
}
	
#purchase a
{
	color:#15A0E0;
}

#donate a
{
	color:#15A0E0;
}
	
	
/* Hacks that can't be avoided in this file */

/* =Clearfix */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
.clearfix {height: 1%;}
.clearfix {display: block;}
 /*End hide from IE-mac */