@charset "utf-8";

/* CSS Document */
* {
	font-family: Verdana, Geneva, sans-serif;
}

body {
	background-color:#EEEEEE;
	padding: 0px;
}

a{
	color: #e30000;
}

a:hover{
	color: #ff3f3f;
}

/* basic formatting */
.centertext {
  text-align: center;
}
.center {
  margin: 0 auto;
}
.indent {
  padding: 0em 1.5em 0em 1.5em;
}
.bold {
  font-weight: bold;
}
.black {
  color: black;
}
.fullpage {
  min-height: 400px;
}
.greyborder {
  border: 1px solid #999999;
}
.blackborder {
  border: 1px solid black;
}
.greybox {
  background-color: #EEEEEE;
  border: 1px solid #999999;
}
.whitebox {
  background-color: white;
  border: 1px solid #999999;
}
.floatright {
  float: right;
}
.rightalign {
  text-align: right;
}
.automargin {
  margin: 0px auto;
}

/* regions */





.sidecolumn {
  width: 140px;
}
.sidecolumn ul {
  margin: 0;
  list-style:none;
  padding: 10px;
  color: black;
}

.sidecolumn li{
	text-decoration:none;
}
.sidecolumn a {
  color: black;

}

h1, .h1 {
  font-size: 14pt;
}
h2, .h2 {
  font-size: 11pt;
  font-weight: normal;
}
h3, .h3 {
  font-size: 10pt;
}
h4, .h4 {
  font-size: 9pt;
  font-weight: normal;
}

p, .p {
  font-size: 9pt;
  padding: 0em 2em 0em 2em;
}



#container {

	width: 640px;

	margin: 0px auto;

	background-color:white;

	border:1px solid #999999;
  min-height: 600px;

}

#container #header {
  border: none;
}


#nav {

	background-image:url(images/navbg.png);

	background-repeat:repeat-x;

	height: 28px;
  width: 100%;

}
#nav ul {

	margin: 0;

	list-style:none;

	padding: 0px 10px 0px 10px;

}
#nav li {

	display:inline-block;

	width:110px;

	height:28px;

	text-align:center;

}
#nav li a {

	display:block;

	line-height:28px;

	text-decoration:none;

	font-weight:bold;

	font-size:14px;

	color:white;

}

#nav li:hover, #nav #currentpage {
	background-image:url(images/navhighlightbg.png);
	background-repeat:repeat-x;
	text-decoration:none;
}


#content {

	padding: 10px;
}



#footer {
	background-color:#532525;
	color:#DDD;
	font-size:10px;
	
	line-height:24px;
	width: 640px;
	margin:auto;
	
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	text-align:center;
}



#footer a {
	color: #DDD;
}

