body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
h3 {
	color: #045623;
}
body {
	background-color: #000000;
	margin: 8px 0 0; /* zeroes the margins on the body */
 padding: 0; /* zeroes the padding on the body ~ Opera carries a default padding and requires this zeroing */
 border: 0; /* zeroes off any existing border */ 
 text-align: center; /* Hack to center the wrapper in IE5.x pc */
 min-width: 800px; /* Prevents the body becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with Gecko browsers */
}
.smBold{
	font-size:11px;
}
.color{
	font-size:16px;
	color: #045623;
}
hr {
	width: 50%;
	color: #fdff43;
	text-align:center;
}
a:link, a:visited, a:active  {
	color: #05672a;
	font-weight: bold;
	text-decoration: none;
}
a.email:link  {
}
a.email:active {
 background: url('mailto:dkurtin@canpoly.com?subject=Request for information');
}


a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
ul {
	list-style:none;
	text-align:left;	
}
#wrapper {
	width: 800px;
	height: 720px;
	margin: 0px auto;
 	position: relative; /* important to position it relatively */
 	text-align: left; /* Realigns the text to the left after the IE hack in the body rule */
	background-image: url(images/bkd.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#wrapper2 {
 	width: 800px;
	height: 940px;
	margin: 0px auto;
	position: relative; /* important to position it relatively */
	text-align: left; /* Realigns the text to the left after the IE hack in the body rule */
	background-image: url(images/bkd.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#wrapper3 {
 	width: 800px;
	height: 750px;
	margin: 0px auto;
	position: relative; /* important to position it relatively */
	text-align: left; /* Realigns the text to the left after the IE hack in the body rule */
	background-image: url(images/bkd.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.bkd_top {
	background-image: url(images/bkd_top.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 10px;
	background-color: #00000;
}
.bkd_bottom {
	background-image: url(images/bkd_bot.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 11px;
	background-color: #000000;
}
#logo {
	position:absolute;
	z-index:1;
	left: 324px;
	top: 12px;
	}
	#nav {
	position:absolute;
	width:155px;
	height:275px;
	z-index:2;
	left: 32px;
	top: 23px;
}
.navPad {
	font-weight: bold;
	text-transform: uppercase;
	color: #fdff43;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.navPad a:link, .navPad a:visited, .navPad a:active {
background-color:#045623;
color: #fdff43;
padding: 7px;
display: block;
}
.navPad a:hover {
background-color:#2c8d50;
text-decoration: none;
}
