/*common page elements*/
html{
	background-color: #333;
}
body{
	background-color: #333;
	color:#ccc;
	font-family: Courier, sans-serif;
	font-size:9pt;
	margin-left:20px;
}
a:hover{
	color:#fff;
}
.description{
	font-style: italic;
}
.SiteMenu{
	display: inline;
	width:100%;
	float:left;
	padding-left:0px;
}
.MenuItem{
	list-style-type: none;
	width:16%;
	display: inline;
}
#TitleAndMenu h1{
	font-family:sans-serif;
	border-bottom: 1px solid #ccc;
	padding-bottom:1px;
}
/*title-top structure*/
#Title,#Image,#CopyrightText,div.Image,#now{
	width:400px;
	float:left;
}
#menu,#Content,#BlankCopyrightDiv,div.Content,#past{
	float:left;
	margin-left:20px;
	width:500px;
}
div#TitleAndMenu,div#ImageAndContent,div#Copyright,div.MultipleImageAndContentSections{
	clear:both;
}
#CopyrightText,#BlankCopyrightDiv{
	margin-top:30px;
	border-top: 1px solid #ccc;
}
a{
	text-decoration: none;
	color:#ccc;	
}
a:hover{
	text-decoration: underline;
	color:#fff;
}
li.MenuItem{
	list-style-position: inside;
	margin-right:3%;
	width:12%;
}
#menu ul{
	margin-left:0px;
	padding-left:0px;
	float:left;
	width:500px;
}
/*news & portfolio Items*/
.NewsItem,.PortfolioItem{
	clear:both;
	padding-top:10px;
}
.NewsItemImage,.PortfolioItemImage{
	background-color:#666;
	float:left;
}
.NewsItemImage img,.PortfolioItemImage img{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:5px;
	margin-right:5px;
	height:56px;
	width:75px;
}
.NewsItemShortDescription,.PortfolioItemShortDescription{
	width:70%;
	float:right;
}
/*Statement*/
.StatementIconAndDescription{
	clear:both;
}
.statementIconLeft{
	float:left;
}
.StatementIconDescription{
	width:70%;
	float:right;
}
/*Links*/
.LinkSection p a{
	display:block;
	line-height:1.1em;
}
/*Portfolio pages*/
.PortfolioImageSection{
	clear:both;
	margin-top:10px;
}
.PortfolioBigImage,.PortfolioSmallImages{
	clear:both;
}
.PortfolioImageRow{
	clear: both;
	margin-top:15px;
}
.PortfolioSmallImage{
	margin-left:23px;
	display:inline;
}
.FirstPortfolioSmallImage{
	margin-left:5px;
}
.LastPortfolioSmallImage{
	float:right;
	margin-right:5px;
}
.LinkDescription{
	margin-top: 0px;
}
.LinkSection{
	color:#999;
	margin-top:0px;
}
.PortfolioItemImage img,.PortfolioItemImage a{
border-width:0px;
text-decoration: none;
}
.NewsItemImage img,.NewsItemImage a{
border-width:0px;
text-decoration: none;
}

