@charset "utf-8";
/* CSS Document */

/* GLOBAL STYLES */

body {
margin: 3px;

background-color: #333333;

font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	color: #000000;
}

a {
text-decoration: underline;
color: #006633;
}

a:hover {
color: #660000;
}

h1 {
font-family: "Arial", "Helvetica", sans-serif;
	font-size: 20px;
	color: #CC0000;
border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #D7D4D4;
}

h2 {
font-family: "Arial", "Helvetica", sans-serif;
	font-size: 16px;
	color: #006633;
}

.mainText {
font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
}

.body {
font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
}

/* END GLOBAL STYLES */

#pageAll {
	margin: auto;
	width: 960px;
	
	border-style: solid;
	border-width: 3px;
	border-color: #000000;
	
background-image: url("../images/template/pageBack.gif");
}



/* UWGB HEADER */
#uwgbHead {
position: relative;
	left: 0px;
	top: 0px;
	width: 960px;
	height: 19px;
background-image: url("../images/template/uwgbBack.gif");
}

.headLinks {
font-size: 10px;
	color: #FFFFFF;
}

.headLinks a {
font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.headLinks a:hover {
font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
/* END UWGB HEADER */


/* PAGE HEAD */
#pageHead {
position: relative;
	left: 0px;
	width: 960px;
	height: 96px;
}
/* END PAGE HEAD */


/* PAGE BODY */
#pageBody {
position: relative;
	left: 0px;
	width: 960px;
	height: inherit;
}


#NavLinks{
width: 220px;
background-color: #CCCCCC;
}

#NavLinks a {
display: block;
	width: 170px;
	height: 32px;
	
	padding-top: 16px;
	padding-left: 50px;

font-family: "Century Gothic", "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;

background-image: url("../images/template/navOff.gif");
	background-repeat: no-repeat;
}

#NavLinks a:hover {
color: #000000;

background-image: url("../images/template/navOn.gif");
	background-repeat: no-repeat;
}

#PageContent {
position: relative;
	left: 20px;
	width: 700px;
}


/* END PAGE BODY */


#pageFooter {
position: relative;
	left: 240px;
	width: 700px;
}












