body, html {
	background: #ffffff;
	margin-top: 0;
}

#wrap {
	width: 800px;
	margin: 0 auto;
}

#topNav {
	width: 800px;
	text-align: right;
}

#navigation {
	float: left;
	width: 200px;
	margin-bottom: 25px;
}

#main {
	float: right;
	width: 600px;
	margin-bottom: 25px;
}

#main p, h1, h2, h2.dark {
	padding-left: 35px;
	padding-right: 15px;
}

#footerLeft {
	float: left;
	width: 200px;
}

#footerRight {
	float: right;
	width: 600px;
}

#footerRight p {
	font-size: 11px; 
	color: #999999;
	text-align: right;
}

.mainSmall1 {
	float: left;
	width: 190px;
	border-right: 1px solid #f8b5bc;
}

.mainSmall2 {
	float: left;
	width: 190px;
	border-right: 1px solid #f8b5bc;
}

.mainSmall3 {
	float: left;
	width: 190px;
}

a:link {
	text-decoration: none;
	color: #f0f2dc;
}

a:hover {
	text-decoration: underline;
	color: #f0f2dc;
}

a:visited {
	text-decoration: none;
	color: #f0f2dc;
}

a.header:link {
	text-decoration: none;
	color: #555555;
}

a.header:visited {
	text-decoration: none;
	color: #555555;
}

a.header:hover {
	text-decoration: none;
	color: #f26b7a;
}

a.body:link {
	text-decoration: underline;
	color: #555555;
}

a.body:visited {
	text-decoration: underline;
	color: #555555;
}

a.body:hover {
	text-decoration: underline;
	color: #f26b7a;
}

h1 {
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #f26b7a;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
}

h2 {
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #f26b7a;
	letter-spacing: 1px;
	padding-top: 10px;
}

table.form {
	padding-left: 35px;
}

p, td {
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 22px;
	color: #555555;
}

#topNav p {
	font-size: 11px;
}

textarea, select, input {
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #555555;
	border: 1px solid #8ac7de;
}

#navigation ul {
	height: 189px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/navBox.png);
	background-repeat: no-repeat;
}

#navigation li {
	height: 22px;
	width: 200px;
	text-indent: 15px;
	line-height: 60px;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #555555;
	
}

.indent {
	margin-left: 10px;
}

.donate {
	color: #f26b7a;
	font-weight: bold;
}

.req {
	color: #f26b7a;
	font-size: 9px;
	vertical-align: top; 
}

.btn {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #f0f2dc;
	font-weight: normal;
	background-color: #8ac7de;
	border: 1px solid #8ac7de;
	width: 200px;
	height: 25px;
}

.width35 {
	width: 35px;
}

.width25 {
	width: 25px;
}

.width50 {
	width: 50px;
}

.width100 {
	width: 100px;
}

.width160 {
	width: 160px;
}

.width200 {
	width: 200px;
}

.floatLeft { 
	float: left; 
	margin: 0 15px 15px 0; 
}
