﻿body {
	background-color: #e0d8f0;
}

#background {
	position: relative;
	top: 0px;
	margin-left:auto;
	margin-right:auto;
	width: 980px;
	height: 155px;
	background: transparent url('../images/banner.jpg') no-repeat;
}

#mainPage {
	position:relative;
	background-color:#f0e8ff;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	height:auto;
	top:0px;
}

#menuBlock {
	position:inherit;
	background-color:transparent;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	height: auto;
}

#footer {
	left: 0px;
	position: relative;
	height: 70px;
	width: 980px;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	border-top: thin gray inset;
	bottom: 0px;
	background-color:#f0e8ff;
}

.menuItem {
	width:980px; 
	height:35px; 
	position:relative; 
	z-index:100; 
	font-family:arial, sans-serif;
}

* html .menuItem {width:840px; w\idth:840px;}

.menuItem ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

.menuItem a:visited{
	text-decoration:none; 
}

.menuItem a{
	text-decoration:none; 
}

.menuBrick{
	display:block;
	font-size:18px;
	text-align: center;
	color:navy; 
	width:134px; 
	height:26px; 
	border: solid #5f62a9; 
	font-family: Arial, sans-serif;
	border-width:3px 3px 6px 3px; 
	background:#b5ccff; 
	line-height:25px; 
}


/* menuitems confiuration */

/* first level */
.menuItem a:hover{
	color:black; 
	border-color:black; 
}


.menuItem li {
	float:left;
	position:relative;
}


/*make drop down menu visible when hovered */
.menuItem ul a:hover ul{
	visibility: visible;
}


.menuItem ul li:hover ul{
	visibility: visible;
}

/*second level - drop down */

.menuItem ul ul {
	width:140px;
	visibility:hidden;
	position:absolute;
	height:0;
	top:35px;
	left:0px; 
}

