/* Eric Meyer's Reset Reloaded */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center, dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td 
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	}
	
body 
	{
	line-height: 1;
	font-size: small;
	}

ol, ul 
	{
	list-style: none;
	}
	
blockquote, q 
	{
	quotes: none;
	}
	
/* typography */

h1, h2, h3, h4, h5, h6, a
	{
	font-family: Georgia, times-new-roman, serif;
	}
	
h1, h2
	{
	font-size: 250%;
	}
	
h3, h4, h5, h6
	{
	font-size: 175%;
	}
	
p
	{
	font-family: Helvetica, arial, sans-serif;		
	font-size: 150%;
	line-height: 150%;
	}
	
p#name
	{
	font-family: Trajan-Pro, Georgia, Serif;
	font-size: 500%;
	color: white;
	font-variant: small-caps;
	}
	
p#subhead
	{
	font-family: Trajan-Pro, Georgia, Serif;
	font-size: 400%;
	color: white;
	}
	
#content h1, h2, h3, h4, h5, h6, p, li, ul
	{
	color: #2D2865;
	}	
	
#footer h2
	{
	padding: 5px 0 0 5px;
	color: white;
	}

#footer p, ul, ol,li
	{
	font-size: 125%;
	color: white;
	}	
	
/* design */

#container
	{
	width: 100%;
	margin: 0;
	position: relative;
	}

#header
	{
	background-color: #004D7D;
	width: 100%;
	height: 300px;
	border-bottom: black solid 2px;
	}
	
#picture
	{
	position: absolute;
	left: 0;
	border-bottom: black solid 2px;
	border-right: black solid 2px;
	}

#title
	{
	padding-right: 50px;
	padding-bottom: 50px;
	}

#content
	{
	width: 100%;
	clear: both;
	background-color: white;
	}
	
	
#footer
	{
	background-color: #A62233;
	width: 100%;
	margin-bottom: 0px;
	border-top: black solid 2px;
	}

#footer_left
	{
	width: 49%;
	float:left;
	border-right: black dotted 1px;
	}
	
#footer_right
	{
	width: 49%;
	float: right;
	}
	
#footer_legalese
	{
	width: 100%;
	clear: both;
	}

/* layout */
	
#nav ul
	{
	margin-right: 50px;
	margin-top: 25px;
	text-align: right;
	}
	
#nav a
	{
	padding-left: 40px;
	}

#nav li
	{
	display: inline;
	padding-right: 30px;
	background-image: url(../images/star_sm.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}

#content p
	{
	text-align: justify;
	margin-bottom: 25px;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 20px;
	}
	
#picture
	{
	margin: 40px;
	border: #424242 solid 2px;
	}	
	
#pageheader 
	{
	text-align: center;
	margin-top: 40px;
	margin-bottom: 10px;
	}

p#name
	{
	text-align: right;
	padding-top: 100px;
	padding-right: 20px;
	}
	
p#subhead
	{
	text-align: right;
	padding-right: 20px;
	}
	
#footer
	{
	clear: both;
	padding-top: 25px;
	}
	
#footer p
	{
	text-align: left;
	padding: 25px;	
	}
	
#footer h2, h3, h4, h5, h6, ul, ol, li
	{
	text-align: center;
	}
		
#footer_legalese p
	{
	text-align: center;
	}

#video
	{
	float: left;
	margin: 20px;
	}
	
.endorsement
	{
	margin: 20px;
    }
    
.endorsement h3
	{
	size: 120%;
	color: red;
	}

.endorsement p
	{
	font-family: Times, serif;
	font-style: italic;
	}
	
/* form */

fieldset
	{
	border: black 1px solid;
	background: #b5b5b5;
	}

#feedback
	{
	margin-left: 100px;
	margin-right: 100px;
	}
	
#send 
	{
	margin-left: 50px;
	}

label
	{
	float: left;
	padding-right: 5px;
	}

.warning
	{
	font-family: Helvetica, arial, sans-serif;
	color: #91332B;
	}
	
input:focus, textarea:focus
	{
	background: #ffc;
	}
	
/* contribution form */

#paypal
	{
	padding-left: 50px;
	}
	
/* links */

.bottom
	{
	color: white;
	}
	
