BODY {
	margin  : 5px 5px 5px 5px;
	background : #DBDFF0;
	color : #333333;
	font-size : 10px;
	font-family : "Comic Sans MS", verdana, arial, sans-serif;
}

TD {
	color : #000000; 
	font-size : 11px;
	font-family : "Comic Sans MS", verdana, arial, sans-serif;
}

H1 {
	color : #000000; 
	font-size : 14px;
	font-weight : bold; 
	font-family : "Comic Sans MS", verdana, arial, sans-serif;
}

H2 {
	color : #000000; 
	font-size : 12px;
	font-weight : bold; 
	font-family : "Comic Sans MS", verdana, arial, sans-serif;
}
	
INPUT, SELECT {
	font-size : 10px;
}

TEXTAREA {
	font-size : 12px;
}

LI {
	list-style-image : url(interface/bullet.jpg);
}

.headertext {
	color : #000000;
	font-weight : bold;
}

.footer {
	color : #333333;
	font-size : 10px;
	font-family : "Comic Sans MS", verdana, arial, sans-serif;
}

.warning {
	color : red; 
	font-size : 12px;
	font-weight : bold; 
	font-family : "Comic Sans MS", verdana, arial, sans-serif;
}

.warningsmall {
	color : red; 
	font-size : 10px;
	font-family : "Comic Sans MS", verdana, arial, sans-serif;
}

.commentbar1 {
	color : #FFFFFF; 
	background : #556177; 
	font-size : 12px;
	font-family : "Comic Sans MS", verdana, arial, sans-serif;
	padding : 3px;
}

.commentbar2 {
	background : #7E8BA3;
	font-size : 12px;
	font-family : "Comic Sans MS", verdana, arial, sans-serif;
	padding : 2px;
}

.commentbar3 {
	background : #7E8BA3;
	font-size : 10px;
	font-family : "Comic Sans MS", verdana, arial, sans-serif;
	padding : 2px;
}

.commenttitle {
	font-size : 12px;
	font-weight : bold;
	background : #B6BDCB;
	font-family : "Comic Sans MS", verdana, arial, sans-serif;
	padding : 2px;
}

/* Calendar Formatting */
.cal_day {
    font-size : 14px;
    font-weight : bold;
}

.cal-nullday {
    background : #EAEAF2;
}

.cal-oldday {
    background : #DDDDDD;
}

.cal-today {
    background : #B6B6D1;
}

.weekview_caltitle {
    background : #CFCFE1;
    font-weight : bold;
    font-size : 14px;
}

.weekview-curday {
    background : #B6B6D1;
}

.weekview-offday {
    background : #CFCFE1;
}

.weekview_dayformat {
    font-weight : bold;
}

.weekview_addevent {
    font-size : 9px;
}

.weekview_daterange {
    font-size : 16px;
    font-weight : bold;
}

.dayview_times {
    font-weight : bold;
    text-align : center;
}

.dayview_datecol {
    font-weight : bold;
    background : #CFCFE1;
    font-size : 16px;
}

.dayview_quickaddtitle {
    font-weight : bold;
    background : #CFCFE1;
    font-size : 14px;
}
/* End Calendar Formatting */

/* Block Formatting */
.blockheader {
	background : url(interface/blockheader.jpg);
	font-family : "Comic Sans MS", verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #454F61;
	text-align : center;
	height : 46px;
	width: 100%;
}

.blockcontent {
	text-align : left;
	background : transparent;
}
/* End block formatting */

/* Story Formatting */
.featureheader {
	background-image : url(interface/fht.jpg);
	font-family : "Comic Sans MS", verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #556177;
	width : 100%;
	height : 42px;
}

.storycontent {
	background : white;
}

.storytitle {
	font-size : 14px;
	font-weight : bold; 
	font-family : "Comic Sans MS", verdana, arial, sans-serif;
}

.storyunderline {
	background : #000000; 
}
/* End Story Formatting */

a, a.link,a.visited {
	color : #454F61;
	text-decoration : none;
	font-weight : bold;
}

a:hover {
	font-weight : bold;
   text-decoration : underline;
}

/* Top portion of page */
.header {
	background : #454F61;
}

/* Site Title */
.header1 {
	font-family : "Comic Sans MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 26px;
	padding-bottom : 3px;
}

/* Site Slogan */
.header2 {
	font-family : "Comic Sans MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 14px;
	text-transform : uppercase;
	padding-bottom : 3px;
}

/* Bottom portion of page */
.footer {
	font-family : "Comic Sans MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	padding-bottom : 3px;
   color : #454F61;
}

a.footer, a.footer:link, a.footer:visited, {
    color : #454F61;
    text-decoration : none;
}

a.footer:hover {
    color : #FFFFFF;
    text-decoration : underline;
}

.content {
	color : #454F61; 
	font-size : 12px;
	font-family : "Comic Sans MS", verdana, arial, sans-serif;
	background : #FFFFFF;
	padding : 2px 2px;
}

/*Menu bar at top of the page*/
.menu {
	background-image : url(interface/menu.jpg);
	font-family : "Comic Sans MS", verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-align : center;
}

/*Formatting for hyperlinks in the menu bar*/
.navlink { 
	color : #556177;
	text-decoration : none;
}
/* End Menu bar */