body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0px;
	color: #333333;
	background-color: #F0F0F0;
}
@media screen and (max-device-width: 480px){
	body {
		-webkit-text-size-adjust: 100%;
	}
}
p, ul, table {
	font-size: 100%;
}
table {
	border-collapse: collapse;
}	
a {
	color: #0000ff;
	text-decoration: none;
	font-weight: normal;
}
a:hover, a:focus {
	color: #FF0000;
	text-decoration: underline;
}
h1, h2, h3 {
	font-weight: normal;
	color: #CC0000;
}
h1 {
	margin-top: 0px;
	padding: 0px;
	font-size: 160%;
}
h2 {
	font-size: 110%;
}
h3 {
	margin-top: 20px;
	font-size: 100%;
	font-weight: bold;
}
#wrapper {
	text-align: left;
	padding: 0px;
	width: 780px;
	margin: 0px auto;
	background-image: url(images/design/background-columns.gif);
	background-repeat: repeat-y;
}
#tophead {
	width: 100%;
	background-image: url(images/design/top-head.gif);
	background-repeat: repeat-x;
	height: 200px;
}
#tophead p {
	font-size: 90%;
	padding: 124px 0px 0px 12px;
	margin: 0px;
}
#tophead a {
	padding: 2px 8px;
	margin: 0px;
	color: #FFFFFF;
	border-right: 1px solid #990000;
	text-decoration: none;
}
#tophead a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #990000;
}
#columns {
	margin: 0px;
}
#contentwrapper {
	float: left;
	width: 100%;
}
#content {
	margin: 0px 200px 0px 0px;
	padding: 0px 15px 15px 15px;
}
#content li {
	margin-left: -15px;
	margin-bottom: 3px;
}
#rightcol {
	float: right;
	width: 200px;
	text-align: center;
}
#rightcolpad {
	margin: 0px;
}
#footer {
	display: none;
}
/*	width: 100%; */
/*	margin-top: 30px; */
/* 	height: 280px; */
/* 	background-image: url(images/design/background-footer3.jpg); */
/* 	background-repeat: no-repeat; */
}
#footer h1 {
	display: none;
}
#credits {
	font-size: 80%;
	color: #BBBBBB;
	text-align: center;
	background-color: #3C4B95;
/*	background-image: url(images/design/background-footer2.jpg); */
/*	background-repeat: no-repeat; */
}
#credits p {
	padding: 10px 0px;
	margin: 0px;
}
#credits a {
	color: #BBBBBB;
	text-decoration: underline;
}
#credits a:hover, #credits a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}
.clearit {
	clear: both;
	float: none;
}
.smalltext {
	font-size: 80%;
}
.rightpix {
	font-size: 70%;
	color: #CC0000;
	text-align: center;
	vertical-align: top;
	padding: 0px 0px 4px;
	float: right;
	margin-bottom: 6px;
	margin-left: 10px;
	width: 200px;
	display: table;
}
.rightpix img {
	border: 1px solid #333333;
}
.toastmaster {
	float: left;
	width: 100px;
	margin: 0px 12px 6px 0px;
	font-size: 90%;
	text-align: center;
	vertical-align: top;
}
.toastmaster img {
	border: 1px solid #333333;
}
.tablegen {
	margin: 0px 0px 12px;
	padding: 0px;
	width: 540px;
}
.tablegen th {
	font-weight: normal;
	color: #CC0000;
	width: 120px;
	text-align: left;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}
.tablegen td {
	text-align: left;
	vertical-align: top;
	padding: 0px 0px 20px;
	margin: 0px;
}
.tablegen p {
	margin-top: 0px;
}
.accessibility {
	display: none;
}
/* 
POST A NOTE STYLES
*/
.divpostanote {
	padding: 0px;
	margin: 0px 0px 24px;
	border: 1px solid #000000;
	background-color: #666666;
	border-radius: 16px;
	overflow: hidden;
}
.divpostanote h1 {
	text-align: center;
	margin: 0px;
	padding: 4px;
	font-size: 120%;
	background-color: #000000;
	color: #FFFFFF;
}
.divpostanote p {
	text-align: center;
	padding: 4px;
	margin: 0px;
	color: #FFFFFF;
}
