@charset "utf-8";
/* developed by Colin Bradshaw */

/* Default styles */
body, html {
	text-align: center;
	margin: 0; padding: 0;
	background-color: #F3EEE4;
	font-family: "Times New Roman", Times, serif;
	height: 100%;
	color: #6D6E71;
}
div, img {
	margin:0; padding:0; border: none
}

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 10px; }
p {	font-size: 12px; }
p,h1,h2,h3,h4,h5,h6 { margin: 0 0 10px 0; font-weight: normal }

td { text-align: left; font-size: 12px; }
th { text-align: center; font-size: 14px; }
li { font-size: 12px; }
label {
	width: 5em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}
a { text-decoration: none; outline: none; color: #777 }
#footer a { color: #6D6E71; text-decoration:none; }

/* Divs IDs */
#cont { min-height: 100%; position: relative; width:1024px; margin:auto;}
#bodybox {
	width: 1024px; height:600px;
	margin: auto;
	margin-top: 10px;
	position: relative;
	clear:left;
}
#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;			/* Bump div #bodybox down half the height of the screen. */
	margin-top: -300px; 		/* Half the height of div #bodybox. */
	float: left;
}
#mast {
	height: 160px;
}
#menu {
	padding-top:180px;
	height: 20px;
	margin: 0px auto;
}
#content {
	margin:10px 0;
	padding-bottom: 20px
}
#footer {
	text-align:left;
	margin:auto; padding:0;
	position: absolute; bottom:0; width: 725px;
}

/* Custom Tags */
.format { color: #6D6E71;  }
.right { text-align: right; }
.left { text-align: left; }
.red { color: #f00; }
.center { text-align: center; }
.curved {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior:url(../border-radius.htc);
}
.t13 p { font-size:13px }
.opaque50 {	
	opacity: .5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}
.nobg { background: none!important }
.nopad { padding:0px!important }
.nomargin { margin:0px!important }

