body 
{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('../img/tartan.jpg');
	color: #FFFFFF;
	text-align: center;
	font-size: medium;
	position:relative;
}

#mainPanel
	{
		display: inline-block;
  	border: 3px solid white;
		background-color: #506c82;
		display: inline-block;
		margin: auto;
	}

#top
{
	float: left;
	margin-top: 30px;
	padding-bottom: 8px;
}

#topLeft
{
	float: left;
	width: 140px;
	margin-left: 30px;
	margin-right: 30px
}

#topRight
{
	float: left;
	padding-left: 20px;
	width: 630px;
}

#banner
{
	float: left;
}

#headline
{
	float: left;
	width: 630px;
	text-align: center;
	margin-top: 15px;
	font-family: times;
	text-align: center;
	font-size: 180%;
}

#main
{
	float: left;
 	border-top: 3px solid white;
	padding-bottom: 15px;
	padding-top: 15px;
}

#mainLeft
{
	float: left;
	text-align: left;
	width: 190px;
	margin-top: 15px;
}

#mainRight
{
	float: left;
	width: 650px;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 2px solid #dddddd;
}

.tab
{
	margin-left: 10px;
	margin-top: 15px;
	font-size: 120%;
	color: #DDDDDD;
}

.tabOver
{
	cursor: pointer;
	color: white;
}

.thisTab
{
	color: white;
	background-image: url(../img/tag_select.png);
}

.resetFloat
{
	clear: both;
}

.stress 
{
	font-style: italic;
}

.highlight 
{
	font-weight: bold;
}

.title {
	text-align: center;
	font-family: times;
	font-size: 160%;
	line-height: 1.6;
	color: #FFFFFF;
}
.strong {
	font-weight: bold;
}
.warning {
	color: #990033;
}
.spacer {
	color: #8080C0;
}
.small {
	color: #330066;
	font-size: small;
}
.typed {
	font-family: courier;
	color: #CCCCCC;
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 40px;
	margin-right: 40px;
	text-align: left;
}
.scrollText 
{
	padding:10px;
	width:620px;
	height: 980px;
	overflow:auto;
}
a:link {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}

a:visited {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}

a:hover {
  color: pink;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}

