/* CSS Document */

body{
	margin:0px;
	padding:0;
	line-height: 1.5em;
	background-color: #ffcc33;
	font-family: "Calisto MT";
}

h1 {
	font-family: "Calisto MT";
	font-size: 26px;
}

h2 {
	font-family: "Calisto MT";
	font-size: 26px;
}

h3 {
	font-family: "Calisto MT";
	font-size: 18px;
}

.style1 {color: #FFFFFF}

.style2 {font-family: "Calisto MT";
	font-size: 22px;}
	
.style3 {font-family: "Calisto MT";
	font-size: 22px;}

#footer{
color: #FFF;
text-align: center;
padding: 0;
font-size: 14px;
font: bold;
font-family: "Calisto MT";
}

#footer a{
color: #FFFFFF;
}

.indentmenu{
font: bold 16px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
font-family: "Calisto MT";
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
height: 20px;
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: black url(sitefiles/images/indentbg-OR.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: center;
color: white; /*text color*/
padding: 5px 5px;
text-decoration: none;
}

a {
color: white;
}

a:visited {
color: white;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover{
color: black !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(sitefiles/images/indentbg2-OR.gif) center center repeat-x;
}

.indentmenu ul li .current{
color: black !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(sitefiles/images/indentbg2-OR.gif) center center repeat-x;
}




.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 200px;
font-family: "Calisto MT";

border-bottom-width: 0;
}

.glossymenu li a{
background: white url(sitefiles/images/indentbg-ORsmall.jpg) repeat-x bottom left;
font: bold 15px "Calisto MT";
color: white;
display: block;
width: 200px;
height: 25px;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 200px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(sitefiles/images/indentbg2-ORsmall.jpg);
color: black;
}


.glossymenu2{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 200px;
font-family: "Calisto MT";

border-bottom-width: 0;
}

.glossymenu2 li a{
background: white url(sitefiles/images/indentbg-ORsmall.jpg) repeat-x bottom left;
font: bold 15px "Calisto MT";
color: white;
display: block;
width: 200px;
height: 25px;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


* html .glossymenu2 li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 150px;
}

.glossymenu2 li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu2 li a:hover{
background-image: url(sitefiles/images/indentbg2-ORsmall.jpg);
color: black;
}




