/* for the calendar */
a.normal:link  { color: #000000; font-weight: normal; font-size: 10px; font-family: verdana, arial, helvetica; text-decoration: none }
a.normal:visited  { color: #000000; font-weight: normal; font-size: 10px; font-family: verdana, arial, helvetica; text-decoration: none }
a.normal:hover  { color: #000000; font-weight: normal; font-size: 10px; font-family: verdana, arial, helvetica; text-decoration: none }
a.normal:active  { color: #000000; font-weight: normal; font-size: 10px; font-family: verdana, arial, helvetica; text-decoration: none }

a.today:link  { color: #FFFFFF; font-weight: normal; font-size: 10px; font-family: verdana, arial, helvetica; text-decoration: none }
a.today:visited  { color: #FFFFFF; font-weight: normal; font-size: 10px; font-family: verdana, arial, helvetica; text-decoration: underline }
a.today:hover  { color: #FFFFFF; font-weight: normal; font-size: 10px; font-family: verdana, arial, helvetica; text-decoration: none }
a.today:active  { color: #FFFFFF; font-weight: normal; font-size: 10px; font-family: verdana, arial, helvetica; text-decoration: none }

.cellbg { background-color: #FFFFFF }
.cellover { background-color: #DFDFDF }
.celltoday { background-color: #000080 }
.cellevent { background-color: #D7E1F5 }
.normaltext { color: #000000; font-weight: normal; font-size: 10px; font-family: verdana, arial, helvetica }
.eventtitle { color: #000080; font-weight: normal; font-size: 10px; font-weight: bold; font-family: verdana, arial, helvetica }
.eventheading { color: #000080; font-weight: normal; font-size: 14px; font-weight: bold; font-family: verdana, arial, helvetica }
.regheading { color: #000000; font-weight: normal; font-size: 13px; font-family: verdana, arial, helvetica }
/* end  for the calendar */

body {
	background-image: url(http://www.stomping-ground.net/images/bgtemp.fjpg);
	background-attachment:fixed;
	font-family: verdana, arial, sans-serif;
	font-size: x-small;
}

TD, TH, FONT, .BOD
        { font-family: verdana, arial, sans-serif;
	  font-size: x-small;
}


/* images have no border */
img {
	border: none;
}

.logo {
	position: absolute;
	top: 20px;
	left: 10px;
	width: 150px;
}

.nav {
	position: absolute;
	top: 90px;
	left: 10px;
	width: 140px;
	background-color: whitesmoke;
	border: 1px solid black;
	padding: 5px; 
}

.UCBlogo {
	position: absolute;
	top: 325px;
	left: 10px;

}

.contents {
	position: absolute;
	background-color: whitesmoke;
	border: 1px solid black;
	padding: 5px; 
	top: 110px;
	left: 185px;
	width: 650px;

}

.contents h2 {
	font-size: medium;
	font-wieght: bold;
	font-style: arial;
	margin-bottom: 1px;
}

.contents h3 {
	font-size: small;
	font-wieght: bold;
	font-style: arial;
	margin-bottom: 1px;
	margin-top: 1px;
}

.heading {
	position: absolute;
	background-color: whitesmoke;
	border: 1px solid black;
	top: 20px;
	left: 185px;
        z-index: 10;
}


.mainpage {
	position: absolute;
	background-color: whitesmoke;
	border: 1px solid black;
	padding: 5px; 
	top: 120px;
	left: 100px;
	width: 600px;
        z-index: 1;

}

.mainpage h2 {
	font-size: medium;
	font-wieght: bold;
	font-style: arial;
	margin-bottom: 1px;
}

.mainpage h3 {
	font-size: small;
	font-wieght: bold;
	font-style: arial;
	margin-bottom: 1px;
	margin-top: 1px;
}

.toppic {
	position: absolute;
	top: 18px;
	left: 185px;
        padding: 5px;
        z-index: 10;
}
