html {
	margin: 0px;
	padding: 0px;
}

body	{
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	color: #363636;
	font-size: 8pt;
	font-weight: normal;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;	
}	

.body {
	text-align: center;
	min-width: 761px;
	background-color:#4E504F;
}

body a {
	color: #cd0024;
}

#container {
	background-color: #FFFFFF;
	width: 761px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}

#titleimage {
	float:left;
	clear:both;
	height:108px;
	width:761px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#titleprint { display:none; }
	
#titlespacer {
	float:left;
	background-color: #333333;
	width:761px;
	height: 21px;
	clear:both;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}	

#navbar {
	height:25px;
	width:761px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color:#A5A3A3;
	clear: both; 
}

#nav {
	float:left;
	/* clear:both */

}

#search {
	float:right;
	background-color:#A5A3A3;	
	margin: 0px;
	padding: 0px;
	height: 25px;
}

#search form {
	display: inline;
	text-align: center;
}

#search .input
{
	font-size: 8pt;
	color: #333333;
	background: #ffffff;
	border: 1px solid #333333;
	vertical-align:top;
	margin-top:4px;
} 

#outer {
	background-color:#FFFFFF;
	overflow: hidden;
}


#leftimage {
	float:left;
	width:199px;
	margin:0px;
	padding:0px;
}

#content500 {
	margin: 10px 0px 0px 200px;
	padding: 0px 10px 10px 10px;
	width:540px;
}

#fullcontent {
	float: left;
	display:block;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}

#projectcontent {
	max-width:759px;
	min-height:300px;
	float: left;
	display:block;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}

#clearone {
	clear: both;
	height: 1px;
}

#footerupper {
	background-color:#FFFFFF;
	float:left;
	clear:both;
	width:761px;
	height:57px;
	margin-bottom:0px;
	margin-top:00px;
}
#footerpupper {
	display:none;
	}
	
#footerlower {
	background-color:#FFFFFF;
	float:left;
	width:761px;
	clear:both;
	height:28px;
}

#footerplower {
	display:none;
	}


#nextprevious {
	padding: 0px;
	margin-right: 10px;
	height:20px;
	border: 0px;
	text-align:right;
}

#nextprevious .redlink, a.redlink, a.redlink:visited {
	font-size: 8pt;
	color: #cd0024;
	
}

#nextprevious a.redlink:hover, a.redlink:hover:visited {
	font-size: 8pt;
	color: #cd0024;
}

table.header {
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color:#333333;
	border-collapse : collapse;
}
td.header {
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-collapse : collapse;
}
table.viewprojects {
	width:650px;
}



* html .sitecontent p{ /* IE 3px jog hack*/
	height: 1%;
}

#signature {
	background-color:#4E504F;
	text-align: center;
	clear:both;
	padding-top:10px;
}

#signature .footer, a.footer, a.footer:visited {
	font-size: 7pt;
	color: #979797;
}

#signature a.footer:hover, a.footer:hover:visited {
	font-size: 7pt;
	color: #CCCCCC;
}

p, blockquote, ul, ol, dl, dd, li, dir, menu	{	
	/* inherit from body */	
	color: #363636;
	font-size: 9pt;
	font-weight: normal;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;		
	}
	
b {
	font-weight:	bold;
}		

small	{
	font-size: 8pt;
}	
		
big	{	
	font-size:	12pt;
	}	
		
pre	{	
	font-family: "Courier New", monospace;
	}	
		
ol li	{	
	list-style-type:	decimal;
	}	

ol ol li	{	
	list-style-type:	lower-alpha;
	}	

ol ol ol li	{	
	list-style-type:	lower-roman;
	}	
		
table, tbody, tr, td	{
	font-size: 9pt;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	margin: 0px;
	text-align: left;
}	

h1	{
	font-size: 11pt;
	font-weight: bold;
	padding-top: 0px;
	margin-top:4px;
	margin-bottom:4px;
	padding-bottom: 0px;
	text-align: left;
	color: #cd0024	;
}	
		
h2	{
	font-size: 11pt;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 0px;
	margin-bottom:0px;
	text-align: left;
	color: Black;
}	
		
h3	{	
	font-size:	9pt;
	font-weight:	400;
	}	

h4	{	
	font-size:	8pt;
	font-weight:	400;
	}	
	
hr {
	color: #CCCCCC;
	height: 1px;
	width: 100%;
}

.TextAreaSearch
	{
	font-size: 11px;
	background-color: #ffffff;
	color: black;
	border: solid;
	border-color: #CCCCCC;
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 3px;
	width: 80px;
}

/* project fonts */

A.ProjectTitleLink A.ProjectTitleLink:hover A.ProjectTitleLink:visited A.ProjectTitleLink:visited:hover {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: left;
	color: #cd0024	;
	BACKGROUND-COLOR: transparent;
}

.whiteheading {
	font-size: 10pt;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	color: #ffffff;
}

.featured8 {
	font-size:8pt;
}

.featured8 a {
	font-size:8pt;
	color: #cd0024;
}

.tableborderleft {
	border-left: 1px solid #c8c8c8;
}	
