/* define the style for the body tag */
body {
	height: 100%;
	margin: 0px;
}
/* style for the whole page, including centering it on the page */
#allcontent {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid #39F;
	height: 100%;
}

/* style for the masthead section */
#masthead {
	width: 100%;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #666;
}
#masthead table {
	clear: both;
}
#masthead td.bar {
	width: 100px;
	border-top: 2px solid #39F;
	border-bottom: 2px solid #39F;
}
#masthead td.space {
	width: 10px;
}
#masthead td.tag {
	 border-top: 2px solid #39F; 
	 border-bottom: 2px solid #39F;
	 margin-right: 6px;
}
#crowstoneimage {
	float: left;
	background-image: url(/images/layout/logo_cartoon.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 99px;
	width: 110px;
	border-left: 1px solid #39F;
}
#urcimage {
	float: right;
	background-image: url(/images/layout/logo_urc.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 99px;
	width: 99px;
}

/* global navigation immediately beneath the tag line */
#globalnav {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	border-left: 2px solid #39F;
	color: #30C;
	clear: both;
	text-align: right;
	padding: 3px 130px 3px 0px;
}
#globalnav a link { text-decoration: none; }
/* style for the page body section */
#pagebody {
	width: 100%;
	border-left: 2px solid #39F;
}
/* style the menu as a list, with special links etc */
#menu {
	margin: 0;
	padding: 10px 0 0 10px;
	width: 107px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#menu ul {
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
}
#menu li {
	text-indent: -12px;
	margin-left: 12px;
}
/* maincontent */
#maincontent {
	margin: 0;
	padding: 6px 10px 0 0;
	float: left;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-right: 1px solid #39F;
	width: 450px;
}
#maincontent h1 { /* the main section title for the page */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0px 20px 0px;
	padding: 0 0 10px 0;
	border: 0;
	background-image: url(/images/layout/rainbow.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#maincontent h2 { /* this is the section heading, beaneath the page section */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}
#maincontent h3 { /* this is the section heading, beaneath the page section */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	margin: 12px 0 6px 0;
	padding: 0;
}
#maincontent p {
	line-height: 15px;
	margin: 12px 0 6px 0;
}
/* style the main page area, where most of the content will live */
.pagepic { /* style page pictures */
	float: right;
	width: 200px;
	margin: 0px 0px 15px 10px;
	border: 1px solid black;
}
/* style the news section */
#news {
	margin: 0px;
}
#news h2 {
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #39F;
	margin: 0px 0px 3px 0px;
}
#news h3 {
	color: #333;
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin: 6px 0px 0px 0px;
}
#news date {
	color: black;
	font-size: 12px;
	font-weight: normal;
}
#news p{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 6px 0px;
}
#news a {
	font-style: italic;
	font-size: 12px;
	margin: 0px;
}
#news img {
	border: 0px;
}
/* style the menu as a list, with special links etc */
#links {
	margin: 0;
	padding: 10px 0 0 10px;
	width: 107px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#links li {
	text-indent: -12px;
	margin-left: 12px;
	margin-bottom: 12px;
}
/* calendar styles */
#calendar {
	margin: 0px;
}
#calendar h2 {
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #39F;
	margin: 0px 0px 3px 0px;
}
#calendar h3 {
	font-size: 16px;
	margin: 6px 0px;
}
#calendar h4 {
	color: #333;
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 0px 12px;
}
#calendar a {
	font-style: italic;
	font-size: 12px;
	margin: 0px;
}
/* some general styles */
.datetime {
	color: black;
	font-size: 12px;
	font-weight: normal;
}
/* style the footer */
#footer {
	margin-top: -20px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	clear: both;
}

/* style the form elements on the page */
form input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 70%;
}
form .checkbox {
	width: auto;
}
.clear {
	clear: both;
}
EM{font-size:180%};