﻿body {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
}
h1 {
				font-size: 22px;
				color: #0000FF;
}
h2 {
				font-size: 16px;
}
.emphasize {
				font-style: italic;
				font-weight: bold;
}
#logo {
				background-color: #FFFFFF;
}
#navbar {
				background-color: #FFFFCC;
				border-bottom-style: solid;
				border-bottom-width: thick;
}
#mainContent {
				background-color: #FFFFFF;
				width: 700px;
				margin: 0px 5pt 0px 5pt;
				border-style: ridge;
				border-width: 0px;
				border-color: #FFFFFF;
				padding: 15px;
}
#leftCol {
				float: left;
				width: 175px;
}
#rightCol {
				width: 500px;
				background-color: #FFFFFF;
}
