﻿/**********************************************************************************************/
/* Typography - font styles, weights, and sizes */
/**********************************************************************************************/
.sideBar h2{
	font-size:14pt;
	font-variant:small-caps;
}
.sideBar h1 {
	font-weight:normal;
}
/**********************************************************************************************/
/* Layout - padding, margins, sizes */
/**********************************************************************************************/
.content {
   	z-index: 0;
	width: 100%;
	text-align: left;
	height: 615px;
}
.imagePlaceholder {
	padding:0px;
	margin:0px;
	width:100%;
	z-index:0;
}
.imagePlaceholder img {
	width: inherit;
}
.sideBar {
	position: relative;
	top:-650px;
	left:520px;
	z-index: 2;
	width:285px;
	padding:15px;
}
.sideBar h1, .sideBar h2 {
	margin-top:0px;
	padding-top:0px;
	line-height:1em;
}
.sideBar h1{
	font-size:10pt;
}
/**********************************************************************************************/
/* Colors - text, background, anchor colors, and border colors */
.sideBar {
	background: transparent url('../images/sideBarBackground.png') repeat;
	color: black;
	border: thin #393C52  double;
}
.sideBar a {
	text-decoration:none;
	color:black;
	color:#393C52;
}
.sideBar a:hover {
	text-decoration:underline;
}
