@charset "UTF-8";
/* CSS Document */

body {
	font-size: 62.5%;
	font-family:"Century Gothic", "Gill Sans", Arial, sans-serif;/* "Trebuchet MS","Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif; this is an alternate font-family*/
color:#2A0000;
	
	margin: 0;
	padding: 0;
	background-color: #EBEBEB;
	/*background-image:url(images/background.png);*/
	background-position:left top;

	background-repeat: repeat-x;
	text-align: center;
	
}

/* WRAPPER: wraps entire contents of page */
#wrapper {
	border: solid 1px #9FD667;
	width: 810px;
	margin: 15px auto 15px auto;
	background: #FFF;
	/*border:inset;
	border-color: #CCC;*/
	text-align: left;
	
	
	
	
}

  #form1 {  
        
         padding-bottom:100px;  
         font:bold 1.5em "Century Gothic", "Gill Sans", Arial, sans-serif; 
		 margin-left:100px;
		
		 
    }  
	
     
    
     .focusField{  
         border:solid 2px #73A6FF;  
         background:#EFF5FF;  
         color:#000;  
     }  
     .idleField{  
         background:#EEE;  
         color: #6F6F6F;  
        border: solid 2px #DFDFDF;  
     }  
label, input[type="text"]{
    float:left;
    display:block;
	margin-bottom:10px;
}
label, input[type="password"]{
    float:left;
    display:block;
	margin-bottom:10px;
	
}
label
{
    margin-right: 5px;
	width: 100%;
	
	
}




#main {
margin:15px 10px 10px 0px;
	
	padding: 0 15px 15px 15px;
	background-color:#FFF;
	/*border: 1px solid #666666;*/
	}
	#main h1	{
	font-size:2em;
	line-height:1.2em;
	
	color:#003089;
	}

#main h2 {
	font-size: 1.7em;
	font-weight: normal;
	border-bottom: 1px solid #106A9B;
	margin-bottom: 15px;
	color: #003089;
}
#main h3 {
	font-size: 1.7em;
	font-weight: normal;
	
	margin-bottom: 15px;
	color: #003089;
}

	.headingText	{
	margin-top:20px;
	margin-left:20px;
	
	
	}
	
	#main p	{
	font-size:1.5em;
	line-height:1.3em;
	text-indent:1.2em;
	
	
	}
	#main p .nonindent 	{
	font-size:1.5em;
	line-height:1.3em;
	text-indent:none;
	}
	
	#main image	{
	float:left;
	margin:40px;
	
	
	}
	#header .stupid{
	/*border: 1px solid #E0162B;*/
	width:810px;


	}
	.caption	{
	font-size:1.5em;
	line-height:1.3em;
	text-indent:1.2em;
	color: #003089;
	}
	/* NAV BAR */

#mainNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background:#9FD667 repeat-x left top;
	
	float: left;
	border-bottom: 1px solid #9FD667;
	width: 810px;
	
	
}

#mainNav li {
	float: left;
	padding: 0;
	margin: 0;

}

#mainNav li a, #mainNav li a:link {
	color:#111111;

	text-decoration: none;
	padding: .5em .75em;
	border-right: 1px solid #000;
	display: block;
	font: 1.2em "Century Gothic", "Gill Sans", Arial, sans-serif;
}

#mainNav li a:hover{
	background:url(images/bg_contribute.png);
	color: #CC0099;
}
.contribute	{
background:url(images/bg_contribute.png);
	color: #CC0099;
	}
	
.style2 {
	color: #CC0000;
	font-size: 2.5em;
	font-weight: bold;
}
	



/* IE 6 hack to make entire button clickable
* html #mainNav a { 
width: 1px; } */

	
	
.clear {
   height: 0;
   font-size: 0;
   clear: both;
   visibility: hidden;
	 
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 a:link {
 color:#990000;
 text-decoration: none;
 }	
  a:visited {
 color:#5E9130;
 text-decoration: none;
 }
 a:hover {
 color:#5E9130;
 text-decoration: none;
 }
 a:active	{
	color:#AA0000;
	text-decoration: none;
 }
 #main ul	
{
list-style:none;
font-size: 1.5em;
line-height: 1.75em;
margin-left: 10px; 

}
#main .figure3 {
	float: right;
	width: 300px;
	margin-top:0px;
	margin-right:5px;
	margin-bottom: 10px;
	margin-left: 10px;
	
	border: 3px solid #666;
	padding:3px;
	display:inline;
}
#main .figure2 {
	float: left;
	width: 100px;
	margin-top:0px;
	margin-right:5px;
	margin-bottom: 10px;
	margin-left: 10px;
	
	
	padding:3px;
	display:inline;
}
#main .figure1 {
	float: right;
	width: 300px;
	margin-top:0px;
	margin-right:5px;
	margin-bottom: 10px;
	margin-left: 10px;
	
	
	padding:3px;
	display:inline;
}
#main .figure4 {
	float: left;
	width: 700px;
	margin-top:0px;
	margin-right:5px;
	margin-bottom: 10px;
	margin-left: 10px;
	
	border: 3px solid #666;
	padding:3px;
	display:inline;
}
#main .figure5 {
	float: right;
	width: 400px;
	margin-top:0px;
	margin-right:5px;
	margin-bottom: 10px;
	margin-left: 10px;
	
	border: 3px solid #666;
	padding:3px;
	display:inline;
}
#main .figure6 {
	float: right;
	width: 500px;
	margin-top:0px;
	margin-right:5px;
	margin-bottom: 10px;
	margin-left: 10px;
	
	border: 3px solid #666;
	padding:3px;
	display:inline;
}
#main .figure7 {
	float: right;
	width: 475px;
	margin-top:0px;
	margin-right:5px;
	margin-bottom: 10px;
	margin-left: 10px;
	
	border: 3px solid #666;
	padding:3px;
	display:inline;
}
	#footer a:link {color:#9900FF;}
#footer a:visited {color: #9900FF;}
#footer a:hover { color:#F33;}
#footer a:active {color:#9933CC;}

#footer p	{margin-left:5px;
}.regular {
	text-indent: none;
}

