/* CSS Document */
* { margin: 0; padding: 0; }

body { 	
	width: 95%;
	font-family:sans-serif;
	background: #FFF url(/_img/bkg2.jpg) top left repeat; 
	}

img.linkedimage {
	border-color: #000000;
	}

A.topnav:link {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	font-size:80%;
	}
A.topnav:visited {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	font-size:80%;
	}
A.topnav:hover {
	color:#999999;
	font-weight:bold;
	text-decoration:underline;
	font-size:80%;
	}
label	{
	font-size:90%;
	font-weight:bolder;
	}

/* -----ID's----- */
#pages  {
	text-align: center;
	font-family:sans-serif;
	font-weight: bold;
	font-size:80%;
	padding-bottom: 7px;
	}
#prog_list {
	padding-left: 10px;
	text-align: left;
	}
#content-container.override {
	border: 0;
	}
#content-container.override div {
	height: 500px;
	overflow: scroll;
	}
	
/* ----Classes---- */
p.sansserif {
	color:#000000;
	font-family:sans-serif;
	font-weight:bold;
	text-decoration:none;
	font-size: 120%;
	}
.smaller {
	font-size:90%
	}
.signupform	{
	background:#FFCC33;
	padding-top:10px;
	padding-bottom:10px;
	}