body{
        font-family:    Lucida Grande,Tahoma,Verdana,sans-serif;
        font-size: 	9pt;
}

#container {
	border:		1px solid black;
	margin:		0px 12px 12px 12px;
}

#left-column{
	float:		left;
	width:		50%;
}

#right-column{
	float:		right;
	width:		50%;
}

#header h1 {
        font-family:	Lucida Grande,Tahoma,Verdana,sans-serif;
        font-size: 	16pt;
}

.leadmodule {
	border:		1px dashed blue;
	margin:		10px;
	padding:	10px 10px 10px 10px;
}

.leadmodule h2{
	margin:			0px 0px 5px 0px;
        vertical-align: 	center;
        height:         	27px;
        line-height:            27px;
	padding-left:		5px;
	padding-right:		5px;
}


.module {
	border:		1px dashed blue;
	margin:		10px;
	padding:	0px 0px 10px 0px;
}

.module ul{
	margin-left:	8px;
}

.module ul a,a:hover,a:visited {
	text-decoration:	none;
}

.module h2{
	color:			red;
	margin:			0px 0px 5px 0px;
        vertical-align: 	center;
        height:         	27px;
        line-height:            27px;
	padding-left:		5px;
	padding-right:		5px;
	background-image:	url('../images/module-bar.gif');
	background-repeat:	repeat;
}

.module h2 a, a:hover, a:visited{
	text-decoration:	none;
}

#right-column .module{
}

#left-column .module p{
}

.module p{
	padding:	10px 10px 10px 10px;
        line-height:    17px;
}
