/*************** BASIC STYLE SHEET **************/
/*-----------------------------------------------------------*/
/*----------- TEXT STYLES -----------------------------------*/
/*-----------------------------------------------------------*/
.STYLE-level1 {
	background-color: Teal;
	font-weight: bold;
	border-left: solid Black;
	border-top: thin double Black;
	margin: 1px 1px 5px 1px;
	clear: both;
	padding: 5px 5px 5px 20px;
	color: White;
	font: 16px;
}
.STYLE-level2 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: Silver;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	border-left: solid Black;
	margin-left: 1px;
	clear: both;
	color: Black;
	font: 14px;
}
IMG {
   float: left;
	margin: 0px 10px 2px 0px;
}
.STYLE-image_noMarginCtr IMG {
    float: center;	
	margin: 0px 0px 0px 0px;
	}
	
body, p, p span, .STYLE-regular_text, a, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; /*	padding: 2px 2px 2px 2px; */
	margin: 1px 1px 1px 1px;
	padding: 2px 0px 2px 0px;
}
ul {

}
li {
	list-style: square;
}

.newsFeedTitle {
	background-color: Black;
	text-align: center;
	font: 16px;
	color: Yellow;
	border-top: thin solid Yellow;
	font-weight: bolder;
	border-bottom: thin solid Yellow;
}
.newsItem {
	margin: 5px 1px 5px 0px;
	padding: 0px 0px 0px 0px;
}
.newsItem li {
	font-size: 10px;
}

/*--------------------------------------------------*/
/* -------------------specific divs ----------------*/
/*--------------------------------------------------*/
#webPage {
	margin: 10px 10px 10px 10px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#container {
	margin: 0px 0px 0px 0px;
}

#container1 {
	/* NOTE - the second value for padding must be greater
          than the right column linkList */
	padding: 1px 1px 1px 1px;
}

#container2 {
	/* NOTE - the second value for padding must be greater
          than the right column linkList */
	padding: 10px 140px 10px 5px;
}


#container3 {
	/* NOTE - the second value for padding must be greater
          than the right column linkList */
	padding: 10px 290px 10px 5px;
}

#information {
}

#footer {
	text-align: left;
	background-color: Silver;
	padding: 2px 2px 2px 10px;
	clear: both;
	font-size: smaller;
	border-top: thin solid Black;
	border-bottom: thin solid Black;
}
#footer a {
	text-decoration: none;

}

#horizLine{
	height: 20px;
	clear: both;
	background: url(horizontal_bar.gif) repeat-x;
}
#pageHeader {
	clear: both;
/*	background: url(header_screen.gif) no-repeat; */
	height: 80px;
}
#printHeader {
	display: none;
}

#newsFeed1 {
	background-color: #708090;
	color: Red;
	border-left: thin solid;
	border-right: thin solid;
/*	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px; */
}
#newsFeed2 {
	margin-top: 220px;
	position: absolute;
	top: 0px;
	right: 10px;
	width: 130px;
	background-color: #4169E1;
	color: White;
}

#navigationBar {
	padding: 0px 5px 0px 0px;
}
#button_cmha, #button_cmha a {
	float: left;
	background: #FFCCCC url(but_cmha.gif) no-repeat center;
}

#button_cmha a:hover{
	float: left;
	background: #FFCCCC url(but_cmha_over.gif) no-repeat center;
}

#button_aboutus, #button_aboutus a {
	float: left;
	background: #33CCCC url(but_about.gif) no-repeat center;
}

#button_aboutus a:hover{
	float: left;
	background: #33CCCC url(but_about_over.gif) no-repeat center;
}


#button_parents, #button_parents a {
	float: left;
	background: #999999 url(but_parents.gif) no-repeat center;
}

#button_parents a:hover {
	float: left;
	background: #999999 url(but_parents_over.gif) no-repeat center;
}
#button_team, #button_team a {
	float: left;
	background: #006666 url(but_team.gif) no-repeat center;
}

#button_team a:hover {
	float: left;
	background: #006666 url(but_team_over.gif) no-repeat center;
}

#button_contact, #button_contact a {
	float: left;
	background: #009999 url(but_contact.gif) no-repeat center;
}
#button_contact a:hover {
	float: left;
	background: #009999 url(but_contact_over.gif) no-repeat center;
}

#button_jumpmenu {
	margin-top: 10px;
	position: absolute;
	top: 30px;
	left: 625px;
/*-----------------------*/
/*	float: left;   */
	background: #FFCCCC;
	padding: 10px 0px 0px 10px;
	width: 180px;
	height: 50px;
}

/* BUTTON SIZES */
#button_cmha, #button_cmha a, #button_aboutus, #button_aboutus a,#button_parents,#button_parents a, #button_team, #button_team a,#button_contact, #button_contact a {
	margin: 0px 1px 0px 1px;
}
#button_aboutus, #button_aboutus a,#button_parents,#button_parents a, #button_team, #button_team a,#button_contact, #button_contact a {
	width: 180px;
	height: 60px;
}
#button_cmha, #button_cmha a {
	width: 70px;
	height: 60px;
}
#button_cmha a:hover, #button_aboutus a:hover,#button_parents a:hover,#button_team a:hover, #button_contact a:hover {

	border-top: thin outset Silver;
	border-left: thin outset Silver;
