@import url(./undohtml.css);
@import url(./headers.css);
@import url(./forms.css);
@import url(./menu.css);

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #fff;
	margin: 20px;
	padding: 0;
}
#wrapper {
	width:920px;
	margin:0 auto;
}

#masthead {
	border-bottom:1px solid black;
	height:100px;
}

#left {
	width:200px;
	float:left;
}

#right {

	height:auto !important;
	height:400px;
	min-height:400px;
}

#footer {
	height:30px;
	border-top:1px solid black;
}
#cta {
	padding-left:35px;
}

#cta img {
	margin-right:20px;

}

.content p { line-height: 1.5em; margin:15px 0; }
.content ul { margin:15px 0; }
.content ul li { background:url(../img/li_bg.gif) no-repeat 13px 4px; padding: 0 0 5px 30px; }
.content a, .content a:link, .content a:visited { color:#33f; text-decoration:none; }
.content a:hover { text-decoration:underline; }