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

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

a:hover {
	color:#e08f70;
}

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

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

.purpletext {
	color:#760F8C;
	font-weight:bold;
}
	


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

h1 {
	color:#bd3300;
	font-size:24px;
	font-weight:normal;
	padding:0px;
	margin:0px;
	padding-top:0.5em;
	margin-bottom:1em;
	border-bottom:#bd3300 1px solid;
}

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

h3 {
	color:#bd3300;
	font-size:small;
}

.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;
}

.brownbutton {
display:block;
height:28px;
width:40px;
line-height:30px;
padding:2px 15px 0px 15px;
background-image:url(/images/button_bg.png);
background-repeat:no-repeat;
color:#FFFFFF;
text-decoration:none;
font-size:16px;
margin:0px


}
.filelist {
list-style:none;
}
.filelist li {
padding:7px 0px 0px 50px;
height:40px;
margin:0px;
background-image:url(/images/file_icon.jpg);
background-repeat:no-repeat;

}
.filelist li a {
	font-size:16px;
}

.resourcetable {
	margin:15px 0px 15px 0px;
	border-left:#e0b4a4 1px solid;
	border-top:#e0b4a4 1px solid;
}
.resourcetable tr {

}
.resourcetable tr td {
	border-bottom:#e0b4a4 1px solid;
	border-right:#e0b4a4 1px solid;
	padding: 3px 10px 3px 10px;
}