﻿a:link {
				text-decoration: none;
				color: #3366CC;
}
a:visited {
				text-decoration: none;
				color: #3366CC;
}
a:hover {
				color: #808000;
}
a:active {
				text-decoration: underline;
				color: #FFFFFF;
				background-color: #666666;
}
body {
				padding: 0px;
				text-align: center;
				color: #666666;
				background-color: #FFFFFF;
				font-family: Tahoma, Geneva, Arial, sans-serif;
				font-size: 1em;
				margin: 0px 0px 0px 18px;
				width: 864px;
}
#breadcrumb {
				font-size: .6em;
				padding: 5px;
				background-color: #FFFFFF;
				width: 854px;
				height: 18px;
				text-align: right;
}
#column_wrapper {
				border: 1px groove #666666;
				background-image: url('../images/sidebg1.jpg');
				background-repeat: repeat-y;
				width: 864px;
}
#sidebar {
				float: left;
				width: 110px;
				padding: 15px 10px 15px 20px;
				margin-top: -3px;
				margin-bottom: auto;
				height: 100%;
}
#mainContent {
				margin-right: 0px;
				margin-bottom: 0px;
				margin-left: 144px;
				padding: 12px 10px 0px 40px;
				width: 658px;
				line-height: 1.4em;
				text-align: left;
}
#footer {
				padding: 5px 10px 5px 20px;
				margin: 0px;
				font-size: .6em;
				background-color: #CCCCCC;
				text-align: left;
}

