<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	padding-bottom: 40px;
	color: #000000;
	background-color: #F7F4EE;
	background-image: url("/images/background1600.jpg");
	background-position: center center;
	background-repeat: repeat-y;
}

footer { margin-top: 10px; }

/* .container { width: auto; max-width: 1170px; } */
/* .container { width: auto; max-width: 1240px; } */
.container { width: auto; max-width: 1600px;}

/* Widened Layout Additions by NN 1/31/2024 */
.editablesection {
	/*padding-left: 25px;
	padding-right: 25px;*/
}

#searchquery {
	font-size: 18px;
	height: 39.703px;
}

.btn.btn-primary {
	font-size: 18px;
	margin-right: 5px;
}

/* pu-removed 3/25/2024
#subtopicbanner {
	margin-left: 15px;
	margin-right: 15px;
} */

#highlightslinks {
	margin-left: 10px;
	margin-right: 10px;
}

.panel.panel-default {
	margin-right:15px;
	margin-left: 15px;
}

#highlightslinks .col-sm-4 {
	padding-right: 20px;
	padding-left: 20px;
	max-height: 220px;
}

@media (min-width: 768px;) {
	#highlightslinks .col-sm-4 {
		max-height: 220px;
	}
}

.breadcrumb {
	/*margin-left: 15px; pu-modified 3/26/2024; margin-left: 15px;*/
	/*margin-right: 15px; pu-modified 3/26/2024; margin-right: 15px;
	margin-bottom: 10px;*/
	margin:0 15px;
	margin-bottom:10px;

	border-radius:5px;
	font-size:0.85em;
}

.breadcrumbfundingsearch {
	/*margin-left:-5px;
	margin-right:-5px;
	padding-left:13.3%;*/
}

.breadcrumbwebapps {
	margin:0;
}

footer {
	margin-left: 10px;
	margin-right: 10px;
}

/* Fixes the contrast issue of the H3 tag and the background color as flagged by the WAVE Tool - 11/28/2017 pv */
#content {background-color: #ffffff;}
#content p {margin-bottom:16px;}

td {padding: 6px;}

th {text-align: center; padding:6px;}

/* Heading font-size defined in mediaqueryRWD.css */

/* h1 always Dark site color */
h1 {
	font-family:Arial, Helvetica, Sans-serif;
	font-weight:normal;
	line-height:35px;
	margin:0;
}

.page-title-desc-block { /*pu-added 3/26/2024*/
	padding:0px 15px;
}

/* pu-added 3/26/2024 */
.page-title-desc-block&gt;h1 {}

/* h2 always Medium (light) site color */
h2 {
	font-family:Arial, Helvetica, Sans-serif;
	font-weight:normal;
	line-height:normal;
}

/* h3 always gold */
h3 {
	font-family:Arial, Helvetica, Sans-serif;
	font-weight:bold; /* changed from normal to bold to allow for more contrast - 07/25/2016 tjb  */
	line-height:normal;
	color:#BC8312; /* h3 always gold - changed from #C93 to a darker gold to allow for more contrast - 07/25/2016 tjb  */
}

/* h4 always navy */
h4 {
	font-family:Arial, Helvetica, Sans-serif;
	line-height:normal;
	color:#006699; /* h4 always blue */
	font-weight:bold;
}

/* h5 always black color */
h5 {
	font-family:Arial, Helvetica, Sans-serif;
	line-height:normal; /* added (2/9/06)*/
	font-weight:bold;
}

/* h6 always black color */
h6 {
	font-family:Arial, Helvetica, Sans-serif;
	line-height:normal;
	/*margin-bottom:0; -- pre-RWD */
	font-weight:bold;
}

/* .noheadingspace {margin-bottom:-11px;}  pre-RWD */
.noheadingspace {margin-bottom:0px;}

