body {
	border: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:;
	color: #666666;
}
a:link {
	text-transform: lowercase;
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-transform: lowercase;
	color: #666666;
	text-decoration: none;
}
#wrapper {
	height: 600px;
	width: 1000px;
	margin-left: 50px;
	margin-right: 25px;
	margin-top: 50px;
}
#header {
	height: 75px;
	width: 1000px;
}
#header #branding {
	width: 250px;
	float: left;
}
#header #topNav {
	width: 725px;
	float: right;
	height: 50px;
}
#footer #copyright {
	width: 725px;
	float: right;
	text-align: left;
}
#topNav .box {
	height: 25px;
	width: 25px;
	overflow:hidden;
	margin-right: 5px;
	float: left;
	margin-top: 25px;
}
#box-active, .box-hover{
	height: 25px;
	width: 25px;
	overflow:hidden;
	margin-right: 5px;
	float: left;
	margin-top: 25px;
}
.box img {
	opacity:0.4;
}
.box img:hover, #box-selected {
	opacity:1;	
}
#header #title , #header #subtitle{
	font-size: 15pt;
	color: #999999;
	font-weight: bold;
}
#header #subtitle {
	color: #CCC;
}
#content {
	width: 1000px;
	height: 475px;
	clear: both;
}
#leftNav {
	width: 250px;
	height: 475px;
	float: left;
}
#leftNav .accordion-bar {
	height: 25px;
	width: 100%;
	margin-bottom: 5px;
	background-color: #F3F3F3;
	text-align: left;
	color: #999999;
	font-weight: bold;
}
#leftNav  .subBar {
	height: 25px;
	width: 100%;
	margin-bottom: 5px;
	background-color: #F3F3F3;
	text-align: left;
	color: #999999;
	font-weight: bold;
}
#leftNav .accordion-bar .deselected {
	padding-left: 10px;
	line-height: 2;
}
#leftNav .accordion-content {
	height: 260px;
	padding-left: 10px;
	overflow:hidden;
}
#leftNav h1 {
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	padding-top: 10px;
	text-transform: uppercase;
}
#leftNav .accordion-content div {
	padding-top: 10px;
}
#leftNav .accordion-sub-content {
	height: 140px;
	overflow: hidden;
}
#leftNav .accordion-sub-content ul{
	list-style-position: outside;
	list-style-type: square;
	position: relative;
	left: -25px;
}
#projects-content .accordion-sub-content {
	height: 70px;
}
#bodycontent {
	height: 475px;
	width: 725px;
	float: right;
}
#footer {
	height: 48px;
	width: 1000px;
	text-align: center;
	font-size: 8pt;
}
#bodycontent .title {
	font-weight: bold;
	color: #000;
}
#leftNav #selected {
	color: #000000;
}
#leftNav .accordion-sub-bar #selected {
	color: #000000;
}