.menuItem ul ul a:visited  {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #333344;
	width: 128px;
	height: auto;
	border-left: 1px #336699 solid;
	border-right: 1px #336699 solid;
	background-color: #b5CCFF;
	padding: 5px 5px;
	line-height: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.menuItem ul ul a  {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #333344;
	width: 128px;
	height: auto;
	border-left: 1px #336699 solid;
	border-right: 1px #336699 solid;
	background-color: #b5CCFF;
	padding: 5px 5px;
	line-height: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.menuitem ul ul :visited > a  {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #333344;
	width: 128px;
	height: auto;
	border-left: 1px #336699 solid;
	border-right: 1px #336699 solid;
	background-color: #b5CCFF;
	padding: 5px 5px;
	line-height: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.menuitem ul ul > a  {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #333344;
	width: 128px;
	height: auto;
	border-left: 1px #336699 solid;
	border-right: 1px #336699 solid;
	background-color: #b5CCFF;
	padding: 5px 5px;
	line-height: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.menuItem ul ul a:hover  {
	color:#ffffff; 
	background: #000066;
}

.menuItem ul ul :hover > a  {
	color:#ffffff; 
	background: #000066;
}

/* complete top and bottom border lines where applicable*/
.top_box {
	border-top: 1px #336699 solid;
}
.bottom_box {
	border-bottom: 1px #336699 solid;
}


/* third level - fly out */
 
.menuSubtitle {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #333366;
	width: 143px;
	height: auto;
	border-left: 1px #336699 solid;
	border-right: 1px #336699 solid;
	background-color: #eeddbb;
	padding: 5px 5px;
	line-height: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.menuItem ul ul ul a:visited {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #333366;
	width: 143px;
	height: auto;
	border-left: 1px #336699 solid;
	border-right: 1px #336699 solid;
	background-color: #eeddbb;
	padding: 5px 5px;
	line-height: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.menuItem ul ul ul a {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #333366;
	width: 143px;
	height: auto;
	border-left: 1px #336699 solid;
	border-right: 1px #336699 solid;
	background-color: #eeddbb;
	padding: 5px 5px;
	line-height: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.menuitem ul ul ul :visited > a {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #333366;
	width: 113px;
	height: auto;
	border-left: 1px #336699 solid;
	border-right: 1px #336699 solid;
	background-color: #eeddbb;
	padding: 5px 5px;
	line-height: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.menuitem ul ul ul > a {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #333366;
	width: 113px;
	height: auto;
	border-left: 1px #336699 solid;
	border-right: 1px #336699 solid;
	background-color: #eeddbb;
	padding: 5px 5px;
	line-height: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.menuSubtitle {
	background-color:#333366;
	color: #eeddbb;
	text-align:center;
} 

.menuItem ul ul ul a:hover {
	color:#3333ff; 
	background-color: #b29bad;
}


.menuitem ul ul ul :hover > a {
	color:#3333ff; 
	background-color: #b29bad;
}


.menuItem ul ul ul{
	left:140px;
	top:-1px;
}


/* keep third level hidden*/ 
.menuItem ul :hover ul ul{
	visibility:hidden;
}
 
/*make third level visible when hovered*/
.menuItem ul :hover ul :hover ul{ 
	visibility:visible;
}

/* fourth level - fly out */
 

.menuItem ul ul ul ul a:visited {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #116611;
	width: 133px;
	height: auto;
	border-left: 1px #336699 solid;
	border-right: 1px #336699 solid;
	background-color: #ffccaa;
	padding: 5px 5px;
	line-height: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.menuItem ul ul ul ul a {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #116611;
	width: 133px;
	height: auto;
	border-left: 1px #336699 solid;
	border-right: 1px #336699 solid;
	background-color: #ffccaa;
	padding: 5px 5px;
	line-height: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.menuitem ul ul ul ul :visited > a {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #116611;
	width: 133px;
	height: auto;
	border-left: 1px #336699 solid;
	border-right: 1px #336699 solid;
	background-color: #ffccaa;
	padding: 5px 5px;
	line-height: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.menuitem ul ul ul ul > a {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #116611;
	width: 133px;
	height: auto;
	border-left: 1px #336699 solid;
	border-right: 1px #336699 solid;
	background-color: #ffccaa;
	padding: 5px 5px;
	line-height: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.menuItem ul ul ul ul a:hover {
	color:#bbbb33; 
	background-color: #776644;
}


.menuitem ul ul ul ul :hover > a {
	color:#bbbb33; 
	background-color: #776644;
}


.menuItem ul ul ul ul{
	left:155px;
	top:-1px;
}


/* keep fourth level hidden `*/
.menuItem ul :hover ul :hover ul ul{
	visibility:hidden;
}
 
/*make fourth level visible when hovered*/
.menuItem ul :hover ul :hover ul :hover ul{ 
	visibility:visible;
}
/* end of 4th level*/

#bodyText {
	text-align:justify;
	color:#000066;
	font: normal normal normal 100% Comic Sans MS, Arial, Helvetica, sans-serif;	
	background-color:#f0e8ff;
	position:relative;
	width:800px;
	height:auto;
	top:0;
	margin-left:auto;
	margin-right: auto;
	margin-bottom: 35px;
}

.headerText {
	position: relative;
	color: #330066;
	font: normal normal normal 36pt/60px Comic Sans MS, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-bottom:20px;
	height: 70px;
	border-bottom-color:blue;
	border-bottom-style:double;
	border-bottom-width:thick;
}

.headerNoBorder {
	position: relative;
	text-align: center;
	color: #330066;
	font: normal normal bold 200% Comic Sans MS, Arial, Helvetica, sans-serif;
	margin-bottom:20px;
	height: auto;
}


.storyText {
	text-align:left;
	font: normal normal normal 100% Comic Sans MS, Arial, Helvetica, sans-serif;	
	color: #000066;	
}

.pictureText {
	text-align:center;
	font: italic normal normal 90% "Comic Sans MS", Arial, Helvetica, sans-serif;
}


.narrowColumn {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
	height:400px;
	width: 250px;
	float:left;
}

.pictureBox {
	position: relative;
	margin-top: 80px;
	float:left;
	margin-left:80px;
}

.greenBorderColumn {
	background-image:url('../learning/images/greenborder.gif');
	position: relative;
	margin-top: 10px;
	margin-bottom:10px;
	padding-top:85px;
	padding-left: 25px;
	padding-right: 25px;
	margin-left: 60px;
	width: 450px;
	height:410px;
	float:left;
}


.newsBody{
	position: relative;
	max-height: 820px;
	margin-left:auto;
	margin-right:auto;
	width: 980px;
	overflow: auto;
}

.newsColumn {
	margin-top: 20px;
	float: left;
	width: 390px;
	margin-left: 60px;
	margin-right: 0px;
	height:820px;
}


.subjectTitle {
	font: normal normal bolder large Arial, Helvetica, sans-serif;
	text-align:center;
}

.subjectBody {
	font: normal normal normal 100% Arial, Helvetica, sans-serif;
}

.subjectBold {
	font: normal normal bolder 100% Arial, Helvetica, sans-serif;
}	

.panoramicPhoto {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width:840px;
	margin-top: 35px;
}

.newsDate{
	background-color: blue;
	color: white;
	position: relative;
	width: 120px;
	margin-top:0;
	margin-left:0;
	margin-right:auto;
	font: normal normal bold 100% Arial, Helvetica, sans-serif;
	text-align: center;
}

.newsIssue{
	background-color: blue;
	color: white;
	position: relative;
	width: 180px;
	margin-top:0;
	margin-left: auto;
	margin-right:0;
	font: normal normal bold 100% Arial, Helvetica, sans-serif;
	text-align: center;
}

.newsHeadline{
	position: relative;
	text-align: center;
	color: red;
	font: normal normal bold large Comic Sans MS, Arial, Helvetica, sans-serif;
}

.newsBodytext{
	text-align: justify;
	color: black;
	font: normal normal normal 100% Comic Sans MS, Arial, Helvetica, sans-serif;	
}

.newsPicture{
	position: relative;
	height: auto;

	text-align: center;
	padding-bottom: 5px;
}

.arrowStyle{
	position: absolute;
	width: 10px;
	height: 10px;
	border: 0;
	right:3px;
	top:6px;
}

.bgTable {
	background-color:#f0e8ff;
	position:relative;
	top:-15px;
	margin-left:auto;
	margin-right:auto;
	border:1px #e0d8f0 solid;
	width:980px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	height:100%;
}

.bgCell {
	border:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
}

.newsinfo {
				position: relative;
				width: 700px;
				left: 130px;
				border: medium dotted #0000FF;
				background-color: #C0C0C0;
				font-family: "Comic Sans MS", Arial, Helvetica, "Sans Serif";
				font-size: medium;
				font-weight: normal;
				font-style: italic;
				color: #800000;
				margin-top: 15px;
				margin-left: 15px;
				text-align: center;
}

.newsinfo a { 
				font-family: "Comic Sans MS", Arial, Helvetica, "Sans Serif";
				font-size: medium;
				font-style: italic;
				color: #800000;		
}

.newsinfo a:visited{ 
				font-family: "Comic Sans MS", Arial, Helvetica, "Sans Serif";
				font-size: medium;
				font-style: italic;
				color: #333399;		
}
