@charset "utf-8";
/* CSS Document */

body {
	background:url(images/cbB.jpg);
	background-color:#000000;
}
/* Body Section (Right Column of Table) */
#bodytable {
	background:#FFFFFF;
	padding:5px;
	border: 1px #333333 solid;
}
#bodytable p, li {
	color:#000000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
}
blockquote {
	border: dashed 1px #CC1D44;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
}
/* stickynotes 
Design by Free CSS Templates (heavily modified)
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License */

#stickynotes {
	float: right;
	width: 250px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#stickynotes ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#stickynotes li {
	background: #799C0C;
}

#stickynotes li ul {
	line-height: 25px;
	padding: 0px 20px 30px 20px;
	background: #799C0C url(images/sncorner.gif) no-repeat right bottom;
	margin-bottom: 40px;
}

#stickynotes li li {
	padding: 0;
	background: #799C0C;
	color: #FFFFFF;
}

#stickynotes h2 {
	width: 190px;
	margin: 0 0 15px 20px;
	padding: 20px 0 7px 0;
	font-size:1em;
	background: url(images/sndiv.gif) repeat-x left bottom;
	text-transform: uppercase;
	color: #FFFFFF;
}

#stickynotes a {
	color: #FFFFFF;
}
/*Footer*/
.footer p {
	text-align:center;
}
/*Headings*/
h1 {
	font-size:1.5em;
	color:#CC1D44;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2 {
	font-size:1.15em;
	color:#3685AA;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
}
h3 {
	font-size:1.05em;
	color:#E38502;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/*Links*/
a:link {
	color: #CC1D44;
}
a:visited {
	color: #CC1D44;
}
a:hover {
	color: #799C0C;
}
a:active {
	color: #799C0C;
}