/* Red text class to replace Contribute font-color for accessibility (ratio 5.9:1 on white background) - 01/09/2018 - tjb */
.RedText {color:#CC0000;}

a:link span.RedText {
	color:#CC0000;
	text-decoration:none;
	display: inline-block;
	margin-right:-5px;
}

hr {
	height:1px;
	width:100%;
	color:#CC9933;
	text-align:center;
	margin-top:10px;
	border:none;
	border-top:1px #CC9933 solid;
}

/*-- removes extra space when a heading is directly under the horizontal rule that divides the Page Title and Description from the Page Content - added 03/28/2017 --*/
div.row&gt;div.editablesection&gt;h2:nth-child(1),h3:nth-child(1),h4:nth-child(1),h5:nth-child(1),h6:nth-child(1) {margin-top: -5px;}

/*-- pseudo classes --*/

a:link    { color:#0000FF; text-decoration:underline; }
a:visited { color:#B100FF; text-decoration:underline; }
a:active  { color:#CC9933; text-decoration:underline; }
a:hover { background-color:#DCEEFF; text-decoration:underline; }

a[href$='#top']:link, a[href$='#top']:visited { color:#069; text-decoration:none; }
a[href$='#top']:hover, a[href$='#top']:active { color:#69C; text-decoration:underline; }

a[href$='#skip']:link, a[href$='#skip']:visited { color:#069; text-decoration:none; }
a[href$='#skip']:hover, a[href$='#skip']:active { color:#69C; text-decoration:underline; }

/*-- custom classes --*/

/* external link icon - remove underline - 05/08/2018 tjb */
a:link span.LinkNotation{
	text-decoration:none;
	color: #000000;
	display: inline-block;
	padding-left:5px;
}

a:visited span.LinkNotation {color: #000000;}
a:active span.LinkNotation {color: #000000;}
a:hover span.LinkNotation{color: #000000;}

.hideurl {display:none;}

/*-- printURL on www, the www-specific.css file is referenced to not display the text */
/*-- printURL on staging, displays with light yellow background color on Staging */
.printurl{
background-color:#FFFF99;
display: inline-block;
text-decoration:none;
color: #000000;
padding-left:5px;
}

/*-- blockquote default is in bootstap, however the font-size and border-left are overridden below. --*/
/*-- blockquote displays with light grey background color and border on Staging. --*/
/* on www, in the www-specific.css, the blockquote is referenced to not display the background color or border. */
blockquote {
font-size: 1em;
border: #CCC solid 1px;
background-color: #EAEAEA;
}

.smtxt {
font-family:Verdana, Arial, Helvetica, Sans-serif;
font-size:11px;
}

.smtxt2 { /* unlike smtxt, this is bold and navy colored */
font-family:Verdana, Arial, Helvetica, Sans-serif;
line-height:normal;
font-weight:bold;
font-size:0.8em;
color:#006699;
}

/* if smtxt2 class is used inside the link*/
.smtxt2:link, .smtxt2:visited { color:#006699; text-decoration:underline; }
.smtxt2:hover, .smtxt2:active { color:#6699CC; text-decoration:underline; }
/* if used inside td with link immediately following it */
td.smtxt2 a:link, td.smtxt2 a:visited { color:#006699; text-decoration:underline; }
td.smtxt2 a:hover, td.smtxt2 a:active { color:#6699CC; text-decoration:underline; }

.largetxt {
font-family:Arial, Helvetica, sans-serif; letter-spacing:1px;
line-height:22px; font-weight:bold; font-size:1.05em;
}

.sup { /* superscript */
font-family:Verdana, Arial, Helvetica, Sans-serif;
vertical-align:super; font-size:75%;
}

.sub { /* subscript */
font-family:Verdana, Arial, Helvetica, Sans-serif;
vertical-align:sub; font-size:75%;
}

/*.indent { display:block; margin:auto 41px; padding-bottom:1em; }
.indent { display:block; margin:auto 41px; } html&gt;body .indent { padding-top:1em; }*/
.indent {margin:auto 41px; } html&gt;body .indent { padding-top:1em; }
html&gt;body p.indent { padding-top:0; }
table.indent { display:table; margin-bottom:1em; }

.mmhide_go { /* global search button */
border:solid 2px; border-color:#DFCA9E #996600 #996600 #DFCA9E; color:#FFF;
background-color:#C9851A; font-family:Verdana, Arial, Sans-serif;
font-weight:bold; font-size:0.8em; height:2.3em; width:2.8em;
}

/*-- generated content --*/

/*-- proposed document icon, commented out 02/02/2016 --&gt;
a[href$='.pdf']:after {
content: url(/images/pdf.gif); display:inline; vertical-align:middle;
background-color:#FFF; padding:3px 1px 0 3px;
}
*/


a[href$='#top'], a[href$='#skip'] {
font-family:Verdana, Arial, Helvetica, Sans-serif; text-decoration:none;
line-height:normal; font-style:normal; font-size:0.8em;
font-weight:bold;
}


#questionsline {
/* font-family:Verdana, Arial, Helvetica, Sans-serif; */
line-height:normal;
font-weight:bold;
color:#006699;
padding-top:16px;
margin-right:2px;
text-align:left;
clear:both;
}

#questionsline a:link    { color:#006699; text-decoration:underline; }
#questionsline a:visited { color:#006699; text-decoration:underline; }
#questionsline a:active  { color:#006699; text-decoration:underline; }


#footerEEO /* Equal Opportunity footer text on /ls/nu/, /pd/fs/, and /ds/sh/sn/ */
{
/*width:750px;*/
text-align:right;
margin-top:55px;
margin-bottom:10px;
margin-left:auto;
margin-right:auto;
font-size:.7em;
font-family:arial, helvetica, sans-serif;
letter-spacing:1px;
color:#666666;
}
#footerEEO a:link    { color:#666666; text-decoration:none; }
#footerEEO a:visited { color:#666666; text-decoration:none; }
#footerEEO a:active  { color:#666666; text-decoration:none; }
#footerEEO a:hover {background-color:#FFFFFF; color:#666666; text-decoration:underline;}

#footer {width:800px; text-align:left; margin-top:10px; margin-left:auto; margin-right:auto; padding-bottom:30px;}

#footer .line /* colored separator line for wide page template only */
{
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CC9933;
margin-bottom: 4px;
}

#footer #address
{
font-size:1.0em;
font-family:Trebuchet MS, Arial, Helvetica, Sans-serif;
color:#CC9933;
line-height:18px;
font-weight:bold;
margin-top:0;
float:left;
}

#footer #footerlinks
{
font-size:0.8em;
font-family:arial, helvetica, sans-serif;
letter-spacing:1px;
text-align:center;
margin-top:20px;
}
#footer #footerlinks a:link {text-decoration:none; color:#666666;}
#footer #footerlinks a:visited {text-decoration:none; color:#666666;}
#footer #footerlinks a:active {text-decoration:none; color:#666666;}
#footer #footerlinks a:hover {background-color:#FFFFFF; color:#666666; text-decoration:underline;}

hr.coloredline
{
width:100%;
}

#precontent
{
margin-top:12px;
}

li.nobulletlist /* added to remove the bullet from unorderlists, when nobulletlist class is applied in Contribute 02/12/2013 - tjb */
{
list-style-image: none;
list-style-type:none;
background-color:#CCFFFF;
}

#fipstyle /* used to style the 'Find In Page (FIP) search tool 03/13/2013 - tjb */
{
text-align:center;
}

span.searchword /* used to highlight search terms found using the 'Found in Page' (FIP) search tool 02/25/2013 - tjb */
{
font-weight: bold;
background-color: yellow;
}

.breadcrumb {
/*pu-moved 3/26/2024; font-size:16px;*/
/*pu-moved 3/26/2024; margin-bottom: 10px;*/
}
.breadcrumb a {color:#000000;text-decoration:none;}
.breadcrumb a:hover {background-color:transparent;text-decoration:underline;}
.breadcrumb &gt; li + li:before {color:#000000}

.panel-default &gt; .panel-heading {background-color: #DDEEFF; color:#000000;}
.panel-body {font-size:18px;}

/* Important Notice Panel */
#noticepanel .panel-heading{
font-weight:bold;
}
#noticepanel .panel-body{
font-size:1em;
}
#noticepanel .panel-body p:last-of-type {
margin-bottom:0px;
}

*.facebookiconcolor {color:#44619D;}
*.twittericoncolor {color:#3A8FCC;}
*.googleplusiconcolor {color:#E12B2D;}
*.favoriteiconcolor {color:#FEC95E;}
*.othericoncolor {color:#8F979C;}
*.linkediniconcolor {color:#4A9ED6;}
*.extlinkiconcolor {color:#FF8E00;font-size:.9em;}

/* Social Media Icons - pu 07mar2019 */
.socialmediaicon1 {
max-width:40px;
border-radius:4px;
margin:2px 0;
}
#shareviaemail1 {background-color:#BC8312;}
#shareviatwitter1 {background-color:#3A8FCC;}
#shareviafacebook1 {background-color:#44619D;}
#sharevialinkedin1 {background-color:#0B78B7;}
#sharevialink1 {background-color:#8F979C;}

div#rightside-column.col-md-3 { /*pu-added 3/26/2024*/
	padding-right:30px; /*25px*/
}

footer {
background-color:#f5f5f5;
padding-left:20px;
padding-right:20px;
padding-top:10px;
padding-bottom:10px;
border-radius:5px;
}
footer h6 {text-size:14px;margin-bottom:10px;}
footer p {margin-bottom:2px}
footer a {
color: #000000 !important;
text-decoration: none;
background-color: transparent;
font-size:16px;
}
footer a:hover {
color: #000000 !important;
text-decoration: underline;
background-color: transparent;
}

#lastreviewed {text-align:left;margin-top: 16px;}

/* NoBulletListSideBar style to remove bullets from right side related content and recently posted lists */
.nobulletlistsidebar{
list-style-type: none;
list-style-image:none;
list-style:none;
padding:0;
margin:0;
}
.nobulletlistsidebar li{
margin-bottom: 15px;
}
.nobulletlistsidebar li:last-child{
margin-bottom: 0px;
}


.webapp-row {
clear: both;
padding-top: 6px; padding-bottom:6px;
}

.webapp-label {
float: left;
width: 120px;
text-align: right;
padding-top:2px;
padding-right:4px;
}

.webapp-field {
float: left;
padding-left: 10px;
text-align: left;
}

a.sharer-icons:hover{
text-decoration: none;
background-color: transparent;
}

.yamm .yamm-content {padding-top:4px;padding-bottom:4px;padding-left:14px;padding-right:4px;font-size:12px;}

@media screen {
#logoimage{ /* hide CDE Logo image, except for print - see @media print css and /includes/rwd-header.asp */
display:none;
}
}

@media print {
#logoimage{ /* display CDE Logo for print, only. See @media screen and /includes/rwd-header.asp  */
display:block;
}

footer {display:none;}

a[href]:after {
content: none;
}

hr {
color: #000000;
border-top-color: #000000;
}

.printurl {
display: inline-block;
background-color:#FFF;
text-decoration:none;
color: #000000;
padding-left:5px;
}

div#rightside-column.col-md-3 {display:none;}

div#top-search-box.col-lg-6 {display:none;}
}

.lastmodified {
margin-top:10px; /*pu-added 3/29/2024*/

/* pu-removed 3/29/2024
text-align: center;
text-align:left;
color:black;
font-weight:normal;
font-size:14px;
*/
}

#btnMore {
color:#000000;
text-decoration:underline;
font-size:.9em;
}

#btnMoreTrending {
color:#000000;
text-decoration:underline;
/*font-size:16px; pu-removed 3/29/204*/
padding-top:10px; /*pu-added 3/29/2024*/
}


/* Copied from indexCSS.css, more may need to be copied - tjb */


/* used to hide QSF Skip to Content and h1 Page Title added to letterhead templates  to ensure all pages have a heading tag for accessibility, but can be used to hide other items - 01/15/2013 - tjb */
.hiddencontent{
position:absolute;
left:-500px;
top:-475px;
height:1px;
width:1px;
overflow:hidden;
}


.centeredText {
text-align:center;
}

img.centeredText {
display: block;
margin-left: auto;
margin-right: auto;
}

.leftText {
text-align:left;
}

.rightText {
text-align:right;
}

/* Sub-menu navigation - see topic specific CSS files for background color changes - 09/06/2013 tjb */

#submenudiv{
margin-top: -5px;
margin-bottom:15px;
}
#submenudiv ul {
margin: 0px;
padding: 0px;
text-align:center;
}
#submenudiv li
{
list-style-type: none;
display:inline;
margin: 0;
line-height:20px;
}
#submenudiv li a {
color:#000000; /* over-ridden in the topic specific CSS files. */
background-color:#ffffff;
text-decoration: none;
/* width:24%;  does not work in FF */
border: none;
padding:0px;
}
#submenudiv li a {
text-decoration: underline;
}
#submenudiv li a.active, #submenudiv a:hover {
text-decoration: underline;
background-color:#DDEEFF; /* over-ridden in the topic specific CSS files. */
}

/* Management Bulletins Shared Asset - 06/05/2014 tjb */

#mbdiv p, #mbdiv hr{margin-top:0;}
#mbleftside {float:left; width:60%;}
#mbrightside {float:right; width:30%;}

/* Accordian (FAQs, etc) - 08/07/2014 tjb */

h5.toggle {
background-image: url(/images/faqplusarrow.png);
background-repeat: no-repeat;
font-size:1em;
/* font-weight:bold; */
font-weight:normal;
padding-top:5px;
padding-left:27px;
margin:2px;
}

h5.expanded {
background-image: url(/images/faqminusarrow.png);
}
h5.toggle a {
/* color: #000000; */
text-decoration:none;
/* font-weight:bold; */
}
h5.toggle a:focus {
/* color:#000000; */
}
h5.toggle a:hover {
/* color:#000000; */
}
.toggle p{
margin-top:0;
padding-left:.8em; /* RWD adjustment - tjb 10/19/2015 */
}
.toggle ul{
margin-top:0;
margin-bottom:0;
}
div.wrapper{
}
div.toggle{
margin:2px;
padding:5px;
padding-left:28px;
}

/* Accordian (FAQs, etc) - Expand All | Collapse All */

#hide1, #show1{
text-decoration:underline;
/* font-weight:bold; */
}

/* Accordian (FAQs, etc) - Numbered FAQs */

ol h5.toggle{
background-image: none;
padding-left:0px;
}

ol h5.expanded{
background-image: none;
padding-left:0px;
}

li.faqli, li.faqli p, li.faqli h6{
margin-left:-12px;
}

li.faqli div.toggle {
padding-left:13px;
}

li.faqli a{
/* color:#000000; */
text-decoration:underline;
}

/* End Accordian (FAQs, etc) - 08/07/2014 tjb */

/* Sortable Table - 01/26/2014 tjb */

.TableSort-NoAltRows{}
table.TableSort-NoAltRows .sortLink { display: block; *margin-bottom: 1px; color: #FFF; text-decoration: underline; }
table.TableSort-NoAltRows .sortLink:hover { background-color: transparent;}
table.TableSort-NoAltRows .sortIcon { padding-left: 3px; vertical-align: 1px; text-decoration:none; }
th{padding:4px;}

.TableSort-AltRows{}
table.TableSort-AltRows .sortLink { display: block; *margin-bottom: 1px; color: #FFF; text-decoration: underline; }
table.TableSort-AltRows .sortLink:hover { background-color: transparent;}
table.TableSort-AltRows .sortIcon { padding-left: 3px; vertical-align: 1px; text-decoration:none; }
th{padding:4px;}

/* End Sortable Table - 01/26/2015 tjb */

/* Section Anchor Item class - 11/29/2016 tjb */
.highlightitem {
margin: 10px 0px;
padding: 5px 5px;
background-color: #FFD5AA;
border: #FF8000 solid 1px;
}
/* End Section Anchor Item class - 11/29/2016 tjb */

.webapp-imgheader {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ddeeff+1,ddeeff+37,4f6a92+100 */
	background: #ddeeff; /* Old browsers */
	background: -moz-linear-gradient(left,  #ddeeff 1%, #ddeeff 37%, #4f6a92 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(1%,#ddeeff), color-stop(37%,#ddeeff), color-stop(100%,#4f6a92)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ddeeff 1%,#ddeeff 37%,#4f6a92 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ddeeff 1%,#ddeeff 37%,#4f6a92 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ddeeff 1%,#ddeeff 37%,#4f6a92 100%); /* IE10+ */
	background: linear-gradient(to right,  #ddeeff 1%,#ddeeff 37%,#4f6a92 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddeeff', endColorstr='#4f6a92',GradientType=1 ); /* IE6-9 */

	/*pu-added 4/2/2024; moved from image-headerRWD.asp include file*/
	margin:0 10px;
	margin-bottom:20px; /*margin-bottom:10px;*/
	padding:0;
	border-radius:5px;
	border-bottom:1px #6699cc solid;
	background-position:top right;
	height:74px;
}

/*pu-added 4/2/2024; moved from image-headerRWD.asp include file*/
.webapp-imgheader-logo {
	margin-left:0px;
	padding-left:0px;
	padding-top:2px;
	border:0;
}

/*pu-added 4/2/2024; moved from image-headerRWD.asp include file*/
.webapp-imgheader-graphics {
	float:right;
	border-top-right-radius:5px;
}

/*pu-added 4/2/2024;*/
.webappcontents {
	padding-left: 30px;
	padding-right: 30px;
}

/*pu-added 4/2/2024;*/
.webappcontents&gt;h1 {
	margin-top:20px;
	margin-bottom:12px;
	text-align:center;
}

/*pu-added 4/2/2024;*/
.webappcontents&gt;p#navlinks {
	text-align:center;
}

/*pu-added 4/3/2024;*/
.webappcontents&gt;h1#pagenotfound, .webappcontents&gt;h1#webapptitleleft {
	text-align:left;
}

/*pu-added 4/3/2024; for School Directory webapp*/
#sd-export-data {
	border:1px solid lightgrey;
	font-size:18px;
	border-radius:5px;
	padding:20px;
}

/*pu-added 4/3/2024; for Charter Schools in California Counties webapp*/
#ctl00_CPH_lblCountyName {
	font-size:25px;
	line-height: 1.5em;
}

.calendartablesharedasset{}
.calendarlistsharedasset{}

#top-search-box {
padding-top:10px;
padding-right:10px;
}

h3.megafooter-topics{
font-size:18px;
font-weight:bold;
margin-top:20px;
color:#000000;
}

/**** Multimedia css ****/

/* YouTube video embed - 8/4/2017 Princep */
/* Notes: In addition to using the bootstrap for embedded video, this wrapper will size and center it to conform with CDE site templates */
.video-wrapper-640 {
max-width: 640px;
margin:0px auto;
}

/* The 512 wrapper is used for SBE Social Media page */
.video-wrapper-512 {
max-width: 512px;
}
/* End YouTube video embed */

/* Used in CA Schools Mobile Application User Manual page - 9/11/2017 Princep */
img.screenshot {
border: 1px solid #D3D3D3;
margin: 3px 2px;
max-width:100%;
}
img.screenshot2 {
border: 1px solid #D3D3D3;
margin: 3px 0;
max-width:100%;
}

/* Live Webcast for the embedded VideoSSC Player - 2/13/2019 Princep */

#iframebox1 {
margin:0 auto;
overflow:hidden;}

#iframe1 {
position:relative;
margin-top:-95px;
margin-left:-50px;
width:700px;
height:480px;}

.webcastschedule1 {
margin:0 auto;
padding:0;}

.webcastscheduleitem1 {
margin:10px 0 0 0;
padding:0px;}

.webcastinfo1 {
padding:10px 0 0 0;}

.webcastinfo1 h, .webcastinfo1 p {
line-height:50%;}

.webcastposter1 {
border:1px solid #F0F0F0;
padding:5px;
margin:0 0 15px 0;}

.showHide1 {display:none;}
.showHide2 {display:none;}

/* Desktop (min-width:768px) */
@media screen and (min-width:768px) {
.showHide1 {display:block;}
}

/* Mobile (max-width:767px) */
@media screen and (max-width:767px) {
.showHide2 {display:block;}
}

@media (max-width: 590px) {
.panel-body {font-size:16px;}
}
/**** End of Live Webcast css ****/
/**** End Multimedia css ****/

/**** Layout Grid ****/
/* Layout grid to replace the tables used in the SBE Agenda starting on March 2019 - 3/11/2019 Princep */
* {box-sizing:border-box;}

.col1-container {
display:table;
width:100%;
margin:20px 0;
}

.col1 {
display:table-cell;
padding:0;
border:1px solid #ddd;
width:50%;
margin-top:10px;
}

.col1 h2,
.col1 h3,
.col1 h4,
.col1 h5,
.col1 h6 {
padding:10px;
background:#000099;
color:#FFFFFF;
font-size:1em;
text-align:center;
margin:0 auto; /* for Edge and Internet Explorer */
}

.col1 p {
margin:15px;
}

@media only screen and (max-width:600px) {
.col1 {display:block; width:100%;}
}

.layoutgrid04mar19 {
margin:0 auto;
padding:0px;
border:1px solid #ddd;
height:220px;
}

.layoutgrid04mar19 h3 {
margin:0 auto;
padding:10px;
background:#000099;
color:#FFFFFF;
font-size: 1em;
text-align:center;
}

.layoutgrid04mar19 p {
margin:0 auto;
padding:15px 15px 0 15px;
}
/**** End of Layout Grid ****/

/* End stylesheet ****/
</pre></body></html>