@charset "utf-8";
/* developed by Colin Bradshaw */

/* Default styles */
body, html {
	text-align: center; height: 100%;
	margin: 0px; padding: 0px;
	background: url(../images/bg_grad.png) repeat-x #93278f;
}

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h1, h2, h3, h4, h5, p, li, td, th {
	color: #fff;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}
h1, h2 {
	font-weight: bolder;
}

p {
	font-size: 12px;
	color: #fff;
	margin: 10px auto;
}
td { text-align: left; font-size: 12px; }
th { text-align: center; font-size: 14px; }
li { font-size: 12px; }
label {
	width: 16px;
	float: left;
	text-align: right;
	margin-right: 5px;
	display: block;
}
a { color: #fff; text-decoration: none; }
a:hover { color: #eee; }
a:active { color: #ddd; text-decoration: underline; }
img { border: none; margin: 5px; }


/* Divs IDs */

#bodybox {
	width: 1024px; height: 773px;
	margin: 10px auto;
	background: url(../images/bg.gif) no-repeat;
	clear: left;
}
	
#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;			/* Bump div #bodybox down half the height of the screen. */
	margin-top: -400px; 		/* Half the height of div #bodybox. */
	float: left;
}
#mastbox {
	height: 160px;
	padding:0px; margin:0px;
}
#menu {
	height: 90px; text-align: left;
	padding: 70px 20px 0px 20px; margin: 0px;
}
.bodycontent {
	text-align:left;
	margin: 25px 40px; padding:0px;
}
#bodyextend {
	background: #000;
	text-align:left;
	margin: 0 4px 0 2px; padding: 10px 40px;
}
#footer {
	clear: both;
	text-align:left;
	margin:10px; 
}

/* Custom Tags */
.right { text-align: right; }
.red { color: #f00; }
.center { text-align: center; }
.copyright { font-size: 10px; font-family: Arial, Helvetica, sans-serif; font-weight: normal;padding-bottom:10px;}
.pink { color: #EC008C; }
.arial { font-family: Arial, Helvetica, sans-serif; }
.extend { height: 990px !important; }

/* Menu CSS */
#menu p {
}
#menu a {
	display: block;
	float: left;
 	text-decoration: none;
	height: 40px;
	margin: 4px 10px; padding: 0px;
	font-size: 12px; font-weight:900;
}
#menu .current {
	display: block;
	float: left;
	height: 40px;
	margin: 4px 10px; padding: 0px;
	text-decoration: underline;
	font-size: 12px; font-weight:bolder;
}
#menu .restore {	
	float:left;
	margin-left: 160px;
	font-size: 20px;
}


