body {
	margin: 20px 20px 20px 20px;
	background-color: #eee;
	}

body {
	/*border:1px solid #000;*/ 
	background: url(ents-black.jpg) #000000 no-repeat;
	margin: 0 0 0 0;
	height:99%;
	}

#sitetext {
	padding: 100px 20px 0 145px;
	font-family: Verdana, Lucida Sans, monospace;
	font-size: 12px;
	}

image {
	border: none;
}

#menu a {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	font-family: Verdana, Lucida Console, monospace;
	font-size: 12px;
}
.calendar a {
	font-size: 10px;
}

#box {
	border-left: 1px solid #ccc;
	border-right: 1px solid #888;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #888;
	background:#eee;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 3px;
	padding:8px;
	width: 90%;
	}

#boxwrap{
	margin: 0;
	padding: 0;
	text-align: center;
	}

#menufooter {
	margin: 0 0 0 0;
	}

#menuitem {
	text-align:right;
	width: 128px;
	float: right;
	background:transparent;
	font-size: 10px;
	font-family: Verdana, Lucida Console, monospace;
	}

.menu_header {
	text-align:left;
	margin:2px 5px 2px 5px;
	font-weight: bold;
	font-family: Verdana, Lucida Console, monospace;
	}
	
#newsitem { /*main news surround */
	width: 90%;
	margin: 0 auto;
	text-align: left;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	background-color: #dfdfdf;
	}

#newstitle {
	font-size: 12px;
	font-family: Verdana, Lucida Console, monospace;
	color: #333;
	font-weight: bold;
	padding: 2px;	
	width: auto;
	}

#newsextras {
	font-size: 11px;
	padding: 2px;
	color: #333;
	font-family: Verdana, Lucida Console, monospace;
	width: auto;
	}

.newsmaintext {
	padding: 5px;
	font-size: 10pt;
	border-left: #888 dashed 1px;
	border-top: #888 dashed 1px;
	border-bottom: #bbb dashed 1px;
	border-right: #bbb dashed 1px;
	background-color:#efefef;
	margin: 2px;
	}

/* Looks like you have to specify the width of #menu
or IE5 Mac stretches it all the way across the div, and 
Opera streches it half way. */
						
p,h1,pre {
	margin: 0 10px 10px 10px;
	}
		
h1 {
	font-size: 14px;
	padding-top: 10px;
	}

#menu p { font-size:12px}

#main #copyandfooter {
	font-size: 10pt;
	text-align: center;
	color: #666;
	margin-bottom: 2px;
	}

#title h2 {
	font-size: 18px;
	border-bottom: 1px solid #000;
	border-right: 10px solid #000;
	border-left: 10px solid #000;
	margin-top: 1px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
/*
#main #title {
	background:url("sleek-ti.jpg");
	background-repeat:repeat-x;
	}
*/
#title {
	padding: 0;
	border-bottom: 1px solid #000;
	border-right: 4px solid #bbb;
	border-left: 4px solid #bbb;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	width: 100%; /* I have to specify a width for IE5 PC, or else it ignores the top-margin of the H1 element therein. But 100% is different in browsers without IE5x PC's broken box model, so I have to use the CSS2 selector trick to set the width to auto for those browsers*/
	voice-family: "\"}\"";
	voice-family: inherit;
	width:auto;
	}

#copyandfooter {
	padding: 0;
	background-color: #111133;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	left: 0;
	width: 100%; /* I have to specify a width for IE5 PC, or else it ignores the top-margin of the H1 element therein. But 100% is different in browsers without IE5x PC's broken box model, so I have to use the CSS2 selector trick to set the width to auto for those browsers*/
	voice-family: "\"}\"";
	voice-family: inherit;
	width:auto;
	}

html>body #title {
	width:auto;
	}

.elementSurround {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: 0;
  	padding: 0;
	text-align:center;
	}

.element {
	width: 90%;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	border: 2px dotted #AF8552;
	background-color: #D7D0BA;
}

.innerPad { /* Try to set padding on comment boxes */
	margin: 15px;
}

hr {
	border-top: 1px dashed #333;
	border-bottom: none;
	border-right: none;
	border-left: none;
	margin: 0;
	padding: 0;
	width: 95%;
	text-align: left;
}

#newsitem .element {
	border: 1px #999 solid;
	background-color: #ddd;
}

#sitetext a {
	color: #999;
	background-color: transparent;
	text-decoration: underline;
}

