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: 650px;
	background-color:#FFFFFF;
	/* background-color:#4E504F; */
}

#container {
	background-color: #FFFFFF;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	}

#titleimage {
	display:none;
}

.morelink
{
	display:none;
}

a.redlink
{
	display:none;
}

#titleprint {
	/* position:relative; 
	float:left; */
	clear:both;
	height:108px;
	width:650px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
	
#titlespacer {
	/* float:left; */
	background-color: #333333;
	width: 650px;
	height: 11px;
	clear:both;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}	

#navbar { 
	display:none;
	/* height:25px;
	width:600px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color:#A5A3A3;
	clear: both; */
}

#nav {
		display:none;
	/* clear:both */

}

#search {
		display:none;
}

#outer { 
	/*overflow: auto; */
	float: none;
}

#leftimage {
	float:left;
	width:199px;
	margin:0px;
	padding:0px;
}

#content500 {
	margin: 0px 0px 0px 200px;
	padding: 10px 10px 10px 10px;
	/* float: right;
	width:300px; */
}

#fullcontent {
	float: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#projectcontent {
	/*float: left;
	display:block;*/
	width:640px;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}


#clearone {
	clear: both;
	height: 1px;
}

#footerupper {
	display:none;	
}
	
#footerlower {
	display:none;
}

#footerpupper {
	background-color:#FFFFFF;
	/* float:left; */
	clear:both;
	width:650px;
	height:56px;
	margin-bottom:10px;
	margin-top:0px;
	}

#footerplower {
	display:none;
	/*
	background-color:#FFFFFF;
	float:left;
	width:650px;
	clear:both;
	height:56px;
	*/
	}

#nextprevious {
	display:none;
}

* html .sitecontent p{ /* IE 3px jog hack*/
	height: 1%;
}
#signature {
	display:none;
}


p, blockquote, ul, ol, dl, dd, li, dir, menu	{	
	/* inherit from body */	
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	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: 8pt;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	margin: 0px;
	/* padding: 0px; */
	text-align: left;
}	

h1	{
	font-size: 10pt;
	font-weight: bold;
	margin-top:0px;
	margin-bottom:0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	color: #cd0024	;
}	
		
h2	{
	font-size: 10pt;
	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: #291864;
	height: 1px;
	width: 100%;
}	


