/* <!-- */
	/* General styles */
	body {
		margin:auto;
		padding:0;
		border:4px solid #0b2860;		/* This removes the border around the viewport in old versions of IE */
		width:99%;
		background:#0b2860;
		min-width:600px;    	/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
		font-family: Arial, Helvetica, sans-serif;
		color: #ffffff;
	}
	h1 {
		font-family: Arial, Helvetica, sans-serif;

	}
	a {
		color:#369;
	}
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10pxpx;
		border: 0px;
	}
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
		background-color: white;
	}
	#header {
		border-bottom:4px solid #0b2860;
		background-image: url(burbanktop.jpg);
		background-repeat: no-repeat;
		 
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #0b2860;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* 2 Column (right menu) settings */
	.rightmenu {
		background:#5b84d3;		/* right column background colour */
	
	}
	.rightmenu .colleft {
		right:35%;			/* right column width 25*/
		background:#fff;		/* left column background colour */
		color: #0b2860;
	}
	.rightmenu .col1 {
		width:60%;			/*  71 left column content width (left column width minus left and right padding) */
		left:37%;			/* 27 (right column width) plus (left column left padding) */
	}
	.rightmenu .col2 {
		width:35%;			/* 21 right column content width (right column width minus left and right padding) */
		left:44%;			/* 31 (right column width) plus (left column left and right padding) plus (right column left padding) */
		background-color: #5b84d3;
		color: white;
	
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #0b2860;
		background-color: #5b84d3;
	}
	#footer p {
		padding:10px;
		margin:0;
	}
	/* --> */
	
	.col2 a:link, .col2 a:visited, #footer a:link, #footer a:visited {
		color: white;
		background-color: transparent;
		text-decoration: none;
	}
		.col2 a:hover, #footer a:hover {
		color: white;
		background-color: transparent;
		text-decoration: underline;
		}
/* from PTA.org --> */		
		
.divider {
    border-top: 1px solid #EDE0BF;
    margin: 8px 0;
}

p.peach-link a {
  color: rgb(62, 40, 152);
  text-decoration: none;
  padding: 3px 10px 3px
    18px;
  background: url("/arrow_peach_box.gif") no-repeat scroll
    10px 50% transparent;
  border: 2px solid rgb(246,
    239, 223);
  font: bold 11px Helvetica,Arial,sans-serif;
}
