body {
	background-image: url(images/background.jpg);
	background-position: center top;
	margin-top: 0px;
	margin-left: 0px;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

a {
	font-size:11px;
	font-weight:bold;
	color:#FF9933;
	text-decoration: none;

}
h2 {
	font-size: 14px;
	margin-left: 20px;
}
h3 {
	font-size: 15px;
	letter-spacing: 0.2em;
	margin-left: 20px;
}



#maintable {
	background-color: #0D3A6C;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#maintable #maincontent {
	padding-left: 10px;
	padding-top: 10px;
}
#maintable #portfoliolist {
	width: 200px;
	margin-top: 20px;
	margin-bottom: 30px;
}


#footer {
	font-size: 10px;
	color: #999999;
	text-align: right;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 15px;
	border-top: 1px solid #999999;

}

#footer a {
font-weight:normal;
color:#999999;
text-decoration:none;
}

.titleshort {
	background-image: url(images/title_box_short.jpg);
	background-repeat: no-repeat;
	height: 34px;
	padding-top: 20px;
	padding-left: 20px;
}
.contentboxshort {
	background-image: url(images/content_box_short_middle.jpg);
	background-repeat: repeat-y;
	width: 485px;
	padding-right: 5px;
}
.contentboxshort p {
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 5px;
}

.titlelong{
	background-image: url(images/title_box_long.jpg);
	background-repeat: no-repeat;
	height: 34px;
	padding-top: 20px;
	padding-left: 20px;
}
.contentboxlong{
	background-image: url(images/content_box_long_middle.jpg);
	background-repeat: repeat-y;
	width: 775px;
	overflow: auto;
}
.contentboxlong p {
	margin-left: 20px;
	margin-top: 10px;
}
.portfolioholder {
	width: 750px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 80px;
}
.portfolioholder img {
	margin-right: 15px;
	float: left;
	border-style: none;
}
.newsdivider {
border-top:solid 1px grey;
}
