body {
	font: Arial, Helvetica, sans-serif;
}
div {
	margin:0;
	padding:0;
	border:0;
}
p {
	margin:0 0 20px 0;
	padding:0;
	font-size: 11px;
	line-height: 18px;
	color:#666666;
}
form, table, td {
    font-family: verdana, helvetica;
    font-size: 11px;
	padding: 0px;
	margin: 0px;
}
input, select, textarea {
	font-size:10px;
	border:#999 1px solid;
	color:#666;
}
a {
	color: #0066CC;
}
a:hover {
	color: #006600;
}
a img {
	border:none;
}
H1 {
	font-family: arial;
	color: #000000;
	font-size:22px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}
H2 {
	color: #006699;
	font-size:14px;
	font-weight: bold;
}
.leader {
	color: #215F2A;
	font-weight: bold;
}
.main {
	padding-top: 10px;
}
.main p {
	padding: 0 10px 10px 10px;
	margin: 0;
	margin-bottom: 10px;
}
.main ul {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
.main li {
	text-indent: 30px;
	padding: 5px;
}
.error {
	color:#FF0000;
}
.menu {
	margin-top: 83px;
}
.menu ul {
	padding:0; 
	margin:0px 0px 0px 10px; 
	list-style-type:none;	
}
.menu ul li {
	position:relative; 
	text-indent:15px; 
	line-height:16px;
	font-variant:small-caps;
	font-size: 10px;
}
.menu ul li a {
	display: block;
	width: 240px;
	text-decoration:none;
	color:#000000;
	background-image: url(images/menu.gif);
	background-repeat:no-repeat;
	font-weight: bold;
}
.menu ul li a:hover {
	background-image: url(images/menu_hover.gif);
	background-repeat:no-repeat;
	background-color: #006633;
	color: #FFFFFF;
}
.side_menu a {
	color:0000EA;
	text-decoration:none;
}
.side_menu a:hover {
	color:0000EA;
	text-decoration:underline;
}
.signup input {
	border:#ABABAB 1px solid;
	color:#999999;
}
.contact a {
	color:0000EA;
	text-decoration:none;
}
.contact a:hover {
	color:0000EA;
	text-decoration:underline;
}
.image {
	border: 1px solid #666666;
	margin: 5px 10px 5px 20px;
}
.footer {
	color:#7C7C7C;
	font-size:10px;
	text-align:center;
}
.footer a {
	color:#7C7C7C;
	text-decoration:none;
}
.footer a:hover {
	text-decoration:underline;
}
.projects {
	background-color:#CCCCCC; 
	border:1px solid #999999;
	padding:5px;
	margin:5px;
	width: 200px;
	float:left;
	text-align:center;
}
table.project_list td {
	border: 1px solid #CCC;
	padding: 10px;
}

.project_link {
	background-image:url(images/more1.gif);
	padding-left: 20px;
	background-repeat: no-repeat;
	margin: 10px;
}
div.message {
	line-height:16px;
	margin: 10px 0 5px 0;
	padding: 5px;
	color: #CC0000;
}
input.fixedWidth, textarea.fixedWidth {
	width: 300px;
}