﻿/*
  margin = space between border and outside elements
  padding = space between border and inside content
*/

/*  General  */
body {
	background: #FFFFFF;
	font-family: Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;
	margin-left:0%;
	margin-right:0%;
	height:auto;
}

a img {
	padding: 0px;
	margin: 0px;
	border: none;
}

form {
	display:inline;
	margin:0px;
	padding:0px;
}

input {
	font-family:helvetica,arial,sans-serif;
	font-size:10px;
}

div {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

h6 {
	margin: 0px;
	padding: 0px;
}

h5 {
	margin: 0px;
	padding: 0px;
}

h4 {
	margin: 0px;
	padding: 0px;
}

h3 {
	margin: 0px;
	padding: 0px;
}

h2 {
	margin: 0px;
	padding: 0px;
}

h1 {
	margin: 0px;
	padding: 0px;
}
/*  Header  */

.header {
	background-image: url("images/sub_titlebg.gif"); 
	background-repeat: no-repeat;
	height:auto;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
}

.header .mulogo {
	width: 200px;
	height: 59px;
}

.header .title {
	font-size: 14pt;
	position: absolute;
	left: 27%;
	top: 7px;
	width: 380px;
	text-align: center;
}
.header .mission {
	font-size: 8pt;
	position: absolute;
	top: 5px;
	left: 1025px;
	width: 200px;
	text-align: right;
}
.header .facelink {
	position: absolute;
	top: 8px;
	right: 16%;
}

/*  Footer  */

.footer {
	padding:10px 0px 0px 0px;
	position:relative;
	clear:both;
	margin-left:4px;
	font-size:60%;
}

@media screen {
.new .centercolumn .leftmenu	{
	float: left;
	width: 180px;
	margin-left: 4px;
	line-height: 75%;

	/*display: block;
	position:absolute;
	float: left;
	width: 15%;
	margin-top: 1%;
	margin-bottom: 1%;
	line-height: 75%;
	height:90%;
	font-size:100%;*/
}
}

.new .centercolumn .leftmenu a {
	color:#000000;
	font-size:80%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.new .centercolumn .leftmenu a:link {
	text-decoration:none;
}

.new .centercolumn .leftmenu a:visited {
	text-decoration:none;
}

.new .centercolumn .leftmenu a:hover {
	text-decoration:underline;
	color: #004F00;	
}

.new .centercolumn .leftmenu a:active {
	text-decoration:none;
}

.new .centercolumn .leftmenu h1 {
	font-size:95%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:90%;
	margin-top:8px;
	margin-bottom:3px;
}

.new .centercolumn .leftmenu h1 a {
    font-size:100%;
}

.new .centercolumn .leftmenu h2 {
	font-size:70%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:2px;
	margin-left:10px;
	line-height:90%;
}
		

.new .centercolumn .leftmenu td {
	padding-left:3px;
	font-size:70%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.new .centercolumn .leftmenu ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.new .centercolumn .leftmenu li {
	margin-left:10px;
	padding:0px;
	margin-bottom:2px;
}
/*  Center Column  */

@media screen
{
.new .centercolumn {
	display: block;
    margin-left: auto;
    margin-right: auto;
	font-size: 75%; /* set to 85% for serif fonts */;
	height: 100%;
	width:100%;
}
}
@media print
{
.new .centercolumn {
	margin-left:5px;
	margin-right:5px;
	font-size:75%;
	height:100%;
	width:100%;	
}
}

.new .centercolumn p {
	margin-top: 5px;
	margin-bottom: 0px;
}

.new .centercolumn h1 {
	font-weight:bold;
	font-size:160%;
	margin-top: 15px;
	color: #164600;
}

.new .centercolumn h2 {
	font-weight:bold;
	font-size:130%;
	margin-top: 5px;
	color: #164600;
}

.new .centercolumn h3 {
	font-weight:bold;
	font-size:110%;
	margin-top: 5px;
	color: #164600;
}

.new .centercolumn h4 {
	font-weight:normal;
	font-size:100%;
	text-transform:uppercase;
	margin-top: 5px;
	color: #164600;
}

.new .centercolumn dt {
	font-weight:bold;
}

.new .centercolumn dd {
	margin-bottom:10px;
	margin-left:0px;
}

.new .centercolumn ul {
	margin-top:0px;
	margin-bottom:5px;
	margin-left:40px; padding-left:0px;
}

.new .centercolumn th {
    border-bottom-color:#000000;
	border-bottom-width:1px;
	border-bottom-style:solid;
	font-size:90%;
}
 
.new .centercolumn td {
	font-size:75%;
	vertical-align:top;		
}

.new .centercolumn .content {
	position: relative;
	margin-bottom: 10px;
	float: left;
}
.new .centercolumn .content .rightmenu {
	position:relative;
	float:right;
	margin:5px 5px 10px 6px;
	padding-right: 10px;
	padding-bottom:10px;
	line-height:75%;
	border: 1px solid #000000;
	font-size:inherit;
	height:140px;
}


.new .centercolumn .indent20 {
    margin-left:20px;
}

.new .centercolumn .story {
	position:inherit;	
	border-top: 1px #08481D solid;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
.new .centercolumn .breakingnews {
	position: relative;
    background-color: #FFFF66;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

.new .centercolumn .picture {
	float: left;
	text-align: left;
	margin: 7px 7px 0px 7px;
	border: 1px solid #000000;
}

.new .centercolumn .picture p {
				font-size: 90%;
				margin-top: -0px; /* over-ride .centercolumn p margin so text is closer to picture*/;
				text-align: center;
				white-space: nowrap;
				float:left;
}

.new .centercolumn .story h1 {
	font-weight:bold;
	font-size:130%;
	margin-top: 2px;
	margin-bottom: 3px;
	color: #164600;
}

.new .centercolumn .story hr {
	margin-top: 10px;
}

.new .centercolumn .story a {
	color:#004F00;
}

}
/*************************************************************************************/
/*  Left menu  */
/* Only used in StdMenu.htm */
@media print {
.leftmenu {
    display:none;
}
}

@media screen {
.leftmenu	{
	float: left;
	width: 180px;
	margin-left: 4px;
	line-height: 75%;
/*	height:100%;*/
}
}

.leftmenu a {
	color:#000000;
	font-size:65%;
	font-family:Verdana, Arial, Helvetica, sans-serif
}

.leftmenu a:link {
	text-decoration:none;
}

.leftmenu a:visited {
	text-decoration:none;
}

.leftmenu a:hover {
	text-decoration:underline;
	color: #004F00;	
}

.leftmenu a:active {
	text-decoration:none;
}

.leftmenu h1 {
	font-size:70%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:90%;
	margin-top:8px;
}

.leftmenu h1 a {
    font-size:100%;
}

.leftmenu h2 {
	font-size:70%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:2px;
	margin-left:10px;
	line-height:90%;
}
		

.leftmenu td {
	padding-left:3px;
	font-size:70%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.leftmenu ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.leftmenu li {
	margin-left:10px;
	padding:0px;
}
/*  Center Column  */

@media screen
{
.centercolumn {
	margin-left: 190px;
	margin-right: 5px;
	font-size: 75%; /* set to 85% for serif fonts */;
	height: 100%;
}
}
@media print
{
.centercolumn {

	margin-left:5px;
	margin-right:5px;
	font-size:75%;
}
}

.centercolumn p {
	margin-top: 5px;
	margin-bottom: 0px;
}

.centercolumn h1 {
	font-weight:bold;
	font-size:160%;
	margin-top: 15px;
	color: #164600;
}

.centercolumn h2 {
	font-weight:bold;
	font-size:130%;
	margin-top: 5px;
	color: #164600;
}

.centercolumn h3 {
	font-weight:bold;
	font-size:110%;
	margin-top: 5px;
	color: #164600;
}

.centercolumn h4 {
	font-weight:normal;
	font-size:100%;
	text-transform:uppercase;
	margin-top: 5px;
	color: #164600;
}

.centercolumn dt {
	font-weight:bold;
}

.centercolumn dd {
	margin-bottom:10px;
	margin-left:0px;
}

.centercolumn ul {
	margin-top:0px;
	margin-bottom:5px;
	margin-left:40px; padding-left:0px;
}

.centercolumn th {
    border-bottom-color:#000000;
	border-bottom-width:1px;
	border-bottom-style:solid;
	font-size:90%;
}
 
.centercolumn td {
	font-size:75%;
	vertical-align:top;		
}

.centercolumn .content {
	position: relative;
	margin-bottom: 10px;
	float: left;
}
.centercolumn .content .rightmenu {
	position:relative;
	float:right;
	margin:5px 5px 10px 6px;
	padding-right: 10px;
	padding-bottom:10px;
	line-height:75%;
	border: 1px solid #000000;
	font-size:125%;
	height:140px;
}


.centercolumn .indent20 {
    margin-left:20px;
}

.centercolumn .story {
	position: relative;
	border-top: 1px #08481D solid;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
.centercolumn .breakingnews {
	position: relative;
    background-color: #FFFF66;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

.centercolumn .story .picture {
	float: left;
	text-align: center;
	margin: 0px 7px 0px 7px;
	border: 1px solid #000000;
}

.centercolumn .story .picture p {
	font-size:90%;
	margin-top:-0px; /* over-ride .centercolumn p margin so text is closer to picture*/
	margin-right:5px;
	margin-left:5px;
}

.centercolumn .story h1 {
	font-weight:bold;
	font-size:130%;
	margin-top: 2px;
	margin-bottom: 3px;
	color: #164600;
}

.centercolumn .story hr {
	margin-top: 10px;
}

.centercolumn .story a {
	color:#004F00;
}

}

/* Right Menu
Most settings match the Left Menu
I'm keeping them separate in case we want to make them different some day
*/

@media print {
.rightmenu {
    display:none;
}
}

@media screen {
.rightmenu	{
	position:relative;
	float:right;
	margin:5px 5px 10px 6px;
	padding-right: 10px;
	padding-bottom:10px;
	line-height:75%;
	border: 1px solid #000000;
}
}

.rightmenu a {
	color:#000000;
	font-size:65%;
	font-family:Verdana, Arial, Helvetica, sans-serif
}

.rightmenu a:link {
	text-decoration:none;
}

.rightmenu a:visited {
	text-decoration:none;
}

.rightmenu a:hover {
	text-decoration:underline;
	color: #004F00;	
}

.rightmenu a:active {
	text-decoration:none;
}

.rightmenu h1 {
	font-size:70%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:90%;
	margin-top:7px;
	margin-left:5px;
}

.rightmenu h2 {
	font-size:70%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#003300;
	margin-top:7px;
	margin-left:5px;
	line-height:90%;
}

.rightmenu h3 {
	font-size:60%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#666666;
	margin-top:3px;
	margin-left:10px;
	line-height:90%;
}

.rightmenu p {
    font-size:75%;
	margin-left:5px;
}

.rightmenu ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.rightmenu li {
	margin-left:10px;
	padding:0px;
}

.centerdirectory ul {
    margin:0px;
	padding:0px;
	list-style-type:none;
	font-size:95%;
	line-height:120%;
}

.centerdirectory a:link {
	text-decoration:none;
}

.centerdirectory a:visited {
	text-decoration:none;
}

.centerdirectory a:hover {
	text-decoration:underline;
	color: #004F00;	
}

.centerdirectory a:active {
	text-decoration:none;
}

.rightdirectory {
	font-size:70%;
    width:400px;
	float:right;
	margin-top:50px;
	margin-right:15px;
}

.rightdirectory ul {
	margin-top:2px;
	margin-bottom:2px;
}

.rightdirectory img {
    float:right;
}

/**************************************************************************************/

/*******************************/

/* Right Picture
must add width of picture in div tag on the page, as in <div class="rightpic" style="width:230px">
Otherwise the width will expand to the width of the text
 */

.rightpic {
	float:right;
	position:relative;
	text-align: center;
	margin:10px 5px 10px 10px;
	padding:1px;
	border: 1px solid #000000;
}
.rightpic p {
	font-size:70%;
	padding-right:10px;
	padding-left:10px;
}

.rightpic a {
	color:#004F00;
	background-color:transparent;
}

/* Right Menu
Most settings match the Left Menu
I'm keeping them separate in case we want to make them different some day
*/

@media print {
.rightmenu {
    display:none;
}
}

@media screen {
.new .centercolumn .rightmenu	{
	position:relative;
	float:right;
	display:inline;
	margin: 1% 1% 0 0;
	padding-right: 10px;
	padding-bottom:10px;
	padding-top:5px;
	padding-left:5px;
	line-height:75%;
	border: 1px solid #000000;
	width:10%;
}
}

.new .centercolumn .rightmenu a {
	color:#000000;
	font-size:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif
}

.new .centercolumn .rightmenu a:link {
	text-decoration:none;
}

.new .centercolumn .rightmenu a:visited {
	text-decoration:none;
}

.new .centercolumn .rightmenu a:hover {
	text-decoration:underline;
	color: #004F00;	
}

.new .centercolumn .rightmenu a:active {
	text-decoration:none;
}

.new .centercolumn .rightmenu h1 {
	font-size:90%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:90%;
	margin-top:7px;
	margin-left:5px;
}

.new .centercolumn .rightmenu h2 {
	font-size:70%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#003300;
	margin-top:7px;
	margin-left:5px;
	line-height:90%;
}

.new .centercolumn .rightmenu h3 {
	font-size:60%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#666666;
	margin-top:3px;
	margin-left:10px;
	line-height:90%;
}

.new .centercolumn .rightmenu p {
    font-size:85%;
    padding-top:4px;    
}

.new .centercolumn .rightmenu ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.new .centercolumn .rightmenu li {
	margin-left:10px;
	padding-bottom:4px;
	padding-top:4px;
	font-size:90%;
	font-weight:bold;
	text-align:left;
}

.new .centercolumn .centerdirectory ul {
    margin:0px;
	padding:0px;
	list-style-type:none;
	font-size:95%;
	line-height:120%;
}

.new .centercolumn .centerdirectory a:link {
	text-decoration:none;
}

.new .centercolumn .centerdirectory a:visited {
	text-decoration:none;
}

.new .centercolumn .centerdirectory a:hover {
	text-decoration:underline;
	color: #004F00;	
}

.new .centercolumn .centerdirectory a:active {
	text-decoration:none;
}

.new .centercolumn .rightdirectory {
	font-size:70%;
    width:400px;
	float:right;
	margin-top:50px;
	margin-right:15px;
}

.new .centercolumn .rightdirectory ul {
	margin-top:2px;
	margin-bottom:2px;
}

.new .centercolumn .rightdirectory img {
    float:right;
}

/*
The next three entries are used in the curriculum map on PDescPreEngCur.asp
*/

#green {
	background-color: #006600;
	text-align:center;
}

#yellow {
    background-color:#FFFF00;
	text-align:center;
}

#white {
    background-color:#FFFFFF;
	text-align:center;
}

#ar {
	text-align:right;
}

#large {
    font-size:130%;
}

@media print {
#page {
    page-break-before:always
}
}

