body {
	background-color:#CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/color.gif);
	background-repeat: repeat-x;
	}

#singleColumn {
margin: 0px auto;
width: 700px;
padding: 0px;
}



/*two columns used on news page*/
#left{
width:115px;
float:left;
}
#right{
margin-left:130px;
border-left:1px dashed black;
padding: 0px 15px 0px 15px;
}


/*title and banner image*/
#pageTitle {
	width:100%;
	
	padding: 0px;
	margin: 20px 0px 0px 0px;
/*	border:#000000 1px solid;*/
	}
	
#titleImg {
margin: 15px 0px 0px 0px;
padding: 0px;
/*border:red 1px solid;*/
height:150px;
}


/*img {
padding: 0px;
margin: 0px;
border: 0px;
	}*/


/*for camera and edit icons on news story */
.icon{
border-style:none;
vertical-align:text-bottom;
}

#centerText {
padding:0px 10px;
margin:0px;
}

/*for the 500px wide images in the new stories */
#centerText img{
padding:0px;
margin:5px;
border:1px solid black;
}
	
	
.OYCHeader{font-size: 28pt;
margin-left: 20px;
 }
 
.OYCHeaderSub{
font-size: 12pt;
 }
 
h4 {
	font-size: 13pt;
	font-style: italic;
	font-weight: normal;
	margin-bottom:-5px;
	margin-top: 15px;
}

h3 {
	font-size: 16pt;
	font-style: italic;
	font-weight: normal;
	margin-bottom:-5px;
	margin-top: 25px;
	color:#2e3b51;
}

p{
line-height: 150%;

}

td{
line-height: 150%;
}

a {
	font-size: 92%;
	color:#000066;
	text-decoration: none;	
}
	

	
a:hover {
	text-decoration: underline;
}
