#loginbar { 
	background: #FEBD54; 
	text-align: right;
	padding: 3px 20px 3px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#loginbar a {
	color: #25927C; 
	font-weight: bold;
}

#callout {
	background-color: #cce5e0;
	padding-bottom: 1em;
}

#callout a:link {
	color: #000; 
	font-weight: bold;
}

#callout a:hover, a:visited{
	color: #555; 
	font-weight: bold;
	text-decoration: underline;
}

#callout a:visited{
	color: #0769b4; 
	font-weight: bold;
	text-decoration: none;
}

#callout ul {
	list-style: "-";
}



#right-nav {
	background-color: #cce5e0;
	padding: 0;
	margin-bottom: 0;
	margin-top: -1.3em;
	
}

#right-nav a:link {
	color: #000; 
	font-weight: bold;
}

#right-nav a:hover, a:visited{
	color: #555; 
	font-weight: bold;
}

#right-nav a:visited{
	color: #0769b4; 
	font-weight: bold;
}

#right-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#right-nav li {
	list-style:none;
	margin: 0;
	border-bottom: 1px solid black;
	border-top: 1px solid white;
	padding: .5em .5em .5em .5em;
}

#right-nav li a:hover,li  a:visited {
	text-decoration:none;
	color: #0769b4;
}


#title {
	font-variant: small-caps;
	font-size: 2em;
	border-bottom: 1px solid black;
	padding-top: .5em;
	margin-bottom: .5em;
}

.noborder {
	border: none;
}

body { 
	margin-top: 0px;
	background-color: #fff;
}

*body { margin-top: 0px; } /* Hack for IE */

hr {
	width: 98%;
	height: 5px;
	color: #000;
	border: 5px;
}

a:link { color:#00614E; text-decoration: none; font-weight:500;}
a:hover { color: #ccc; text-decoration: none; font-weight:500; }
a:visited {color:#00914e; text-decoration:none; font-weight:500;}

/* p a:link, a:hover, a:visited { font-weight: bold; }*/

img.photo {
	padding: 3px 3px 3px 3px;
	border: 1px solid #FEBD54;
	margin: 0pt 10px;
}

/* Bolds links within the body and a P tag */
div.yui-b p a {
	font-weight: bold;        
} 

div.yui-b h1 {
	background-color: white;
	text-align: left;
	margin-left: 0em;
	padding-left: 0em;
	border-bottom: 2px solid black;
}

h1 {
	text-transform: uppercase;
}

h2 { 
	border-bottom: 1px solid black; 
	font-weight: bold;
	padding: 1.5em 0 .1em 0;
	color: black;
	margin-bottom: .7em;
	}
	
h6 {
	font-size: 85%;
}

th {
	background-color: #008067;
	color: white;
}

td {
	border:inherit;
}

h2.first {
	margin-top: -1em;
}

#custom-doc {
	width:800px;
}

#ft {
	border-top: 1px solid black;
	margin-top: 2em;
}



/**************************** Pop-Up Style ***************************************/

body.popup {
	margin:1em 0 0 0; 
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color:white; 
	font-size:small;
}

body.popup img { margin: 0 .5em .5em 0; }

body.popup .bio{
	width:95%; 
	color:#000000;  
	margin:0 1.5em 160px 1em;
	}

/**************************** End Pop-Up Style ***********************************/

