/* Basic */

body {
	background-color: white;
	background-image: url(/images/background_header.gif);
	background-repeat: repeat-x;
}
.pod {
	float: right;
	margin: 1em;
	padding: .5em;
}
.clear {clear: both;}

/* Box */
.box {
	margin-bottom: 1.25em;
}
.boxContent
{
	background: #ffffff url(/images/background_greyFade.gif) top left repeat-x;
}

/* Outer */
#outer
{
	margin: 0 auto 0 auto;
	width: 90%;
}

/** Content **/
#content {
	float: left;
}
#content p {
	margin-bottom: 1em;
}
#content ul {
	margin-bottom: 1em;
}
#content li {
	margin-left: 1em;
}
#content .pod li {
	margin-left: auto;
}
#content blockquote {
	margin-bottom: 1.5em;
}
#content blockquote p {
	margin-bottom: 0;
}
#content table {
	margin-bottom: 1.5em;
}

/* Header */
#header {
	padding-top: 2.5em;
	background: url(/images/cflogo.gif) no-repeat;
	height: 201px;
}
#header h1 {
	display: inline;
}
#header a {
	font-weight: bolder;
	text-decoration: none;
}

/* Footer */
#footer {
	font-size: 85%;
	background: #327EB3 url(/images/background_footer.gif) repeat-x;
	padding: 1.5em 0 1.5em 0;
	width: 100%;
	height: 23px;
}
#footer p {
	text-align: center;
	color: #DCDCDC;
}
#footer a, #footer a:visited {
	color: #333;
	font-weight: normal;
	text-decoration: underline;
}

