@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
}
p {
	font-size:12px;
	margin:10px 0;
	padding:0 10px;

}
h1 {
	font-size:30px;
	margin:10px 0 0px 0;
	padding:0px;
}
h2 {
	font-size:24px;
	margin:10px 0 0 0;
	padding:0px;
}
h3 {
	font-size:18px;
	margin:2px 0 0 0;
	padding:0px;
}
h4 {
	font-size:14px;
	margin:0px;
	padding:10px 0 5px 10px;
}
ul {
	padding:5px;
	margin:0;
}

/* TXT CLASSES */

.bold {
	font-weight:bolder;
}
.underline {
	text-decoration:underline;
}
.centertxt {
	text-align:center;
}
.txtleft {
	text-align:left;
}
.txtright {
	text-align:right;
}


#footer {
	color:#fff;
	text-align:center;
	font-size:12px;
}
#footer2 {
	color:#fff;
	text-align:center;
	font-size:12px;
}
#footer2 a:hover {
	text-decoration:underline;
}

/* TEXT LINKS */


a:link, a:visited {
	color:#fff;
	text-decoration:none;
}
a:hover {

	text-decoration:underline;
}
#content a {
	color:#990000;
	text-decoration:underline;
}

#content a:hover {
	color:#000;
}

#twocolumn #leftcolumn #menuleft li{
	margin-top:5px;
	
}

#twocolumn #leftcolumn #menuleft li a{
	color:#fff;
	font-weight:bold;
}

#twocolumn #leftcolumn #menuleft li:hover{
	background-position:0 19px;
	cursor:pointer;
}#twocolumn #content .projectheadings {
	font-size: 1px;
	font-weight: bold;
	color: #FFF;
	height:0px;
	margin:0;
	padding:0;
}