#sitetext a:hover {
	text-decoration: underline;
	color: #930101;
	background-color: transparent;
}

#newsdate {
	font-weight: bold;
	color: #999;
	background-color: transparent;
	padding-top: 15px;
	text-transform: uppercase;
	letter-spacing: 2pt;
	font-size: 10pt;
}

#sitetext .subtitle{
	font-weight: bold;
	color: #AF8552;
	background-color: transparent;
	padding: 0;
	padding-top: 5px;
	margin-bottom: 2px;
	text-transform: uppercase;
	letter-spacing: 1pt;
	font-size: 10pt;
	border-bottom: 2px dotted #930101;
	border-top: none;
	border-right: none;
	border-left: none;
	width: 100%;
	color: #000;
	margin-top: 5px;
}

/*changing for UCS */
body {
	background:#000 url(ents-black.jpg) no-repeat;
	margin: 0 0 0 0;
	height: 99%;
	padding: 0;
	color: #fff;
}

#menu {
	position: absolute;
	width: 130px;
	top: 100px;
	left: 0px;
}

.menu_heading {
	background-color: transparent;
	border-bottom: 2px dotted #930101;
	border-top: none;
	border-right: none;
	border-left: none;
	width: 95%;
	text-align: left;
	margin: 5px 5px 2px 5px;
	font-weight: bold;
	font-family: Verdana, Lucida Console, monospace;
}

.menu_header a {
	margin-left: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	border-bottom: 0;
}
#menu .menu_header a:hover {
	color: #930101;
	text-decoration: underline;
}
#copyandfooter {
	font-family: Verdana, Lucida Console, monospace;
	color: #666;
	font-size: 12px;
	background: transparent;
	border-top: 2px dotted #930101;
	margin-top: 15px;
}

.webmail_caption {
	margin-left: 10px;
	margin-bottom: 0;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
}
.ucsnews {
	padding-left: 10px;
	padding-right: 10px;
	background-color: transparent;
	color: #999;
	margin-bottom: 10px;
}
.calendar{
	font-family: Verdana, Lucida Console, monospace;
	font-size: 9px;
	padding: 0;
	margin: 0;
	border: 1px solid #930101;
	color: #666;
}
#menu .calendar a{
	font-size: 9px;
}
#menu .calendar .calTdImp a{
	font-size: 9px;
	color: #fff;
}

#sitetext .calendar .calTdImp a{
	font-size: 9px;
	color: #999;
	text-decoration: none;
}
#sitetext .calendar .calTdEvt a:hover{
	text-decoration: none;
	color: #999;
}
#sitetext .calendar .calTdImp a:hover{
	text-decoration: none;
	color: #fff;
}
#sitetext .calendar .calTdEvt a {
	text-decoration: none;
}
#sitetext .subtitle a {
	text-decoration: none;
}
#menu a{
	font-size: 11px;
}
#menu .menu_header a{
	font-size: 12px;
}

.ucsnewsextra{
	font-size: 10px;

}

.calTdEvt {
	background-color: #CF8484;
	color: #fff;
}

.calTdImp {
	background-color: #930101;
	color: #fff;	
}

.calTdOcc {
	background-color: #222;
	color: #999;
}

.calTdToday{
	border: 1px solid #930101;
	color: #fff;
	font-weight:bold;
}

.calTdTodayEvt{
	border: 1px solid #930101;
	background-color: #930101;
	color: #fff;
	font-weight:bold;
}

.calTdTodayImp{
	border: 1px solid #930101;
	background-color: #D63355;
	color: #fff;
	font-weight:bold;
}

.calDays{
	font-weight: bold;
	color: #444;
	
}

.calDays td {
	border-bottom: 1px solid #930101;
}

.calMonthHeading{
	font-size: 11px;
	font-family: Verdana, Lucida Console, monospace;
}

.ucsevent0 {
	padding-left: 10px;
	padding-right: 10px;
	background-color: transparent;
	color: #666;
}

.ucsevent1 {
	padding-left: 10px;
	padding-right: 10px;
	background-color: #ffdddd;
	color: #000;
	font-weight: bold;
}

.newsarrow {
	font-weight: bolder;
	color: #930101;
	background-color: transparent;
}

/* Ents Specific */
.termcard_event{
	font-weight:bold;
}

#sitetext .subtitle {
	color: #fff;
}









