*{
	margin: 0;
	padding: 0;
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	color: black;
	background-color: #0055aa;
	background-image: url(bgd_2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.article{
	border: 1px solid #0055AA;
}
/* main body text*/

#dnn_ContentPane {
	width: 450px;
	margin: 15px 20px 10px 10px;
	text-align: center;
	padding: 10px 10px 10px 10px;
	background-color: #fff;
	background-image: url(right_bgd.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#dnn_ContentPane table{
	width: 90%;
}
#dnn_ContentPane table tr td table{
	width: 100%;
}
#dnn_ContentPane h1 {
	margin-bottom: 15px;
	font-size: 1.8em;
	color: #e92703;
	padding-bottom: 10px;
	font-weight: bold;
}
#dnn_ContentPane h2 {
	margin-bottom: 15px;
	font-size: 1.3em;
	color: #e92703;
	font-weight: bold;
}
#dnn_ContentPane p, #dnn_ContentPane ul, #dnn_ContentPane ol{
	margin-bottom: 17px;
	font-size: 1em;
	line-height: 1.9em;
}
#dnn_ContentPane ol, #dnn_ContentPane ul {
	margin-left: 25px;
}
#dnn_ContentPane a:link, #dnn_ContentPane a:visited {
	color: #cc6600;
	text-decoration: none;
	font-weight: bold;
}

#dnn_ContentPane a:hover {
	color: #cc6600;
	font-weight: bold;
	text-decoration: underline;
}



/* footer */
/* Styles for the footer at the bottom of the page */

#footer {
	text-align: center;
	background-color: #0055aa;
	color: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: .7em;
	border-top: 1px #ffffff solid;
}

#footer a:link, #footer a:visited {
	color: #f0f0e1;
}

#footer a:hover {
	color: #f0f0e1;
	text-decoration: underline;
}


