* { margin: 0; padding: 0; }

h1	{ font-family: century gothic, sans-serif; 
	  font-size: 14pt;
  	  text-align: left;
	  margin: 30px 5px 10px 5px; }

h2	{ font-family: century gothic, sans-serif; 
	  font-size: 11pt;
	  text-align: left;
	  margin: 20px 5px 10px 5px; }

h3	{ font-family: century gothic, sans-serif; 
	  font-size: 9pt;
	  text-align: center;
	  margin: 0px 0px 0px 0px;
	  font-weight: strong; }

p	{ font-family: century gothic, sans-serif;
	  font-size: 10pt;
	  text-align: justify;
	  margin: 6px 5px 6px 5px; }

h4	{ font-family: century gothic, sans-serif;
	  font-size: 10pt;
	  text-align: center;
	  font-weight: normal; }

h5	{ font-family: century gothic, sans-serif;
	  font-size: 15pt;
	  color: white;	
	  text-align: right;
	  font-weight: normal;
	  margin: 200px 20px 0px 0px; }

h6	{ font-family: century gothic, sans-serif;
	  font-size: 10pt;
	  text-align: justify;
	  font-weight: normal;
	  margin: 50px 5px 6px 10px; }


	  
ul	{ font-family: century gothic, sans-serif;
	  font-size: 10pt;
	  list-style-image: url("images/bullet.gif"); }

ol	{ font-family: century gothic, sans-serif;
	  font-size: 10pt; }

li	{ margin: 0px 0px 10px 0px;  }

a	{ font-family: century gothic, sans-serif;
	  font-size: 10pt;
	  font-weight: normal;
	  color: rgb(51,153,51);
	  text-decoration: underline; }

th	{ font-family: century gothic, sans-serif;
	  font-size: 10pt;
	  font-weight: strong; }

a:hover { text-decoration: underline;
	  color: black; }

hr	{ color: #CCCCCC;
	  width: 98%;
	  height: 2px;
	  margin: 10px 0px 0px 0px; }

body	{ background-color: rgb(224,224,224);
          background-image: url("images/bg.png");
	  background-position: top;
	  background-repeat: repeat-x;
	  text-align: center; }

#top_logo {	width: 960px;
		height: 156px;
		margin: 0px 0px 0px 0px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		background-color: rgb(224,224,224);
		padding: 0px 0px 0px 0px;
		}

ul#menu {	list-style-type: none;
		margin-left: 0px;
		margin-top: 30px;
		margin-bottom: 15px;
		padding-left: 0px;
		text-align: left;
		padding: .2em .4em;
		width: 170px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		float: left;
		}

ul#menu a {	display: block;
		font-family: century gothic, sans-serif;
		color: rgb(51,153,51);
		font-size: 14pt;
		padding: .2em .4em;
		text-decoration: none;
		font-weight: normal;		
		}

ul#menu a:hover {
		color: black;
		text-decoration: underline;
		}

ul#menu li { 	display: inline; }

#team	 {	width: 546px;
		background-color: rgb(198,248,116);
		margin: 0px 0px 30px 0px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		}

#box	 {	height: 225px;
		width: 506px;
		margin: 20px 20px 20px 20px;
		padding: 10px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		border-style: double;
		border-color: rgb(51,153,51);
		}

#bottomleft {	text-align: left;
		background-color: red;
		padding: 4px;
		width: 190px;
		height: 50px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		float: left;
		}

#footer   {	height: 50px;
		width: 770px;
		background-color: white;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		float: left;
		}
		
#menuboxes {
		width: 670px; 
		overflow: hidden;
		}
		
#menubox {	text-align: left;
		width: 234px;
		height: 150px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		float: left;
		}
#menubox2 {	text-align: left;
		width: 200px;
		height: 150px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		float: left;
		}

	



