@charset "utf-8";
/* CSS Document */


/*--main structure---*/

#header {
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
	background-color:#FFFFFF;
}
	
#main {
	border-right-color: #000;
	border-left-color: #000;
	background-color:#FFFFFF;
}
#footer {
	border-right-color: #000;
	border-left-color: #000;
	border-bottom-color: #000;
	background-color:#FFFFFF;
}
#footerContent {
	border-top-color: #000;
}

h1 {
font-size:180%;
line-height: 24px;
font-weight:bold;
}
h2{
font-size:140%;
line-height: 20px;
font-weight:bold;
}

/*---secondary structure---*/

#leftColumn{
	background-color:#FFFFFF;
}

#leftColumn h1{
	margin:0 0 10px 0;
	font-size:180%;
	border-bottom: 2px solid #000;
	}
	
	#leftColumn h2{
	margin:0 0 10px 0;
	border-bottom: 2px solid #000;
	}

#rightColumn{
	background-color:#FFFFFF;
	}
	
#rightColumn h1{
	margin:0 0 10px 0;
	font-size:140%;
	border-bottom: 2px solid #000;
	}
	
	#rightColumn h2{
	margin:0 0 10px 0;
	border-bottom: 2px solid #000;
	}
	
.module {
	float:left;
	margin: 0 0 10px 0;
	width: 100%;
	}
	
	