html {
	height: 100%;	
}

body {
	font-size: 8pt;
	background-color: #eeeeee;
	height: 100%;
}

/* Site-wide structure */
#main {
	width: 960px;
	height: 100%;
	overflow: visible;
}
		
#header {
	margin-bottom: 0px;
	padding-bottom: 0px;
	vertical-align: bottom;
	border: 0px;
}

#outside {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
		
#footer {
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	border-top: #4c4c4c solid 1px;
	padding-top: 5px;
	padding-bottom: 20px;
	color: #4c4c4c;
	margin-bottom: 10px;
	clear: both;
	width: 960px;
}

#footer a {
	text-decoration: none;	
}

#footer a:hover {
	color: #4c4c4c;
	text-decoration: underline;	
}
		
#container1 {
	float: left;
	width: 100%;
	background-color: #ffffff;
	position: relative;
	right: 217px;
}

#container2 {
	float: left;
	width: 100%;
	background-color: #cdcdcd;
	overflow: hidden;
	position: relative;
}

#mainTab {
	float: left;
	width: 693px;
	font-size: 12pt;
	font-family: Calibri, sans-serif;
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: justify;
	position: relative;
	left: 237px;
	overflow: hidden;
}

#sideBarContainer {
	float: left;
	width: 217px;
	font-family: Arial;
	position: relative;
	left: 267px;
	overflow: hidden;
}

h1 {
	font-size: 18pt;
	letter-spacing: 0.05em;
	color: midnightblue;
	font-family: Book Antiqua;
	margin-bottom: 5px;
	border-bottom: #cdcdcd solid 1px;
	padding-bottom: 5px;
	font-weight: normal;
}

h2 {
	font-size: 16pt;
	color: midnightblue;
	font-family: Book Antiqua;
	margin-top: 30px;
	margin-bottom: 5px;
	font-weight: normal;
}

h3 {
	font-size: 14pt;
	font-weight: bold;
	font-family: Arial;
	margin-bottom: 5px;
}

#sideBarContainer table {
	margin: 0px;
}
		
#sideBarContainer table tr td#sideBar,
#sideBarContainer table tr td#sideBarLeaders {
	padding: 10px;
}

#sideBarContainer table tr td#sideBarLeaders {
	background-color: #4c4c4c;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

span.sideLeader {
	color: #ffffff;
	font-size: 10pt;
}

span.sidePosition {
	color: #ffff33;
	font-size: 10pt;
	font-family: Georgia, serif;
}

div.sideItem {
	margin-top: 10px;
	margin-bottom: 10px;
}

.sideItem, .sideLeaderProfile {
	font-size: 10pt;
	color: black;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
}
		
.sideItem .sideTitle {
	font-size: 12pt;
	color: darkblue;
	font-family: Georgia, serif;
}
		
.sideItem a {
	color: blue;
	text-decoration: none;
}
		
.sideItem a:hover {
	color: black;
	text-decoration: underline;
}

.sideLeaderProfile a {
	color: #cdcdcd;
	text-decoration: none;
}

.sideLeaderProfile a:hover {
	color: #000000;
	text-decoration: underline;
}

/* Utility classes */
.emphasis {
	font-style: italic;
}

span.color {
	color: midnightblue;
}

span.bold {
	font-weight: bold;
	color: #4c4c4c;
}

.right {
	text-align: right;
}

.hidden {
	display: none;
}

a span.ui-icon {
	background-image: url(jquery_css/images/ui-icons_2e83ff_256x240.png);
}

a:hover span.ui-icon {
	background-image: url(jquery_css/images/ui-icons_222222_256x240.png);
}

/* Other */
div#errMsg {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border: red solid 1px;
	background-color: #ff6666;
}

blockquote {
	margin-top: 5px;
	margin-bottom: 5px;
}

