body {
	background: #f4f4f4;
	font-family: Verdana, Arial, sans-serif;
}
h1 {
	color: #374061;
	font-size: 50px;
	font-variant: small-caps;
}
h2 {
	color: #374061;
	font-size: 30px;
	font-variant: small-caps;
	text-align: right;
}
h3 {
	color: #374061;
	font-size: 25px;
	font-variant: small-caps;

}
a:link {
	color: #121F54;
}
a:link.navigation {
	color: #374061;
	font-size: 44px;
	font-variant: small-caps;
}
p.sidenav {
	color: #374061;
	font-size: 20px;
	font-variant: small-caps;
	text-align:right;
}
a:link.sidenav {
	color: #374061;
	font-size: 20px;
	font-variant: small-caps;
	text-align:right;
}
a:visited {
	color: #121F54;
}
a:visited.sidenav {
	color: #374061;
}
a:active {
	color: #374681;
}
a:active.sidenav {
	color: #374681;
}
a:hover {
	color: #374681;
	text-decoration: overline;
}
a:hover.sidenav {
	color: #374681;
}
#leftside {	
	position: absolute; 
	top: 100px;
	text-align:right;
	line-height:250%;
}
#rightside { 
	border-left-width: 5px;  
	border-left-style: solid; 
	border-left-color: #121F54; 
	position: absolute; 
	left: 350px; 
	top: 100px;
	width:800px;
	display: table;
	padding-left:10px;
}
p {
	padding-left:10px;
	color:#121F54;
}
span.clicked {
	color: #374061;
	font-size: 27px;
	font-variant: small-caps;
	text-align: right;
}
table {
	padding-left:10px;
	color:#121F54;
}
.row  {
	width: 100%;
	clear:right;
}
.left {
	width: 47%;
	float:left;
}
.right {
	width: 47%;
	float:right;
	clear:right;
}
img{
	border:0px;
}
.top{
	font-size: 24px;
	font-variant: small-caps;
	font-weight:bold;
}
.bottom{
	font-size:12px;
}
p#sortProjects{
	text-align:right;
	font-size:15px;
	font-variant: small-caps;
}
.middle img {
	height:250px;
	width:100%;
}
p#stylePicker {
	line-height:100%;
	color:#673310;
	font-size: 27px;
	font-variant: small-caps;
}
p.descriptionOfProject {
	display:none;
}
p#stylePicker {
	line-height:100%;
	font-size: 20px;
	font-variant: small-caps;
}
span#styleTitle{
	color: #374061;
	text-decoration: underline;
}
p#stylePicker a{
	font-variant: none;
	text-decoration: none;
}
p#stylePicker a:hover {
	text-decoration: overline;
}