body {
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-size: small;
	background-color: #BAE49E;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: medium;
	color: #4A006F;

}
b {
	font-weight: bold;
	color: #4A006F;
}

#div1 {
	background-color: #FFFFFF;
	position: relative;
	width: 770px;
	margin: 0px;
	padding: 0px;
	border: none;
	text-align: left;
	float: left;
min-height:410px;
_height:410px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/index.jpg);
}
#divside {
	float: left;
	height: 410px;
	width: 137px;
	background-color: #669933;
	background-image: url(../images/side.jpg);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#divbody {
	float: right;
	width: 610px;
	margin: 0px;
	clip: rect(auto,6px,auto,6px);
	text-indent: 6px;
	padding-top: 0px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center top;
}
.pageTitleStyle {
	font-size: medium;
	color: #990000;
	background-repeat: no-repeat;
	background-position: left;
	height: 8px;
	font-weight: bold;
	text-indent: 6px;
}
.sideLinks img {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 3px;
	padding: 0px;
	}   
#global {
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	text-align: left;
/* added for other content */	
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-size: small;
     }
#global	b {
	font-size: small;
	font-weight: bolder;
	color: #990000;
}
#global a {
	/*font-size: small;*/
	color: #003333;
	font-weight: bolder;
	text-decoration: none;
}

#global a:hover {
	color: #FF0000;
}
#global h1 {
	font-size: medium;
	color: #990000;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#global h2 {
	font-size: medium;
	color: #990000;
}

#header {
	background-color: #FFFFFF;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 140px;
	width: 770px;
}

#DDALinks {
	font-size: xx-small;
	color: #660099;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#DDALinks a{
	text-decoration: none;
	font-size: xx-small;		
}

#DDALinks a:hover{
	color: #FF3300;
}

/* dropdown menu */
#dropmenudiv{
	position:absolute;
	background-color: #FFFFCC;
	font:normal 12px/18px Verdana;
	z-index:100;
	color: #660099;
	border-top: 1px solid #660099;
	border-right: 1px solid #660099;
	border-bottom: 0 solid #660099;
	border-left: 1px solid #660099;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #660099;
}
#dropmenudiv a:hover{
	background-color: #ceccfe;
	color: #660099;
}
 #inlinecontainer {
	text-align: center;
	width: 100%;
	/*width: auto;	*/
	margin-bottom: 0;
	color: #990000;
	font-size: small;
}
 
#inlinecontainer ul {
	display: inline;list-style: none;
	margin-bottom: 0;margin: 0;padding: 0;border: none;
}
		
#inlinecontainer li {
	display: inline;
}
.centerStuff {
	text-align: center;
}
p.centerStuff {postion:relative; margin:13px 0 0;}
p.centerStuff img{position:relative; margin:0; padding:0;}
#divbody .pageTitleStyle {line-height:0; height:0; width:0; display:none;}

/*.toggleborder:hover img{
border: 1px solid red;
}
.toggleborder img{
border: 1px solid white;
}

.toggleborder:hover{
color: red; /* Dummy definition to overcome IE bug */
}
*/
.fancy {
	font-size: medium;
	font-weight: bold;
}

div#ticker a#EditButton{z-index:100!important;}/* Forces the ticker edit button above the text */
#ticker {
position:absolute;
top:220px; left:190px;
height:28px; width:550px;
color:black;
font-weight:bolder;
}
div.marquee{width:530px;}

#hitcounter {
	position:relative;
	top:26px;
}

/* SCROLLING BANNER */

#scrollingBanner {
 position: absolute;
width:550px;
 height: 50px;
 top: 9px;
 left: -10px;
 background: url(../images/home_elems/tickerstrap.gif) no-repeat;
 }	
 
 #scrollingBanner .addbttn { position: absolute; z-index: 1; }
 
 #scrollingText {
 position: relative;
 width: 100%;	/* of scrollingBanner width */
 height: 100%;	/* of scrollingBanner height */
 font-weight: bold;
 color: #000;
 }
 
