/*-------------------------
	Page Styles
-------------------------*/
body {
	background-color:#ffffff;
	}
body.main {
	background-color: #ffffff;
	margin-left:0px;
	margin-top:0px;
    }
div#main {
	width:100%;
	text-align:center;
	}
p, div, li, td, blockquote {
	font-family: arial, "Century Gothic", "Franklin Gothic Medium", sans-serif;
    font-size: .85em;
    color: black;
  	}
h1, h2, h3, h4, h5, h6 {
	font-family:"Century Gothic", "Franklin Gothic Medium", sans-serif;
    }
h1 {
	font-size:1.5em;
	color:#618EA7;
	}
h2 {
	font-size:1.1em;
	color:#618EA7;
	}
h3 {
	font-family:"Century Gothic", "Franklin Gothic Medium", sans-serif;
	color:#46997A;
	font-size:1.1em;
	}
h4 {
	font-size:1.1em;
	color:#666666;
	margin:0;
	}
	
a {
	color: #669999;
  	}
a:visited, a:active {
	color: #723ca7;
  	}
a:hover {
    color: #000000;
  	}
a.tiny {
	color:#cccccc;
	font-size:9px;
	}
ul {
	list-style-image:url(../Images/little_blue_bullet.jpg);
	margin:0px;
	}
li {
	margin:5px;
	margin-left:0px;
	margin-right:0px;
	}
*html li {
	margin-left:10px;
	}
ul.latestnews {
	list-style-image:url(../Images/news_bullet.gif);
	margin:10px;
	margin-left:20px;
	padding:0px;
	}
ul.latestnews li {
	margin:5px;
	margin-left:0px;
	margin-right:0px;
	padding-bottom: 10px;
	}
div.latestnews {
	height:32px;
	overflow: hidden;
	font-size: 1em;
	}
div.programs {
	width:355px;
	background-color: #eeeeee;
	border: 1px solid #bbbbbb;
	margin:3px;
	padding:5px;
	}
/*-------------------------
   New Calendar Styles
-------------------------*/
tr.calendarMonthHeader {
   background-color: #e0f0e3;
   }
tr.calendarWeekHeader {
   background-color: #98d2a2;
   }
td.calendarBlank {
   background-color: #ffffff;
   }
td.calendarEvent {
   background-color: #ffffff;
   }
td.calendarNoEvent {
   background-color: #ffffff;
   }
td.calendarEvent:hover,
td.calendarNoEvent:hover {
   background-color: #e3f3e6;
   }
p.calendarText {
   font-size: 9px;
   }
	
/*-------------------------
	Top Styles
-------------------------*/
td.nav {
	text-align:center;
	background-repeat:no-repeat;
	}
td.nav a, td.nav a:active, td.nav a:visited {
	color:#FFFFFF;
	font-family: "Century Gothic", "Franklin Gothic Medium", sans-serif;
	font-size: 1em;
	text-decoration:none;
	display:block;
	height:56px;
	padding-top:30px;
	background-image:url(../Images/transparent.gif);
	}
td.nav a:hover {
	background-image: url(../Images/rollBGanim.gif);
	}
*html td.nav a, *html td.nav a:active, *html td.nav a:visited {
	height:86px;
	}

	
/*-------------------------
	Main Content Styles
-------------------------*/
div#welcome {
	width: 457px;
	float: left;
	background-image:url(../Images/welcome_bg.jpg);
	background-repeat:no-repeat;
	padding:45px 0px 0px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
div#news {
	width:316px;
	height:313px;
	overflow:hidden;
	background-image:url(../Images/news_bg.jpg);
	background-repeat:no-repeat;
	float:right;
	}
div#upcoming {
	width:296px;
	float:right;
	height:130px;
	background-color: #eeeeee;
	padding: 10px;
	}
*html div#upcoming {
	width:316px;
	}

	

	



/*-------------------------
	Misc Styles
-------------------------*/
table.border {
	border: 1px solid #000000;
    align: center;
    }
tr.StandardCheck {
	font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
    font-size: 9pt;
    }
tr.StandardRadio {
	font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
    font-size: 9pt;
    }

/*-------------------------
	Event Styles
-------------------------*/
p.event {
	font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
    font-size: 13pt;
    color: #4a708d;
    text-align: left;
    }
td.event {
	font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
    background-color: #4a708d;
	color: #ffffff;
    }
a.event {
	color: #ffffff;
    }
a.event:visited, a.event:active {
	color: #ffffff;
    }
a.event:hover {
	color: #ffffff;
    }

/*-------------------------
	CMS Styles
-------------------------*/
table.login {
	font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
	border: 1px solid #000000;
    background-color: #BBBBBB;
    }
td.loginError {
	font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
	background-color: #ff0000;
    color: #ffffff;
    text-align: center;
    }
p.login {
	font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
	color: #ffffff;
    text-align: center;
    }
table.controlPanel {
	background-color: #BBBBBB;
    /*background-image: URL("../Images/nharmony_designedSmall.gif");*/
    }
td.logoutButton {
	background-color: #BBBBBB;
    }
a.controlPanel,
a.controlPanel:visited,
a.controlPanel:active,
a.controlPanel:hover {
	width:200px;
    text-align: center;
    font-family: Tahoma;
    font-size: 10pt;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    }
a.cmsHeader {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-variant: small-caps;
	font-style: normal;
	text-decoration: none;
	background-image: none;
	word-spacing: normal;
	letter-spacing: 0.1em;
	vertical-align: middle;
	}
a.cmsHeader:link {
	color: #42795A;
  	}
a.cmsHeader:visited, a.cmsHeader:active {
	color: #42795A;
  	}
a.cmsHeader:hover {
    color: #bbbbbb;
  	}
b.star {
	font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
    font-size: 15px;
    color: #1e1e5a;
    }
div.note {
	font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
    font-size: 9pt;
	}
b.error {
	font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
    font-size: 15px;
    color: red;
  	}
b.formError {
	font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
    font-size: 13px;
    color: red;
    }

/*-------------------------
	CMS Form Styles
-------------------------*/
table.CMSborder {
	border: 1px solid #000000;
    align: center;
    width: 80%;
    font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
    font-size: 12pt;
    }
td.CMSHeader {
    background-color: #81a6a6;
    color: #000000;
    font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
    font-size: 12pt;
    }
tr.CMS0 {
	font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
    background-color: #eeeeee;
    color: #000000;
    }
tr.CMS1 {
	font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
    background-color: #dddddd;
    color: #000000;
    }
td.CMSFooter {
	font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
    background-color: #ffffff;
    }

/*-------------------------
	Standard Form Styles
-------------------------*/
table.Standardborder {
    border: 1px solid #000000;
    align: center;
    width: 80%;
    font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
    font-size: 12pt;
    }
td.StandardHeader {
	background-color: #ffffff;
    color: #4a708d;
    font-weight: bold;
    font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
    font-size: 10pt;
    }
tr.Standard0 {
	background-color: #ffffff;
    color: #000000;
    font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
    font-size: 9pt;
    }
tr.Standard1 {
	background-color: #ffffff;
    color: #000000;
    font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
    font-size: 9pt;
    }
td.StandardFooter {
	background-color: #ffffff;
    }

