/* CSS Document */

.breadcrumbs

{
	padding: 1px 0px 0px;
	width: 420px;
	display: block;
	position: relative;
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	border-top: 1px #999999;
	border-right: 1px #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px #999999;
}

.title

{
	font-size: 16px;
	font-weight: bold;
	color: #CC6666;
	display: block;
	padding: 0px;
	margin-top: 5px;
	line-height: 16px;
	position: relative;
	width: 420px;
}



#logo
{
	display: block;
	clear: right;
	float: left;
	width: 300px;
}

.kelvin { color: #CC6666;}

.assoc {color: #999999;}

.mac {color: #996666;}


#outerwrap {
	width: 800px;
	margin: 12px auto;
	border-top: none;
	position: relative;
	background-image: url(../images/small-bg6.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	overflow: hidden;
	background-color: #FFFFFF;
}


a:link {
	color: #CC6666;
	text-decoration: none;	
}
a:visited {
	color: #CC6666;;
	text-decoration: none;
}
a:hover {
	color: #996666;
	text-decoration: none;
}
a:active {
	color: #996666;
	text-decoration: none;
}

li {
	margin-left: -20px;
}


.main {
	width: 440px;
	overflow: auto;
	padding-top: 10px;
	float: right;
	margin-right: 20px;
	margin-bottom: 10px;
	padding-bottom: 40px;
}

#foot

{
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	float: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC6666;
	padding: 5px 0px 20px;
	width: 760px;
	text-align: right;
	margin-right: 20px;
	vertical-align: bottom;
	margin-bottom: 0px;
	bottom: 0px;
}

