body {
	/* background-color: #000000; */
	background-color: #CC6633; 
	background-image: none; /* use this whenever background: is specified */
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

/* a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c35b34;
	text-decoration: none;
} */

.center {
text-align:center; /* centers all elements in this class (applied to a wrapper div selector) */
}
.alignLeft {
text-align:left; /* left aligns all elements in this class (applied to a inner table wrapper div selector) */
}
.center table {
	width: 820px; 
	margin-left:auto;
	margin-right:auto;
	background-color: #CC6633;
	background-image: none; /* use this whenever background: is specified */
	border-collapse:collapse; /* force firefox to make cells share borders, the default w/IE */
	text-align:left; /* left adjusts text within the table */
}
#menu {
	width: 820px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

/* global content styling 
.padme {
	padding: 10px 20px;
}
.centerContent {
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.title {
	font-size: 16px;
	font-weight: bold;
	color: #e05256;
	background:inherit;
}
.subtitle {
	font-size: 12px;
	font-weight: bold;
	color: #e05256;
	background:inherit;
}
*/
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #993333;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
p.but a {
    margin-top:8px !important;
    background-color:#fae77e;
    border-radius: 15px;
    border:1px solid red;
    padding: 5px 8px;
    text-transform:uppercase;
    font-size: 110% !important;
    width: 100px;
    text-align: center;
    display:inline-block;
}
