@charset "UTF-8";
/* CSS Document */

a {
	color:#BD0F21;
	text-decoration:underline;
}

a:hover {
	color:#b04f60;
}

hr {
padding:0px;
margin:10px 0px 10px 0px;
border:none;
border-top:#b04f60 1px solid;
}

.greenquote {
color:#009900;
font-style:italic;
}

table tr td {
text-align:left;
padding:0px;
margin:0px;
}


P {
	margin:0px;
	margin-top:1em;
}

h1 {
	color:#cc0000;
	font-size:24px;
	font-weight:normal;
	padding:0px;
	margin:0px;
	line-height:1.3em;
	padding-top:0.5em;
	margin-bottom:1em;
	text-align:left;
}

h2 {
	color:#cc0000;
	margin:0px;
	font-weight:normal;
	font-size:18px;
	padding:0px;
	text-align:left;
	
	margin-top:.5em;
	margin-bottom:.5em;
}

h3 {
	color:#cc0000;
	font-size:small;
	text-align:left;
}

.message {
	color:#bd3300;
	font-size:large;
	padding-left:65px;
	padding-top:10px;
	background-image:url(/images/layout/exclamationgreen.png);
	background-repeat:no-repeat;
	height:50px;
}



.rightfloat {
	float:right;
	margin-top:0px;
	margin-left:10px;
	margin-bottom:10px;
}

.leftfloat {
	float:left;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:10px;
	margin-right:10px;
}

/*Misc*/
.question {
	color:#333;
}

.answer {
	color:#6d246d;
	font-style:italic;
}

.hilitebox {
padding:10px;
width:450px;
margin:20px 0px 20px 0px;
background-color:#ddd;
}

.resourcelisttable {
border-left:#CCCCCC 0px solid;
border-top:#CCCCCC 0px solid;

}

.resourcelisttable td {
padding:5px;
margin:0px;
border-right:#CCCCCC 0px solid;
border-bottom:#CCCCCC 0px solid;
}