body {
  margin:0px 0px 9px 0px;
  padding:0;
  color: #000000;
  background: #301775;
}

#h1container {
  padding: 3px;
  margin: 0 auto;
  width: 100%;
  color: #aaaaaa;
  border: 0px;
} 

#container {
  margin: 0 auto;
  width: 766px;
  padding: 0px;
  color: #2E1378;
  font-size: 12px; 
  font-family: Arial, sans-serif; 
  font-weight: normal; 
  border: 2px solid #58ac25;
} 

#copyright {
  margin: 0 auto;
  width: 766px;
  text-align: center;
  color: #ffffff; 
  font-size: 11px; 
  font-family: Arial, sans-serif; 
  font-weight: normal; 
} 

A {
  color: #57AB24; 
  font-size: 12px; 
  font-family: Arial, sans-serif; 
  font-weight: bold; 
  text-decoration: none; 
} 

A:hover {
  color: #7AB2DC; 
  font-size: 12px; 
  font-family: Arial, sans-serif; 
  font-weight: bold; 
  text-decoration: underline; 
}

A.pagelink {
  color: #57AB24; 
  font-size: 12px; 
  font-family: Arial, sans-serif; 
  font-weight: bold; 
  text-decoration: none; 
} 

A:hover.pagelink {
  color: #7AB2DC; 
  font-size: 12px; 
  font-family: Arial, sans-serif; 
  font-weight: bold; 
  text-decoration: underline; 
}

A.navlink {
  color: #ffffff; 
  font-size: 12px; 
  font-family: Arial, sans-serif; 
  font-weight: bold; 
  text-decoration: none; 
} 

A:hover.navlink {
  color: #7AB2DC; 
  font-size: 12px; 
  font-family: Arial, sans-serif; 
  font-weight: bold; 
  text-decoration: underline; 
}

A.pagelink2 {
  color: #57AB24; 
  font-size: 15px; 
  font-family: Arial, sans-serif; 
  font-weight: bold; 
  text-decoration: none; 
} 

A:hover.pagelink2 {
  color: #7AB2DC; 
  font-size: 15px; 
  font-family: Arial, sans-serif; 
  font-weight: bold; 
  text-decoration: underline; 
}

A.sitemaplink {
  color: #ffffff; 
  font-size: 11px; 
  font-family: Arial, sans-serif; 
  font-weight: normal; 
  text-decoration: none; 
} 

A:hover.sitemaplink {
  color: #58AC25; 
  font-size: 11px; 
  font-family: Arial, sans-serif; 
  font-weight: normal; 
  text-decoration: underline; 
}

A.webhublink { 
  color: #ffffff; 
  font-size: 11px; 
  font-family: Arial, sans-serif; 
  font-weight: normal; 
  text-decoration: none; 
}

A:hover.webhublink { 
  color: #acfa2e; 
  font-size: 11px; 
  font-family: Arial, sans-serif; 
  font-weight: normal; 
  text-decoration: underline; 
}

A.statslink {
  color: #ff0000; 
  font-size: 10px; 
  font-family: Arial, sans-serif; 
  font-weight: normal; 
  text-decoration: none; 
} 

A:hover.statslink {
  color: #70c21b; 
  font-size: 10px; 
  font-family: Arial, sans-serif; 
  font-weight: normal; 
  text-decoration: underline; 
}

img.middle {
  vertical-align: middle;
}

p {
  text-align: justify;
  text-indent:0px;
  margin-top: 0px; 
  margin-bottom: 10px; 
  margin-left: 1px; 
  margin-right: 1px; 
}

h1 {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
  margin: 0px;
  padding: 2px;
  text-align: center; 
}

h1.heading {
  font-family: "times new roman", sans-serif;
  font-size: 18px;
  color: #57AB24;
  margin: 0px;
  padding: 2px;
  text-align: center; 
}

h2 {
  font-family: Arial, sans-serif;
  font-size: 20px;
  color: #0F3F6F;
  margin: 0px;
  padding: 0px;
}

