/* uwpeterborough style sheet */

body {
	background-color:#C4D7D7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
}

/* masthead style */
.masthead {
	background-color:white;
}

/* main navigation style */
.navigation {
	background-color:#71AF26;
}

/* background repeating border gradients */
.bgleft {
	color:transparent;
	background-image:url(../images/bgleft.jpg);
	background-position:top right;
	background-repeat:repeat-y;
}
.bgright {
	color:transparent;
	background-image:url(../images/bgright.jpg);
	background-position:top left;
	background-repeat:repeat-y;	
}

/* contains the body and footer, with a border and padding */
.superdiv {
	background-color:#FFFFFF;
	width:960px;
	margin-bottom:0px;
	margin:auto;
}

/* the main table in the superdiv */
.maintable {
	width:100%;
	background-image:url(../images/bg_lines.jpg);
	background-position:top left;
	background-repeat:repeat;
	background-color:white;
}

/* left column for hompage */
.col1 {
	padding-top:30px;
	padding-left:100px;
	padding-right:80px;
	padding-bottom:25px;
}

/* various text boxes that are divs */
.content1 {
	min-height:250px;
	line-height:19px;
	background-color:white;
	border:2px solid #333333;
	padding-top:32px;
	padding-left:84px;
	padding-right:60px;
	padding-bottom:80px;
}



/* footer area links */
div.footer {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	border-top:20px solid #009999;
	border-bottom:20px solid #009999;
	background-color:white;
	margin-bottom:0px;	
	text-align:center;
	font-size:10px;
	font-weight:normal;
	padding-top:20px;
	padding-bottom:20px;
}
div.footer a:link {
	color:#333333;
	text-decoration:none;
}
div.footer a:visited {
	color:#333333;
	text-decoration:none;
}
div.footer a:hover, .footer a:active {
	color:#333333;
	text-decoration:underline;
}

/* all default links */
a:link {
	color:#678927 ;
	text-decoration:underline;
}
a:visited {
	color:#678927 ;
	text-decoration:underline;
}
a:hover, a:active {
	color:#C91324;
	text-decoration:underline;
}
a.hide {
	color:#000000 !important;
	text-decoration:none !important;
	border-bottom:0px !important;
}
.hidelinks a {
	text-decoration:none !important;
	border-bottom:0px !important;
}
.textlink {
	color:#678927;
	text-decoration:none;
	border-bottom:1px solid #678927;
	cursor:pointer;
}

/* headers */
h1 {
	font-family:Verdana, Arial, Helvetica;
	font-size:20px;
	color:#336666;
	font-weight:bold;
}

h2 {
	font-family:Verdana, Arial, Helvetica;
	font-size:18px;
	color:#336666;
	font-weight:bold;
}

h3 {
	font-family:Verdana, Arial, Helvetica;
	font-size:16px;
	color:#336666;
	font-weight:bold;
}

h4 {
	font-family:Verdana, Arial, Helvetica;
	font-size:14px;
	color:#336666;
	font-weight:bold;
	line-height:24px;
}

h5 {
	font-family:Verdana, Arial, Helvetica;
	font-size:12px;
	color:#336666;
	font-weight:bold;
}

.nopad {
	margin-bottom:0px;
	padding-bottom:0px;
	margin-top:0px;
	padding-top:0px;
}

ul {
	margin-left:10px; /* IE */
	padding-left:10px; /* Firefox */
	list-style-type:disc;
}
ul li {
	padding-bottom:8px;
}

ul li ul {
	padding-top:8px;
}

.members tr td {
	border-bottom:1px solid #CCCCCC;
}

form {
 margin:0px;
 padding:0px;
}

.ascii {
	line-height: 8px !important;
	font-size:8px;
}

.pdf {
	font-size:12px;
}

.external {
	font-size:12px;
	color:#666666;
}
