body {
	background-color: #000099;
	font-family: "comic sans ms", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

p {
	margin-top: 10px;
}

h1 {
	margin-top: 20px;
}

h1.wscintro {
	margin-top: 90px;
}

h3 {
	letter-spacing: 5px;
}

hr {
	color: #eee;
	background-color: #000;
	height: 2px;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}


img {
	border: 0;
}
img.logo {
	width: 315px;
	height: 185px;
	float: left;
}

#page {
	border: solid 2px #000000;
	margin: 3% 3% 3% 3%;
	height: 1000px;
	background: #ffffff;
}

#welcome {
	height: 210px;
	width: 100%;
	border-bottom: 2px solid #000000;
}

#leftmenu {
	display:inline;
	margin: 0px 0px 0px 0px;
	width: 27%;
	padding-top: 20px;
	padding-left: 20px;
	float: left;
}

#main {
	display:inline;
	margin: 0px 0px 0px 0px;
	width: 67%;
	border-left: 2px solid #000000;
	float: right;
	padding-right: 20px;
	padding-left: 20px;
}


/* ------- calendar specific styles -------- */

a.cal_date:link {text-decoration:none;color:white;display:block;width:100%;height:100%;}
a.cal_date:visited {text-decoration:none;color:white;display:block;width:100%;height:100%;}
a.cal_date:hover {text-decoration:none;color:white;display:block;width:100%;height:100%;}
a.cal_date:active {text-decoration:none;color:white;display:block;width:100%;height:100%;}

a.cal:link {text-decoration:none;color:red;display:block;height:100%;background:white;padding:3px;}
a.cal:visited {text-decoration:none;color:red;display:block;width:100%;height:100%;background:white;padding:3px;}
a.cal:hover {text-decoration:none;color:white;display:block;width:100%;height:100%;background:#dddddd;border: thin solid black;padding:0px;}
a.cal:active {text-decoration:none;color:red;display:block;width:100%;height:100%;background:white;padding:3px;}

a.event:link {text-decoration:none;color:blue;width:100%;background:lightblue;padding:3px;}
a.event:visited {text-decoration:none;color:blue;width:100%;background:lightblue;padding:3px;}

a.deleteevent:link {text-decoration:none;color:blue;background:red;padding:3px;border:thin solid black;}
a.deleteevent:visited {text-decoration:none;color:blue;background:red;padding:3px;border:thin solid black;}


table.cal {
	border: thin solid black;
}

/* - Day Header Blocks - */
th.cal {
  background: #000000;
  color: #ffffff;
}

/* --- Block where Date Goes --- */
td.cal_date {
  background: #333333;
  color: #ffffff;
}

td.cal {
}

span.datepicker {
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;	
}





