@charset "utf-8";
/* CSS Document */

/* GLOBAL STYLES */

body {
margin: 0px;

background-color: #222222;

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: #660000;
border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #000000;
}

h2 {
font-family: "Arial", "Helvetica", sans-serif;
	font-size: 16px;
	color: #006633;
border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
}

.courseTitle{
font-family: "Arial", "Helvetica", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}

.mainText {
font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
}

.body {
font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
}

.footer {
font-size: 10px;
}

.footerLinks {
font-size: 10px;
	color: #66CC99;
}

.footerLinks a {
font-size: 10px;
	color: #66CC99;
	text-decoration: none;
}

.footerLinks a:hover {
font-size: 10px;
	color: #99FFCC;
	text-decoration: underline;
}

/* END GLOBAL STYLES */

#pageAll {
	margin: auto;
	width: 1000px;
}



/* UWGB HEADER */
#uwgbHead {
position: relative;
	left: 0px;
	top: 0px;
	width: 1000px;
	height: 18px;
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 BODY */
#pageHead {
position: relative;
	left: 0px;
	width: 1000px;
	height: 139px;
}

#pageBody {
position: relative;
	left: 0px;
	width: 1000px;
	z-index: 50;

background-color: #FFFFFF;
}


/* END PAGE BODY */





#Nav1Links{
position: absolute;
	left: 0px;
	top: 0px;
	width: 250px;

visibility: hidden;
z-index: 99;
background-image: url("../images/clear.gif");
opacity: .92;
filter:alpha(opacity='92');
}

#Nav1Links a {
display: block;
width: 250px;

border-style: solid;
border-right-width: 0px;
border-left-width: 0px;
border-top-width: 1px;
border-top-color: #000000;
border-bottom-width: 1px;
border-bottom-color: #000000;

padding-top: 4px;
padding-bottom: 4px;

margin-top: 0px;
margin-bottom: -1px;

font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

background-color: #006633;
}

#Nav1Links a:hover {
border-style: solid;
border-right-width: 0px;
border-left-width: 0px;
border-top-width: 1px;
border-top-color: #000000;
border-bottom-width: 1px;
border-bottom-color: #000000;

background-color: #339966;
color: #FFFFFF;
}

#Nav2Links{
position: absolute;
	left: 250px;
	top: 0px;
	width: 250px;

visibility: hidden;
z-index: 99;
background-image: url("../images/clear.gif");
opacity: .92;
filter:alpha(opacity='92');
}

#Nav2Links a {
display: block;
width: 250px;

border-style: solid;
border-right-width: 0px;
border-left-width: 0px;
border-top-width: 1px;
border-top-color: #000000;
border-bottom-width: 1px;
border-bottom-color: #000000;

padding-top: 4px;
padding-bottom: 4px;

margin-top: 0px;
margin-bottom: -1px;

font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

background-color: #990000;
}

#Nav2Links a:hover {
border-style: solid;
border-right-width: 0px;
border-left-width: 0px;
border-top-width: 1px;
border-top-color: #000000;
border-bottom-width: 1px;
border-bottom-color: #000000;

background-color: #cc6666;
color: #FFFFFF;
}

#Nav3Links{
position: absolute;
	left: 500px;
	top: 0px;
	width: 250px;

visibility: hidden;
z-index: 99;
background-image: url("../images/clear.gif");
opacity: .92;
filter:alpha(opacity='92');
}

#Nav3Links a {
display: block;
width: 250px;

border-style: solid;
border-right-width: 0px;
border-left-width: 0px;
border-top-width: 1px;
border-top-color: #000000;
border-bottom-width: 1px;
border-bottom-color: #000000;

padding-top: 4px;
padding-bottom: 4px;

margin-top: 0px;
margin-bottom: -1px;

font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

background-color: #003399;
}

#Nav3Links a:hover {
border-style: solid;
border-right-width: 0px;
border-left-width: 0px;
border-top-width: 1px;
border-top-color: #000000;
border-bottom-width: 1px;
border-bottom-color: #000000;

background-color: #336699;
color: #FFFFFF;
}


