﻿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-right: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
	width: 864px;
	margin-top: 0px;
}

#container {
	text-align: left;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
#column_wrapper {
	background-image: url(images/sidebg1.jpg);
	background-repeat: repeat-y;
	border: 1px groove #666;
}
#mainContent {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 144px;
	width: 658px;
	line-height: 1.4em;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 40px;
	text-align: left;
}
#breadcrumb {
	font-size: .625em;
	padding: 5px;
	background-color: #FFFFFF;
	width: 854px;
	height: 18px;
	text-align: right;
}

#column_wrapper #mainContent p img {
	float: left;
	padding-right: 40px;
	padding-bottom: 15px;
}

#sidebar {
	float: left;
	width: 110px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: -3px;
	margin-bottom: auto;
	height: 100%;
	background-repeat: repeat-y;
	background-image: url(images/sidebg1.jpg);
}
#footer {
	padding: 5px 10px 5px 20px;
	margin: 0px;
	font-size: .6em;
	background-color: #CCCCCC;
	text-align: left;
}
.alert {
	background-position: 15px 50%;
	text-align: left;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	background-color: #fff6bf;
	background-image: url(images/exclamation_mark.gif);
	background-repeat: no-repeat;
	width: 50%;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 45px;
}
h1,h2 {
				line-height: normal;
}

.small {
				font-size: .75em;
				line-height: normal;
}

.xsmall {
				font-size: .625em;
				line-height: normal;
				color: #000000;
}
