/*
CSS for CURPC site
*/
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #e1eae7;
  background-image: url(bg_tile.jpg);
  background-repeat: repeat;
  padding:0px;
				
  line-height: 100%;
  padding: 0px;

  width: 800px;
  margin: 0 auto;
  position: relative;
}
h1 {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: x-large;
}

h2 {
  color: black;
  font-size: small;
  font-weight: normal;
}

h3 {
  color: black;
  font-size: small;
  font-weight: bold;
}

h4 {
  color: black;
  font-size: small;
  font-weight: normal;
  font-style: italic;
}

li {
  font-size: small;
}

p {
  font-size: small;
  color: black;
  text-align: justify;

}


em {
  text-transform: uppercase;
}

h1, h2  {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #e1eae7;
  color: black;
}

a {
  font-weight: normal;
text-decoration: none;
}

a:link {
  color: #808080;
  text-decoration: none;
}

a:visited {
  color: #808080;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: black;   
  }

a:active {
  color: black;
  text-decoration: none;
  }



#navigation {
  padding-left: 20px;
  padding-right: 170px;
  line-height: 100%;
  font-color: #808080;
  font-size: small;
}

#groupphoto {
	padding-left: 20px;
	padding-top: 40px;
	padding-bottom: 10px
}

#cusport {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 40px;
}


#textbox {
	height:320px;
	width: 445px;
	padding-left: 20px;
	padding-right: 15px;
	text-align: justify;
	overflow: auto;
	font-color: #808080;
	font-size: small;
 
}

#background_crest {
	background-image: url(border_crest.jpg);
	background-repeat: no-repeat;
	height: 392px;
	width: 498px;
	padding:0px;
