body {
	background-color:#eeeeee;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	cursor:default;
	background-image:url(images/diagonal_lines.gif);
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:140%;
	color:#000000;
	border-bottom: 1px solid #eeeeee;
	padding-right:5px;
	padding-left:5px;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:2px;
}
	
p {
	line-height:15px;
	padding:15px;
	margin:5px;
	text-align:justify;
}
ul li {
	list-style-image:url(images/bullet.gif);
}
a {
	color:#333333;
}
a:hover {
	color:#333333;
	border-bottom:1px solid #333333;
	text-decoration: underline;
}
a:visited {
	color:#333333;
	text-decoration: none
}
a:link {
	color:#333333;
	text-decoration: none
}
img { 

	margin:1px;
	padding:5px;

}
input {
	background-color:#CCCCCC;
	border-top: 2px solid #aaaaaa;
	border-right: 2px solid #eeeeee;
	border-left: 2px solid #aaaaaa;
	border-bottom: 2px solid #eeeeee;
}
/* buttons */
.but {
  font: 8pt Arial,sans-serif;
  text-align:center;
  white-space:nowrap;
  cursor: default;
  background-color: #566484;
  color: white;
  border: 2px outset #a6b4d4;
}
acronym {
	font-variant:small-caps;
	cursor:help;
	border-bottom: 1px solid #cccccc;
}

#container {
	width:720px;
	background-color:#FFFFFF;
	border: 1px solid #cccccc;
	margin:0 auto 0 auto;
}
#menu {
	width:100%;
	background-color:#ffffff;
	border-bottom:1px solid #cccccc;
	padding-top:15px;
	padding-bottom:9px;
	text-align:center;
}
#menu a {
	height:25px;
	padding:9px;
	background-color:#efefef;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	margin-right:0;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	-moz-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
	margin:2px;
	background-image:url(images/shadow.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
#menu a:hover {
	height:25px;
	padding:9px;
	background-color:#ffffff;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom:1px solid #ffffff;
	margin-right:0;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	-moz-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
	margin:2px;
	background-image:none;
}
#menu .aactive {
	height:25px;
	padding:9px;
	background-color:#ffffff;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom:1px solid #ffffff;
	margin-right:0;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	-moz-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
	margin:2px;
	background-image:none;
}
#header {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:300%;
	color:#000000;
	padding:10px;
	text-align:center;
	background-image:url(images/headerbg.jpg);
	background-repeat:repeat-x;
	border-bottom:1px solid #999999;
	width:700px;
	margin-bottom:10px;
}
#header a {
	color:#000000;
	text-decoration:none;
}
#header a:hover {
	color:#000000;
	text-decoration:none;
	border:none;
}
#footer {
	width:710px;
	padding:5px;
	background-color:#CCCCCC;
	color:#FFFFFF;
}

