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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #900;
	background-color: #FF0;
	background-image: url(Images/body_bg.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #900;
	text-decoration: underline;
}
a:visited {
	color: #900;
	text-decoration: underline;
}
a:hover {
	color: #FF0;
	text-decoration: none;
	background-color: #900;
}
.ac {
	text-align: center;
}
.container {
	border: 1px solid #900;
	background-color: #FF9;
	padding: 20px;
}.textbox {
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-top-color: #930;
	border-right-color: #930;
	border-bottom-color: #930;
	border-left-color: #930;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
h1 {
	margin-top: 5px;
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
.sidebar {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dashed;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
	width: 200px;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.sidebar li {
	list-style-type: none;
	padding-bottom: 6px;
}
.sidebar ul {
	margin: 6px;
	padding: 0px;
}
.al {
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

blockquote
{
	margin:10px 10px 10px 50px;
	padding:5px 5px 5px 41px;
	background-color:#FFC;
	background-image:url(images/PostQuote.png);
	background-position:left top;
	background-repeat:no-repeat;
	font-style: italic;
	border: 1px dashed #900;
}
.container tr .textbox h2 a {
	text-decoration: none;
}
