.html, body {
    margin: 0;
    padding: 5px;
    font-family:Arial, Helvetica, sans-serif;
    color: #000000;
    background-color: #ffffff;
	/*background-image: url(images/background.jpg);*/
	background-position : top;
	background-repeat : no-repeat;
	background-attachment : fixed;
}
.skip, .hide {
    position:absolute; 
    left:-5000px; 
    top:-5000px
}
#primaryNav { 
    float:left; 
    width:100%; 
    line-height:normal; 
}
#primaryNav ul { 
    margin:0; 
    padding-left:5px; 
    list-style:none; 
}
#primaryNav li { 
    float:left;
    background:url("offleft.gif") no-repeat left top; 
    margin:0; 
    padding:0 0 0 3px; 
    border-top:1px solid #ffffff; 
    border-right:2px solid #ffffff; 
    font-size: 100%; 
    line-height:1.2; 
}
#primaryNav a, #primaryNav a:link, #primaryNav a:visited { 
    display:block; 
    background:url("offright.gif") no-repeat right top; 
    padding:23px 4px 4px 0px; 
    min-height: 24px; 
    color:#ffffff;
    background-color: #ffffff;
    font-weight:bold; 
    text-decoration:none; 
    text-align:center;
} 
#primaryNav a:hover {
    text-decoration:underline;
}
#primaryNav #selected { 
    background-image:url("onleft.gif"); 
}
#primaryNav #selected a { 
    background-image:url("onright.gif"); 
    color: #ffffff; 
    background-color: #ffffff;
    padding-bottom:5px;
    text-decoration:none;
}
.pageHead {
	font-size: 150%;
	font-weight: bolder;
	vertical-align: middle;
    color: 480080;
}
.teamImages {
	padding-right : 10px;
	padding-bottom : 10%;
}
H1 {
    color: 480080;
}
H2 {
    margin-bottom: 0;
    text-decoration: underline;
}
.divImgRight {
    padding:0 0 10px 10px;
    float:right; 
    text-align:center;
	font-size:smaller;
}
.divImgLeft {
    padding:10px 10px 0px 0;
    float:left; 
    text-align:center;
	font-size:smaller;
}

.colWrapper {
	width:98%;
	float:left;
}

.colList1_3,.colList2_3,.colList3_3 {
	float:left;
	width:33%;
    text-align:center;
	font-size:smaller;
}

