/* define styles for html elements */

body {
/*	background-image:url(../img/paper008.jpg); */
	font-family: Verdana, Helvetica, Arial, sans-serif;
/*	background: #fff; */
	background-color: #dcdce0;
	font-size: 11px;
	text-align: center;
	color: #333;
	margin-top: 0;
}

h1 {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 16px;
	color: #900;
}

h2 {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 14px;
	color: #900;
}

h3 {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	text-align: center; 
	border-top: 1px dashed #ccc; 
	padding: 6px 0 0 0; 
	color: #666;
	margin: 0;
}

/* define layout IDs*/

#header {
	width: 790px;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 10px 5px;
	height: 25px;
	background-image:url(../images/cardboard.jpg);
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
	
	#header img {
		margin: 1px 0 0 0;
	}
	
	#header .left
	{
		color: #fff;
		font-family: Georgia, "Times New Roman", Times, serif;
		letter-spacing: 2px;
		width: 321px;
		float: left;
		text-align: left;
		padding: 2px 0 0 4px;
	}
	
	#header .right 
	{
		color: #fff;
		width: 461px;
		float: left;
		text-align: right;
		padding: 2px 4px 0 0;
	}
	
#outer {
	position: relative;
	text-align: center;
/*	border: 1px solid #999;  */
	background: #fff; 
	width: 800px; 
	margin: 0 auto; 
	padding: 0 10px;
}

	#outer img {
/*		border: 1px solid #000; */
		border: 0;
	}

	#outer img:hover {
/*		border: 1px solid #900; */
		border: 0;
	}

#footer {
	width: 820px;
	margin: 0 auto;
	margin-bottom: 0;
	border: 1px solid #999; 
	padding: 0;
	height: 16px;
	background: #999;
}
	

	
.imgMenu {
	width: 800px;
/*	border: 1px solid #ccc; */
	margin: 3px 0 0 0;
}

	.imgMenu .left {
		width: 280px; 
		text-align:left; 
		float:left;
	}
	
	.imgMenu .middle {
		width: 140px; 
		text-align:center; 
		float:left;
	}
	

	.imgMenu .right {	
		width: 380px; 
		text-align:right; 
		float: left; 
		font-weight: bold; 
		color: #999;
	}




.archive {
	margin: 0 0 0 50px; 
	text-align: center;
}

	.archive div {
		float: left; 
		margin: 0 30px 35px 0;
	}

.orange a:link, .orange a:visited, .orange a:active {
	color: #333;
}

.orange a:hover {
	color: #f60;
}

.linksIntro {
	width: 90%; 
	margin: 0 auto; 
	text-align:left; 
}

	.linksIntro h1 {
		margin-top: -8px;
	}
	
.links {
	width: 90%; 
	margin: 0 auto; 
	text-align:left;
}

	.links div {
		width: 33%; 
		float: left;
	}
	
	.links h2 {
		margin-bottom: 2px;
	}
	
	.links ul {
		margin: 0;
		padding: 0;
	}
	
	.links li {
		list-style-type: none;
		list-style-image: url(../img/bullet.gif);	
		margin-left: 10px;
	}
	
	.links a, .links a:link, .links a:visited, .links a:active {
		font-weight:normal;
	}
	
.kollab {
	float: left;
	text-align: center;
	border: 1px solid #900;
	width: 458px;
	margin: 23px 8px 0 8px;
	padding: 4px 0;
}

	.kollab a:link, .kollab a:active, .kollab a:hover, .kollab a:visited {
		color: #900;
		font-weight: bold;
		text-decoration: none;
	} 

.bottom {
	width: 640px; 
	margin: -10px auto;
}

	.bottom a:link, .bottom a:active, .bottom a:hover, .bottom a:visited {
		font-size: 11px;
		font-weight: normal;
		text-decoration: none;
	} 


.required {
	font-weight: normal;
	color: #03c;
}



	
.alt {
	border: 1px solid #ccc;
}


a:link, a:active, a:visited {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #900;
	font-weight: bold;
	text-decoration: none;
}
