@charset "utf-8";
/* CSS Document */

h1 {
	font-size:180%;
	text-align:center;
} /*20px*/
h2 {
	font-size:150%;
} /*18px*/
h3 {
	font-size:130%;
}
h4 {
	font-size:115%;
}
p {
	font-size:1.2em;
} /*12px*/
.centerVideo {
text-align:center;
margin-left;
margin-right;
}
.resources {
	display: block;
	padding-left: 40px;
/*	border: thin solid #CCC;*/
}

.resources img{
	border:none;
	font-weight:;
}
.

.resourceLogo {
        margin-right:50%
        padding-right:1em;
}
.resourceDescription {
	text-align: left;
	vertical-align:text-top;
}

.readMore {
	font-style:italic;
}

.imageRight {
	float: right;
	border: thin solid #000;
	margin: 5px;
}
.imageLeft {
	margin: 5px;
	float: right;
	border: thin solid #000;
}
.parentheticalNote {
	font-style: italic;
	font-size: smaller;
}
.leftSideBlock {
	margin-top:20px;
	padding:10px;
	border-top: thin solid #09F;
	border-left: thin solid #09F;
	background-image:url(images/rightSideBlueGradient.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
.leftSideBlockAlternate {
	margin-top:20px;
	padding:10px;
	border-top: thin solid #09F;
	border-left: thin solid #09F;
	background-image:url(images/rightSideBlueGradient.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
div.scroll {
height: 320px;
width: 100%;
overflow: auto;
border: 1px solid #666;
padding: 8px;
background-color:#ffffff;
	margin-top:20px;
	border-top: thin solid #09F;
	border-left: thin solid #09F;
	background-image:url(images/rightSideBlueGradient.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
/*for use with rows of images with descriptions next to them*/
table.linksAndImages {
width:60%;	
float:left;
}
.linksAndImages td {
	vertical-align:top;
}
img.blueBorder {
	margin-top:0px;
border:solid #0093D0 thick;	
}
p.blueBorder {
border:solid #0093D0 thick;
width:200px;
padding:10px;
background-color:#ffffff;
}