/* GENERAL STYLES */

a:link { 
	text-decoration: underline; 
	color: #43526f;
	}

a:visited { 
	text-decoration: underline; 
	color: #43526f;
	}

a:hover, a:active { 
	text-decoration: underline; 
	text-decoration: underline; 
	color: ffcd33;
  background: #43526f;
  }

body {
  padding: 5;
  background: #ffcd33 url(../images/bck3.gif) no-repeat 25px 25px;
  margin: 0;
    }

p {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	text-align: justify;
	 font-size: 100%;

  }
  
ul {
  margin: 15;
  padding: 0;
  list-style: none;
  }

/* CLASS STYLES */

.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: 43526f;
	margin: 130px 0 0 0;

}

.bullets {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	width: 400px;
    list-style: outside;
	}

.footer {
	font-size: 10px;
	color: #43526f;
	margin-left: 75px;

}

.form {
  padding: 5;
  background: #ffcd33 url(../images/bck_form.gif) no-repeat 25px 25px;
  margin: 0;
    }

.green{
	margin: 100px 0 0 125px;
	padding: 0px 10px 0px 10px;
	font-size: 24px;
	font-weight: 500;
	background: none;
	font-family: "Times New Roman", Times, serif;
	color: #28502f;
  }

.redundies {
	font-weight: bold;
	color: 955e59;
	text-decoration: underline;

}

.sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: 955e59;
    font-weight: bold;

}

  
.tech {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	width: 400px;
	}

.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: ffffff;


}


/* MAIN DIV STYLES*/

#container {
	margin-left: 50px;
	padding:25;
	top: 600px;
	left: 100px;

  }

#content {
  padding: 20px 10px 0px 10px;
  width: 550px;
  font-family: "lucida grande", verdana, tahoma, arial;
  font-size: 68%;
  width: 400px;
  }

#content1 {
  padding: 0 10px 0px 10px;
  width: 550px;
  font-family: "lucida grande", verdana, tahoma, arial;
  font-size: 11px;
  width: 400px;
  }

#content_form {
  padding: 20px 10px 0px 10px;
  font-family: "lucida grande", verdana, tahoma, arial;
  font-size: 11px;
  width: 650px;
  }

#date {
  padding: 0 50px 0px 10px;
  width: 550px;
  font-family: "lucida grande", verdana, tahoma, arial;
  font-size: 11px;
  width: 400px;
  }

#footer {
	position: relative;
	margin-bottom:20px;
	height:40px;
	width:1000px;
	text-align:center;
	padding-top:7px;
	bottom: 10px;

	
}
#linkList {
	top: 215px;
	margin-left: 400px;
	position: absolute;
	text-align: left;
	font-family: "lucida grande", verdana, tahoma, arial;
	font-size: 12px;
	color: ffffff;
	width: 250px;
	padding: 10 12px;
	voice-family:inherit;
	clear: left;
	left: 150px;
  }

html>#linkList  {
	font-size: 14px;
	color: ffffff;
  font-family: "lucida grande", verdana, tahoma, arial;
  }

#linkList a:link {
	text-decoration: none; 
	color: #000;
	font-size: 12px;
	color: ffffff;
  }

#linkList a:visited { 
	text-decoration: none; 
	color: #000;
	font-size: 12px;
	color: ffffff;
	}

#linkList a:hover, #linkList a:active { 
	text-decoration: none; 
	color: #000;
	font-size: 12px;
	color: ffcd33;
  }

