﻿/*BODY 
{ 
	height: 8.5in 
} *//* Required for percentage heights below */

/*Begin main div styles*/

#header 
{
	position: fixed;
	height: 15%;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
}

#sidebar 
{
	position: fixed;
	width: 10em;
	height: auto;
	top: 15%;
	right: auto;
	bottom: 100px;
	left: 0;
}

#main 
{
	position: fixed;
	width: auto;
	height: auto;
	top: 15%;
	right: 0;
	bottom: 100px;
	left: 10em;
}

#footer 
{
	position: fixed;
	width: 100%;
	height: 100px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
}

/*End main div styles*/


/* Begin content styles */

body 
{
	color: rgb(0,0,0);
	background: rgb(79,93,123);
	font: 1em verdana, trebuchet ms, helvetica, sans-serif;
}

div.container 
{
	margin: 0% 10%;
	padding: 5px;
	background: rgb(255,255,255);
	color: rgb(0,0,0);
}

div.counters
{
	float: left;
	margin: 4em;	
}

div.email
{
	margin: 0em 4em 1em 3em ;
}

div.logo 
{
	margin: 0% 0%;
	float: left;
	color: rgb(0,0,0);
	background: rgb(255,255,255);
}

div.header 
{
	margin: 0% 0%;
	float: right;
	color: rgb(0,0,0);
	background: rgb(255,255,255);
	height:50em;
}

div.paypalbutton 
{
	float: left;
	width: 12em;
	margin-top: 1em;
	margin-bottom:1em;
	margin-left: 4em;	
}

div.paypalbutton p
{
	margin: 1em	

}
.filespecs {
font-size: 70%;
text-decoration: none;
}

.clear
{
	clear: both
}

p 
{
	margin: 0em 0em 1em 0em; 
}

p.contactintro 
{
	margin: 1em 4em .5em 2em;
}

p.contact 
{
	margin: 0em 4em 1em 3em;
}
	
p.request 
{
	color: rgb(238,187,0);
	background: rgb(0,0,0);
	text-align: center;
	font: bold 1.2em arial, verdana, 'trebuchet ms', helvetica, sans-serif;
}

p.banner 
{
	color: rgb(238,187,0);
	background: rgb(0,0,0);
	text-align: center;
	font: 1.8em arial, verdana, 'trebuchet ms', helvetica, sans-serif;
	padding: 1em;
}

p.lstleadin 
{
	margin-bottom: 0.5em;
}

.note 
{
	font-size: .8em;
}		


li
{
margin-top: 0.5em;
vertical-align: middle;
}

.nobullet
{
list-style-type: none;
}

ol
{
list-style-type:decimal;
margin-left: 2.0em;
margin-right: 2.0em;
}

ul
{
list-style-type: disc;
margin-left: 2.0em;
margin-right: 2.0em;
}

img.logo 
{ 
	float: left;
	margin: 0% 0%;
}

tr.top 
{
	vertical-align: top;
}

/* End content styles*/


/* Begin heading styles*/

h1 
{
	color: rgb(44,44,44);
	background: rgb(255,255,255);
	font: 2.5em georgia, serif;
	margin: .25em 0em;
}

h2,h3,h4 
{
	color: rgb(79,93,123);
	background: rgb(255,255,255);
	font-family: georgia, serif;
}
	
h2 
{
	font-size: 1.35em;
	margin: 1.5em 8em .5em 0em;
	border-top: 1px solid rgb(79,93,123);
}

h2.subtitle
{
	font-size: 1.35em;
	margin: 1em 8em .5em 0em;
	border: none;
}
	
h3 
{
	margin: 1.5em 11em .5em 0em;
	font-size: 1.20em;
	border-top: 1px dotted rgb(79,93,123);
	padding-top: .4em;
}

h4 
{
	margin: 1.5em 11em .5em 0em;
	font-size: 1.10em;	
	border-top: 1px dotted rgb(79,93,123);

}
/* End heading styles*/
