/* font sizes are defined in 'fontSizesWin.css' and 'fontSizesMac.css' */
a:hover {
	text-decoration: underline;
}

a {
	text-decoration: none;
	color: #0000FF;
}

.navigationBar {
	padding: 5px 0px;
}

.alert {
	padding: 5px;
	border: thick double #FF0000;
	background-color: #FFFF99;
	margin: 5px;
	text-align: center;
	filter: Light;
}

.navigationBarBG {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #EBF8EB;
	background-repeat: no-repeat;
}

.navigationHeading, .navigationHeadingCurrent {
	/*font-weight: bold;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 5px;
	padding-left: 5px;
}

.navigationHeadingSmall, .navigationHeadingCurrentSmall {
	/*font-weight: bold;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 0px; /* for best fit */
	padding-left: 5px;
}

.navBarBox {
	padding-right: 5px;
	padding-left: 5px;
	width: 140;
}

.navigationHeadingCurrent, .navigationHeadingCurrentSmall {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.navigationHeadingCurrent a, .navigationHeadingCurrentSmall a {
	color: #000000;
	/*text-decoration: underline;*/
}

.navigationItems {
	padding: 0;
	margin-bottom: 6px;
	margin-top: 2px;
}

.navigationItem, .navigationItemCurrent {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	line-height: 18px;
	padding-left: 10px;
	padding-right: 5px;
}

.navigationItem a {
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.navigationItem a:hover {
	color: #0000FF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
}

.navigationItemCurrent {
	/*line-height: 16px;*/
	color: #000000;
	background-color: #FFFFFF;
	/*border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;*/
}

.navigationItemCurrent a {
	color: #000000;
	text-decoration: none;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;*/
}

.navigationItemCurrent a:hover {
	color: #0000FF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
}

.myH1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-size: 36px;/*40 for larger*/
	padding-bottom: 4px;
}

.myH2, .myH3, .myTableHeader, .newsItemHeading, .myTableHeaderSmall {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-size: 16px;/*18 for larger*/
}

.newsItemHeading {
	padding-bottom: 8px;
}

.myH2 {
	padding-top: 8px;
	padding-bottom: 8px;
}

.myTableHeader {
	background-color: #EBF8EB;
}

p {
	padding-top: 1px;
	padding-bottom: 12px;
	margin: 0px;
	/*text-align: justify;*/
}

.copyNotice {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	font-style: italic;
	text-align: justify;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	clear: both;
}

.sidebar p {
	color: #006600;
	padding-bottom: 4px;
	text-align: justify;
}

.sidebarHeading {
	color: #006600;
	text-align: left;
	font-weight: bold;
}

body, p, .copyNotice, .myBody, .myTable, .myli, .imageCaption, .imageCaptionSideBar, .footer, .sidebar, .contentsli {
	/*font-size: 12px;/*13 for larger*/
	font-family: Georgia, "Times New Roman", Times, serif;
}

.myli {
	list-style-type: square;
	padding-top: 2px;
	padding-bottom: 2px;
	display: list-item;
}

.myoli {
	list-style-type: lower-roman;
	padding-top: 2px;
	padding-bottom: 2px;
	display: list-item;
}

/* use below myH2 */
.myul {
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 22px;
	margin-top: -4px;
}

/* use below <p></p> */ 
.myulOther {
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 22px;
	margin-top: -8px;
}

/* use below myH2 */
.myol {
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 22px;
	margin-top: -4px;
}

/* use below <p></p> */ 
.myolOther {
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 22px;
	margin-top: -8px;
}

.content {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}

.imageCaption, .imageCaptionSideBar {
	text-align: center;
	font-style: italic;
	padding-top: 5px;
	padding-bottom: 5px;
}

.imageCaptionSideBar {
	color: #006600;
}

.footerBG {
	height: 50px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

.footer {
	text-align: center;
	color: #006600;
}

.BGNoRepeat {
	background-repeat: no-repeat;
}

.myTable {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

.pictureFrame {
	border: 1px solid #006600;
}

.sidebar {
	float: right;
	width: 292px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.sidebarSmall {
	float: right;
	/*width: 292px;*/
	margin-bottom: 5px;
	margin-left: 5px;
}

.newsItemLight {
	padding: 5px;
}

.newsItemDark {
	background-color: #EBF8EB;
	padding: 5px;
}

.BGRepeatX {
	background-repeat: repeat-x;
}
.contentsItem {
	height: 50px;
	width: 280px;
}

.contentsli {
	list-style-type: square;
	display: list-item;
	margin-left: 20px;
}

hr {
  border: 0;
  width: 50%;
  color: #006600;
  background-color: #006600;
  height: 1px;
}
.pictureFrame {
	background-color: #999999;
	border: 1px solid #009900;
}
.myTableHeaderSmall {
	background-color: #EBF8EB;
}
