/* FONTS/PRETTINESS */
h1 {
	font-family: "Comic Sans MS";
	font-size: large;
	color: #003366;
}

.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000000;
}

.contenttablehead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #336699;
	font-weight: bold;
}
.contenttabledata {
	background-image: url(../images/graybg.gif);
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
}

.boldred {
	font-weight: bold;
	color: #FF0000;
}
.hifilink {
	font-family: "Comic Sans MS";
	font-size: 10pt;
	text-align: center;
	vertical-align: bottom;
}

/* LINKS */
a {font-family: Georgia, "Times New Roman", Times, serif;}
a:link {	
	color: #003366;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #006699;
	text-decoration: none;
}


/* BACKGROUNDS/FORMATTING */
body.nomargin{margin: 1px}

body.contentpages {
	background-image: url(../images/PIGLOGO2_small2.jpg);
	background-repeat: repeat-y;
	background-position: 0px 115px;
	margin-left:0px; margin-top:0px;
	/*padding-left: 200px;*/
}

.navbarborder {
	background-image: url(../images/shortline.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.navbarborderLeftOnly {
	background-image: url(../images/shortline.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.twocolwidth {
	width: 300px;
	text-align: center;
}

.CalendarEventDay {
	background-attachment: scroll;
	background-image: url(../images/pig_23px.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 40px;
	text-align: right;
}

.CalendarEventDay a {
	display: block;
	height: 100%;
	width: 100%;
	font-weight: bold;
}
.menuhead {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333399;
}

