root { 
    display: block;
}

/**RESET**/
/**This resets many basic elements so there are no browser deficiencies**/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

body{
	behavior: url("csshover3.htc"); 
	
}

a{
	text-decoration:none;
	color:#fff500;
}

a:link{
	color:#fff500;
}

a:visited{
	color:#fff500;
}

a:hover{
	color:#fff;
}

*{
	padding:none;
}

h1,h2,h3{
	margin-bottom:10px;
	color:#d5e20e;
}


.cushycms h1 { font-color: #d0d0d0 }


/*****BASIC*****/
body{
    background-image:url(../images/tile3.jpg);
	background-repeat: repeat;
	background-color:#3c474d;
    font-family:arial,verdana;
    font-size:11pt;
    color:#09347a;
}


/*****HEADER*****/
#header{
	width:920px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	color:#fff500;
	text-align:center;
}

#newmanHeader{
	margin-top:20px;
	margin-bottom:20px;
}

#headerText{
	font-size:22.85pt;
	font-weight:bold;
}

#menu{
	font-size:15pt;
	font-weight:bold;
	text-align:center;
	position:relative;
	width:920px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	z-index:20;
	padding-bottom:30px;
}

/*****ANNOUNCEMENTS*****/
#announcements ul{
	list-style:none;
	
}

#announcements {
	width:240px;
	text-align:center;
	border-style:solid;
	border-color:#d5e20e;
	border-width:20px;
	padding-left:10px;
}



/*****BODY*****/


#container{
	width:920px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	color:#ffffff;
}

#mainContent{
	position:relative;
	float:left;
	min-height:200px;
}

#leftColumn{
	width:300px;
	float:left;
}

img.titles{
	width:290px;
}

#rightColumn{
	float:left;
	width:609px;
	margin-left:10px;
}

#pageTitle{
	padding-bottom:20px;
}

#contentImage{
	text-align:center;
}



/***** FOOTER *****/
#footer{
	position:relative;
	float:left;
	padding-top:20px;
	color:#fff500;
	font-size:12pt;
	text-align:center;
	font-weight:bold;
	width:100%;
}




