
/*  Navigation  */

#navigation {
	font-family: Arial, Helvectica, sans-serif;
	font-size: .9em;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-left: 3px;
	padding-right: 3px;
	background: url("images/navbar.png");
}
#navigation li {
	display: inline;
	padding-right: 0px;
	float: center;

}
#navigation a:link, #navigation a:visited {
	margin-right: 0px; /*Adds area outside of picture that will act as link*/
	padding: 3 55 2 55px;
	background: url("images/nav.png");
	text-decoration: none;
	font-weight: normal;
	border: 1px solid #9AB2FE;
	
}
#navigation a:hover {
	background: url("images/navroll.png");
	border: 1px solid #9AB2FE;
}


/*  Containers  */

body {
	background-color: #0062C4;
	color: #E0EFFE;
	text-align: center;
}
#content {
	width: 741px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	border: 3px solid #96B0FE;
	background-color: #F0F8FF;
	color: #F0F8FF;
	padding: 0;
}

#header {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border: 3px solid #96B0FE;
	background-color: #96B0FE;
	text-align: center
}

#sponsor {
	width: 740px;
	height: 100px;
	text-align: left;
	padding: 0;
}

/*  Text  */

p {
  margin-top: -3px;
  margin-left: 13px;
  margin-right: 13px;
  margin-bottom: 15px;
  text-align: justify;
  color: #000080;
  font-size: 13px;
  font-family: arial;
  line-height: 1.5;
  text-indent: 15px;
}

p.dropcap:first-letter { 
  font-size: 24px;
  line-height: 1;
  font-family: times new roman;
}

p.quote {
  text-indent: 0px;
  font-size: 12;
  font-family: times new roman;
  margin-left: 100px;
  margin-right: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
}


hr {
  border: none;
  background-color: #79A7FD;
  color: #79A7FD;
  height: 1px;
  width: 740px;
}

h2 {
  color: #000080;
  font-family: times new roman;
  font-size: 22px;
  margin-bottom: 0px;
}

h3 {
  color: #000080;
  font-family: arial;
  font-size: 14px;
  text-decoration: none;
  text-align: justify;
}

h4 {
  color: #000080;
  font-family: arial;
  font-size: 12px;
  font-style: italic;
  text-align: justify;
}

.hr1 {
  width: 10%;
  padding-left: 20px;
}

.img1 {
  margin-bottom:100px;
 }

a:link, a:active, a:visited, a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #000080;
}

#list {
    margin-top: -18px;
    padding-left: 100px;
	font-family: Arial;
	font-size: 13px;
	text-align: left;
	font-style: italic;
	color: #000080;  
}


/* Form */

input.txt {width:410px; 
           border:1px solid #5E86FD; 
		   background: #DFEEFE 
		   padding-left:0.5em; 
		   margin-bottom:0.5em; 
		   margin-right: 60px;}



textarea {width:410px; 
          height:300px; 
		  border:1px solid #5E86FD; 
		  padding:0.5em; 
		  overflow:auto; 
		  background:#fff url('images/textarea.png') repeat-x bottom left;}

input.btn {border: 1px solid #5E86FD;
           background: #DFEEFE
           cursor: pointer;
           width: 40px;}

#reset {
  width: 10px;
  border: 1px solid #5E86FD;
  cursor: pointer;
  background: #DFEEFE;
  margin-left: 266px;
  margin-top: 10px;
  width: 40px;}