/*Statesmanship Stylesheet*/
/*Code written by Colosseum, 2008-2010*/

/*Basic page style*/
body {
  font-family: Tahoma, Verdana, sans-serif;
  color: #000000;
  font-size: 10pt;
  background: #F8F8F8;
  margin: 0px 125px 0px 125px;
}

table {
  border-collapse: collapse;
}  

h2 {
  background-color: #EEE;
  font-family: Tahoma;
  color: #363636;
  font-size: 14pt;
  margin: 10px 0px 10px 0px;
  padding: 3px 10px 3px 10px;
  /*border-bottom: 1px solid #AEAEAE;*/
}  

h3 {
  background-color: #EEE;
  font-family: Tahoma;  
  color: #363636;
  font-size: 12pt;
  margin: 10px 0px 10px 0px;
  padding: 3px 10px 3px 10px;
  border-bottom: 1px dashed #AEAEAE;
} 

h4 {
  background-color: #EEE;
  font-family: Tahoma;
  color: #363636;
  font-size: 10pt;
  font-weight: bold;
  margin: 10px 0px 10px 0px;
  padding: 2px;
  border-bottom: 1px dashed #AEAEAE;
}  

.small {
  font-size: 8pt;
}  

/*Blockquote styling*/
blockquote {
  padding: 2px;
}  
  
/*Link styles*/
a {
  color: #327699;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

/*Remove borders for image links*/
a img {
  border: 0px;
}

/*Properties of the large box that holds the content of the entire page*/
#local {
	width: 100%;
	background-color: #F8F8F8;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 1px solid #AEAEAE;
}

#header {
	width: 100%;
	height: 105px;
	text-align: left;
}

#navigation {
  float: left;
  color: #CCC;
  width: 175px;
  padding: 0px;
  margin: 0px;
  border-right: 1px solid #AEAEAE;
  border-bottom: 1px solid #AEAEAE;
  background-color: #EEE;
}

#navbuttons {
  margin: 0px;
  padding: 0px;
}  

#navbuttons a:link, #navbuttons a:visited {
  display: block;
  font-family: Tahoma;
  padding: 4px 7px 4px 7px;
  font-weight: bold;
  color: #363636;
  text-decoration: none;
}  

#navbuttons a:hover {
  background-color: #DDD;
  font-family: Tahoma;
  color: #363636;
  text-decoration: none;
}

#content {
  padding: 10px;
  margin: 0px 0px 0px 175px;
  border-left: 1px solid #AEAEAE;
}  

#footer {
  clear: both;
  color: #AEAEAE;
  padding: 10px;
}  
  
/*Generic box*/  
.box {
  padding: 10px;
  background-color: #EEE;
  color: #AEAEAE;
  border: 1px solid #AEAEAE;
}  

/*Generic box, red for errors*/  
.box_red {
  padding: 10px;
  background-color: #FFD9D9;
  color: #363636;
  border: 1px solid #E69B9B;
}  

.dir {
  padding: 2px 2px 2px 20px;
  margin: 5px;
  background-color: #EEE;
  color: #363636;
  border: 1px solid #AEAEAE;
  font-weight: bold;
}  

/*Place a border around an image*/
.borderedimage {
  border: 1px dashed #AEAEAE;
}

/*Cute staff page images*/
.staffimage {
  padding: 1px;
  border: 1px solid #AEAEAE;
}

.links {
  padding: 10px;
  color: #363636;
  border-top: 1px solid #AEAEAE;
}  

hr {
  height: 1px;
  border: 0;
  color: #AEAEAE;
  background-color: #AEAEAE;
}

ul {
  list-style-type: square;
}  
  
  
  



