﻿/* CSS Document */

* { margin: 0px; padding: 0px }

body {
	background-color:#FFFFFF;
	font-family: 		Tahoma, Verdana, Arial, sans-serif;
	font-weight:        normal;
	font-size: 11px;
	color: #5A5A5A;
	line-height: 14px;
}

a:visited {
	color: #3979A8;
}
a:active {
	color: #3979A8;
}

a.greylinks:link {
	color: #5A5A5A;
	text-decoration: none;
}
a.greylinks:visited {
	color: #5A5A5A;
	text-decoration: none;
}
a.greylinks:hover {
	color: #A6A6A6;
	text-decoration: none;
}
a.greylinks:active {
	color: #5A5A5A;
	text-decoration: none;
}

#Table_01 {
	position: relative;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width:837px;
	height:auto;
}

#logo {
	position:absolute;
	left:0px;
	top:4px;
	width:172px;
	height:64px;
}

#left-box {
	position:absolute;
	left:0px;
	top:82px;
	border: 1px solid #EAEAEA;
	line-height: 20px;
	background-color: #FFFFFF;
	padding: 25px;
	width: 159px;
	height: 751px;
}

#left-box-inside {
	border: 1px solid #EAEAEA;
}

#main-box {
	position:absolute;
	left:234px;
	top:82px;
	width:353px;
	background:#FFFFFF;
	border: 1px solid #EAEAEA;
	padding: 25px;
	height: 750px;
}

#main-box-inside {
	top: 10;
	text-align:justify;
	position: relative;
	width: 345px;
	line-height: 18px;
	height: 200px;
}


#right-box {
	position:absolute;
	left:654px;
	top:82px;
	padding: 25px;
	width: 159px;
	background:#FFFFFF;
	border: 1px solid #EAEAEA;
	height: 750px;	
}

#right-box-inside {
	position:relative;
	border: 1px solid #EAEAEA;		
	float:left;
	line-height: 20px;
}

.bar {
	font-weight:bold;
	color:#FFF;
	line-height: 20px;
}

.blue-bar 	{
	background: #3979A8;
}
	
.violet-bar 	{
	background: #4A4D83;
}

.purple-bar 	{
	background: #B95686;
}

.red-bar 	{
	background: #BD5D44;
}

.yellow-bar 	{
	background: #C79852;
}

.green-bar 	{
	background: #659F5F;
}

.other-bar 	{
	background: #659F5F;
}

#picture-frame {
	float:left;
	text-align:center;
	width:158px;
	height:128px;
	border:1px solid #EAEAEA;
	clear: none;
	position: relative;
}

.whiteborder {
	width:157px;
	height:114px;
	border:1px solid white; 
}
.MainParagraph {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	white-space: normal;
	list-style-position: outside;
	list-style-type: upper-alpha;
}
#TopGraphic {
	position:absolute;
	left:234px;
	top:0;
	width:396px;
	height:67px;
	right: auto;
	bottom: auto;
}
