/* CSS Document */

body {
	color: #666666;
	font-size: 13px;
	line-height: 18px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	list-style-type: square;
}




/* logo spec*/

#logo
{
	display: block;
	clear: right;
	float: left;
	margin-bottom: 0px;
	width: 300px;
}

.kelvin { color: #339999;}

.assoc { color: #999999;}

.mac { color: #0099FF; }


/* general menu spec*/

.menu 

{
	width: 300px;
	margin-left: 20px;
	float: left;
	height: 540px;
	margin-bottom: 10px;
}
.menu1 

{
	width: 300px;
	margin-left: 20px;
	float: left;
	height: 600px;
	margin-bottom: 10px;
}
.menu2 

{
	width: 300px;
	margin-left: 20px;
	float: left;
	height: 640px;
	margin-bottom: 10px;
}


.menulist

{
	float: left;
	width: 260px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-weight: bold;
	color: #666666;
}

.thispage, .thissub

{
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	float: left;
	height: auto;
	width: 260px;
	background-color: #FFFFFF;
	display: block;
	margin: 0px;
	text-decoration: none;
}

a.menu, a.menu3, a.menu4

{
	font-weight: normal;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	float: left;
	width: 260px;
	display: block;
	height: auto;
	margin: 0px;
}

#menu2
{
	display: none;
}

#menu3
{
	display: none;
}

a.thispage:link 

{
	color: #666666;
	
}

a.menu4:link

{
	color: #999999;
	padding-left: 20px;
	width: 240px;	
}

a.menu4:visited

{
	color: #999999;
	padding-left: 20px;
	width: 240px;	
}
a.menu4:hover

{
	color: #666666;
	padding-left: 20px;
	width: 240px;	
}
.thissub

{
	color: #666666;
	padding-left: 20px;
	width: 240px;	
}


/*text spac*/

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

li {
	margin-left: -20px;
}




.picture

{
	display: block;
	position: relative;
	margin: 0px;
	height: 190px;
	width: 190px;
	float: left;
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
