body {
	background-color: #ffffff;
	background-image: url(images/SidebarAndLogo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:medium;
	width: 780px;
}

#main {
	margin-top:30px;
	margin-left: 280px;
}

#main a:link {
	color: #cc0000;
}
#main a:visited {
	color: #cc0000;
}
#main a:active {
	color: #ff0000;
}
#main a:hover {
	color: #ff0000;
}

h1 {
	color: #003399;
	font-size: 150%;
	text-align: left;
	margin-bottom: 50px;
}

h2 {
	color: #003399;
	font-size: 100%;
	margin-bottom:0px;
}

/* sidebar contains navigation links background and logo in one image */
#sidebar {
	width: 268px;
	float: left;
	margin-bottom: 75px;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	color: #084081;
	text-align: right;
	text-decoration: none;
	text-transform: lowercase;
	line-height: 175%;
	letter-spacing: 1px;
}
#sidebar ul{
	list-style-type: none;
	margin: 345px 132px 0px 0px;
	}
#sidebar a:link {
	color: #084081;
	text-decoration: none;
}
#sidebar a:visited {
	color: #084081;
	text-decoration: none;
}
#sidebar a:active {
	color: #cc0000;
	text-decoration: none;
}
#sidebar a:hover {
	color: #cc0000;
	text-decoration: none;
}

#copyright {
	clear: both;
	margin-left: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
}

em {
	font-style: normal;
	font-weight: bold;
}

.emphasize {
	font-weight: bold;
}

.smallnote {
	font-size: 65%;
}

.portfolioitem {
	clear: right;
	padding-top: 15px;
}

.portfolioitem p {
	margin-top: 0px;
}

.portfolioitem img {
	border: 1px solid #000000;
	float: right;
	margin-left: 10px;
}