/* GLOBAL STYLES */

body {
background-color: #660000;
margin: 0px;

font-family: "Arial", "Helvetica", sans-serif;
	color: #000000;
	font-size: 12px;
}

h1 {
font-size: 16px;
color: #006600;
}

h2 {
font-size: 14px;
color: #660000;
}

a {
color: #ff0000;
}

a:hover {
text-decoration: none;
}

.footer {
font-size: 10px;
color: #ffffff;
}

.bodyCopy {
font-size: 12px;
color: #000000;
}

.panelCopy {
font-size: 10px;
color: #000000;
}

/* END GLOBAL STYLES */


/* HEADING STYLES */

#heading {
position: absolute;
	top: 0px;
	left: 0px;
	width: 770px;
	height: 145px;
}

#headText {
position: absolute;
	top: 5px;
	left: 10px;
	width: 360px;
color: #cccccc;
}

#title {
position: absolute;
	top: 75px;
	left: 240px;
	width: 511px;
	height: 65px;
}

/* END HEADING STYLES */


/* NAVIGATION STYLES */

#navigation {
position: absolute;
	top: 145px;
	left: 0px;
	width: 100%;
	height: 20px;
background-image: url(../images/home/navBack.gif);
}
