/*  GLOBAL RULES TO ZERO OUT DEFAULTS AND ADJUST FOR BROWSER ISSUES  */

body, div, table, tbody, tr, td, img, h1, h2, h3, h4, h5, h6, p, form, input, select {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	border-width: 0px;
	border-style: none;
}
.clearme {
	clear: both;
}

/*  RULES FOR MASTER GLOBAL LAYOUT  */

body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	width: 100%;
	height:100%;
	text-align: center!important;
	margin-left: auto;	
	margin-right: auto;
	font-size:12px;
	background-color:#CCCCCC;
	vertical-align:top;
}
*html body {
	text-align: center!important;
	vertical-align:top!important;
}
#wrapper {
	max-width: 800px;
	margin: 15px auto 0px auto;
	background-color: #663333;
	background-image:url(../images_global/bg-top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	
	text-align: left;
	vertical-align:top!important;
	color:#CCCCCC;
	font-size:12px;
}
*html #wrapper {
	width: 800px;
}
td.nav {
	height:25px;
	width:130px;
	padding-left:30px;
}
h1 {
	font-size:24px;
}
h2 {
	font-size:14px;
}
a {
	color:#EEEEEE;
}
a:visited {
	color:#EEEEEE;
}
a:hover {
	color:#FFFFFF;
}
.style1 {
	color:#333333;
}
.left {
	float:left;
	margin-right:20px;
}
.right {
	float:right;
	margin-right:5px;
}
.mailinglist {
	float:right;
	max-height: 220px!important;
	width: 180px;
	position:relative;
	top:-15px;
	margin-left:30px;
}
*html #mailinglist {
	height: 220px!important;
}
.mailinglist h1 {
	font-weight:900;
	color:#000000;
	text-transform:uppercase;
	margin-bottom:4px;
}
.mailinglist h2 {
	font-size:11px;
	margin-bottom:8px;
	padding-bottom:8px;
	border-bottom:solid #ffffff 1px;
}
#mnpg {
	padding:40px;
	min-height:300px!important;
	vertical-align:top;
}
*html #mnpg {
	height:300px!important;
	vertical-align:top;
}
.band {
	height:50px!important;
	margin-bottom:10px;
	margin-top:10px;
}
.band a {
	color:#EEEEEE;
	font-weight:600;
}
.band a:visited {
	color:#EEEEEE;
	font-weight:600;
}
.band a:hover {
	color:#FFFFFF;
	font-weight:600;
}
.thumbs {
	height:100%;
	width:100%;
	display:inline;
}
.thumbs div {
	float:left;
	width:140px;
	height:170px;
	text-align:center;
	color:#eeeeee;
	display:block;
	margin-bottom:10px;
}
.thumbs img {
	margin:5px;
}
#footer {
	background-image:url(../images_global/bg-footer.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:30px;
	position:relative;
	top:-18px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	color:#CCCCCC;
}
#footer div {
	float:right;
	position:relative;
	right:40px;
}
#footer div a {
	color:#cccccc;
	font-weight:900;
	text-decoration:none;
}
#footer div a:visited {
	color:#cccccc;
	font-weight:900;
	text-decoration:none;
}
#footer div a:hover {
	color:#ffffff;
	font-weight:900;
	text-decoration:none;
}
input, select {
	padding:2px;
	border:solid #000000 1px;
}
p {
	margin-bottom:14px;
}
.txtbox {
	width:120px;
}
.btn {
	text-transform:uppercase;
	font-size:80%;
	cursor:pointer;
}
.tableform td {
	font-size:13px;	
}
.label{
	font-size:13px;
	padding-right:6px;
	color:#000000
}
.marginleft{
	position:relative;
	left:10px;
}
.marginrightneg{
	position:relative;
	left:5px;
}
.brand {
	font-size:10px;
	position:relative;
	top:-10px;
}
.brand a {
	font-size:10px;
	color:#000000;
}
.brand a:visited {
	font-size:10px;
	color:#000000;
}
.brand a:hover {
	font-size:10px;
	color:#000000;
}
.sm {
	font-size:12px;
	color:#FFCC33;
}