body
{
	margin: 0px;
	background: url(images/bg.jpg) fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#header-bg
{
	background: url(images/header-bg.jpg) repeat-x;
}
#body-bg
{
	background: url(images/body-bg.jpg) no-repeat top center;
}

#request-form
{
	background: url(images/request-bg.jpg) repeat-y;
	text-align:left;
	width:200px;
	padding:40px 10px 10px;
	margin:10px 10px 10px 25px;
	color:#FFF;
}

.family
{
	font-size: 13px;
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
}

h1
{
	color: #2B639D; 
	font-size: 20px;
	padding: 2px;
	margin: 0px;
}
h2
{
	color: #6B803F; 
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
	margin: 0px;
}
.title
{
	color: #2B639D; 
	font-size: 20px;
}
.subtitle
{
	color: #6B803F; 
	font-size: 14px;
	font-weight: bold;
}

.small
{
	font-size: 11px;
	color: #444444;
}

ul.leaf
{
	list-style-image: url(images/leaf-bullet.gif); 
	margin: 25px 8px 0px 25px; 
	padding: 4px 0 4px 0px;
}

.white
{
	color: #FFFFFF;
}

A:link	{ color: #A8121A; text-decoration: none; font-weight: bold;}
A:visited { color: #A8121A; text-decoration: none; font-weight: bold;}
A:active { color: #A8121A; text-decoration: none; font-weight: bold;}
A:hover	{ color: #6E861E; text-decoration: underline; font-weight: bold;}

.white-link:link	{ color: #FFFFFF; text-decoration: none; font-weight: bold;}
.white-link:visited { color: #FFFFFF; text-decoration: none; font-weight: bold;}
.white-link:active { color: #FFFFFF; text-decoration: none; font-weight: bold;}
.white-link:hover	{ color: #6E861E; text-decoration: underline; font-weight: bold;}


.footer
{
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}

.footer A:link	{ color: #ffffff; text-decoration: underline; font-weight: bold;}
.footer A:visited { color: #ffffff; text-decoration: underline; font-weight: bold;}
.footer A:active { color: #ffffff; text-decoration: underline; font-weight: bold;}
.footer A:hover	{ color: #D8E99F; text-decoration: underline; font-weight: bold;}