h3 {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #58AC25;
  margin: 0 0 10px 0;
  padding: 0px;
  padding-bottom: 5px;
}

h4 {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #58AC25;
  margin: 10px 0 5px 0;
  padding: 0 0 5px 0;
  width: 100%;
  border-bottom: solid 1px #58AC25;
}

h5 {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #58AC25;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  border-bottom: solid 1px #58AC25;
}

form {
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0px;
}

input {
  font-family: Arial, sans-serif; 
  font-size: 11px; 
  font-weight: normal; 
  color: #000000;
  padding: 1px;
}

select {
  font-family: Arial, sans-serif; 
  font-size: 11px; 
  font-weight: normal; 
  color: #000000;
  padding: 1px;
}

textarea {
  font-family: Arial, sans-serif; 
  font-size: 11px; 
  font-weight: normal; 
  color: #000000;
  padding: 1px;
}

table {
  margin-left: auto;
  margin-right: auto;
}

ul {
  margin: 0px;
  padding: 0px 0px 0px 25px;
}

ol {
  margin: 0px;
  padding: 0px 0px 0px 15px;
}

li {
  margin: 0px;
  padding: 0px 0px 0px 15px;
}

.floatright { 
  float: right; 
  margin: 3px 3px 3px 10px;
}

.floatleft { 
  float: left; 
  margin: 3px 10px 3px 3px; 
}

.center {
  text-align: center; 
}

.left { 
  text-align: left;
} 

.right { 
  text-align: right; 
}

.italic {
  font-style: italic;
}

.bold { 
  font-weight: bold; 
}

.red { 
  color: #C30000;
}

.blue { 
  font-family: Arial, sans-serif; 
  font-size: 12px; 
  font-weight: bold; 
  font-style: normal; 
  text-decoration: none; 
  color: #0094d1; 
}

.errorheading { 
  font-family: Arial, sans-serif; 
  font-size: 30px; 
  font-weight: bold; 
  font-style: normal; 
  text-decoration: none; 
  color: red; 
}

.errortext { 
  font-family: Arial, sans-serif; 
  font-size: 14px; 
  font-weight: bold; 
  font-style: normal; 
  text-decoration: none; 
  color: #000000; 
}

.fineprint { 
  font-family: Arial, sans-serif; 
  font-size: 10px; 
  font-weight: normal; 
  font-style: italic; 
  text-decoration: none; 
  color: #aaaaaa; 
}

.stats {
  font-family: Arial, sans-serif; 
  font-size: 11px; 
  font-weight: normal; 
  text-decoration: none; 
} 

.referer { 
  font-family: Arial, sans-serif; 
  font-size: 12px; 
  font-weight: normal; 
  text-decoration: none; 
  color: #ff0000; 
} 

.communitybox {
	position: relative;
	margin: 20px auto 20px auto;
	padding: 10px;
	width: 95%;
	border: solid 1px #58AC25;
	text-align: center;
}

.span70 {
	width: 70%;
	float: left;
	text-align: left;
	font-weight: bold;
}

.span30 {
	width: 30%;
	float: right;
	text-align: left;
	font-weight: bold;
}

a h3:hover {
	text-decoration: underline;
}

.teamsidebar {
	float: right;
	margin: 0 0 10px 10px;
	width: 190px;
	text-align: center;
}

.teamsidebar p {
	text-align: center;
	font-weight: bold;
	margin: 5px 0 0 0;
	padding: 0;
}

.teamsidebar img {
	border: solid 1px #58AC25;
}

.teamsidebar h4, .teamsidebar h5 {
	border: none;
}

div.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.workshops {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 161px;
	text-align: center;
}

.workshops a {
	position: relative;
	margin: 5px 0 0 0;
	padding: 0;
	height: auto;
	width: 159px;
	display: block;
	border: solid 1px #fff;
	background: #3f2682;
	color: #fff;
	line-height: 19px;
	text-indent: 17px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: "Palatino Linotype", Times, Times New Roman;
	text-align: left;
}

.workshops a:hover {
	background: #58ac25;
}
