/* For Overall Body Content */
body {
	color:#333333;
	font-family:Arial;
	font-size:11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#999999;
	}
/* menu Title */

.small {
	color:#000000;
	font-family:Arial;
	font-size:10px;
	}
	
.top {
	color:#333333;
	font-family:Arial;
	font-size:10px;
	}

.footer {
	color:#333333;
	font-family:Arial;
	font-size:10px;
	}

.urbangreymenu{
width: 190px; /*width of menu*/
}

.urbangreymenu .headerbar{
	font: bold 13px Verdana;
	color: #999999;
	background: #333333 url(../images/menu_icon.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
	color: #000000;
	background: #E9E9E9;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.urbangreymenu ul li a:visited{
	color: #000033;
	text-decoration: underline;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
	color: white;
	background-color: #0066CC;
}

#scroller {
	margin: 5px;
	height: 150px;
	width: 180px;
	border: thin solid #66FFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	overflow: scroll;
	text-align: justify;
	padding: 2px;
}
#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: center;
	color: #666666;
}

.address {font-size: 14px}
#toptitle {
	color: #333333;
	height: auto;
	width: auto;
	text-decoration: underline;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
}
#date {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #333333;
}
#leftlogo {
	height: auto;
	width: 100%;
}
#leftschoollogo {
	height: auto;
	width: 100%;
}
#banner {
	height: 120px;
	width: 770px;
	text-align: center;
	background-color: #6A6A6A;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #000000;
}

#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 250px;
	border: 1px solid black;
	padding: 2px;
	visibility: hidden;
	z-index: 100;





/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	background-color: #E1ECFF;
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}


.lcdstyle{ /*Example CSS to create LCD countdown look*/
	color:#FF0000;
	font: bold 18px MS Sans Serif;
	padding: 3px;
}

.lcdstyle sup{ /*Example CSS to create LCD countdown look*/
font-size: 80%
}



 
#marqueecontainer{
	position: relative;
	width: 170px; /*marquee width */
	height: 146px;
	overflow: hidden;
	border: 1px solid white;
	padding: 2px;
}
 