/********************************************************************************
NEWS SLIDER STYLE
**********************************************************************************/
#box4{
	position:absolute;
	display:block;
}
#box4 div{
	width:710px;
	height:inherit;
	float: left;
	background:#eee;
	/*padding: 0px 20px 5px 8px;*/
}

#box4 ul{
	padding: 5px 170px 0px 10px;
	width:auto;
}

#box4 p{
	margin:5px 170px 0px 10px;
	width:auto;
}

#box4 h3{
	padding:5px 30px 0px 10px;
}

#box4 img{
	width:150px;
	float:left;
	text-align: center;
	padding-bottom: 5px;
}

#box4 img p {
	font-size:90%;
	text-align: center;
	margin-top:-0px; /* over-ride .centercolumn p margin so text is closer to picture*/
	margin-right:5px;
	margin-left:5px;
}

/* ********************************** */

.mask3{
	display:block;
	position:relative;
	height: 330px;
	width: 95%;
	overflow-y:scroll;
	overflow-x:hidden;
	text-align:left;
	border: solid 1px;
	padding-bottom: 2px;
	background: #eee;
	margin-left:2%;
	margin-top:1%;
	left: 0px; 
	top: 0px;
}

span img{
	display:block;
	border:none;
}

/*//////////////////////////////////////////////////////////////////////*/

li{margin-left:16px;}
h3{color:#063}
pre{background:#666; color:#fff; padding:10px; margin:10px; height:auto; width:auto; overflow:auto; font:12px Verdana,Courier,sans-serif}

.description{padding:16px;margin:10px 0;background:#eee}

.sample{display:block; padding:20px 30px; margin:4px 0 25px 0; text-align:left; margin-left: 15%; width:710px; max-width:60%;}
h4.stitle{color:#666;margin:0 0 5px 0}

.links {padding:10px;margin-top:20px}
.links a{font-size:14px;color:#0080FF;text-decoration:none}
.links a:hover{font-weight:bold}

.buttons{padding:5px; margin-left:1%;}
.buttons span{color:#000;padding:0 5px;cursor:pointer;font:11px Verdana font: bolder; border: solid 1px #999}
.buttons span:hover{background:#063;color:#fff; text-decoration:underline}




.buttons span.active{background:#063;color:#fff; text-decoration:underline}





