a:hover {
	text-color:#DEE0ED;
	text-decoration: none;
	
}
a:visited {
	color: #FFFFFF;
}
a:active {
	color: #B9C9CF;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	background-color:#E6E6CE;
	margin: 0px;
	padding: 10px;
	width:inherit
}
/*
fieldset {
	border: 2px groove;
	padding: 10px;
}
form {
	margin:0px;
	padding:0px;
}
legend {
	font-size:80%;
	font-weight:bold;
	margin-bottom: 5px;
}
*/
/* Banner Title */
h1{
	color:#FFFFFF;
	font-size:100%;
	margin:0em;
}
h2{
	/* color:#B9C9CF; */
	font-size:100%;
	margin:0em;
}
h3{
	/* color:#26576D; */
	font-size:100%;
	margin:.5em 0em;
}
h4{
	/* color:#000000; */
	font-size:80%;
	margin:1em 0em .25em;
}
h5
{
	/* color:#000000; */
	font-size:80%;
}

hr{
	border: 1px solid #CCCCCC;
	height: 1px;
}
html{
	height:100%;
}
p{
	font-size: 80%;
	margin: .25em 0em 1em;
}
th{
	font-size: 80%;
	font-weight: bold;
	text-align:left;
	padding-right: 5px;
}
ul{
	margin-top: .25em;
}
li{
	font-size: 80%;
}


#banner{
	/* background-color:#26576D;
	border: 1px solid #344164; */
	/*padding: 20px 10px;*/
	padding: 2px 5px;
}
/*
#baylorlogo{
	/* background: url(baylor_logo1.gif) no-repeat top center; */
/*	height:50px;
	margin: 20px 0px 5px;
}
*/
#bottomOptions{
	text-align:center;
}
#contentTable{
	/* border: 1px solid #344164; */
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#footer{
	color:#990000;
	font-size: 90%;
	padding: 5px 0px;
	text-align:center;
}
/*FORMS*/
/*
.formLabel {
	font-size: 80%;
	text-align: right;
	white-space: nowrap;
	padding: .15em .5em .15em 0em;
}
.formField {
	font-size: 80%;
	text-align: left;
	padding: .15em 0em;
}
.formGroupLabel {
	font-size: 80%;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	padding: .25em .5em .15em 0em;
}
.hint{
	color:#666666;
	font-size:12px;
}

*/
#htpnlogo{
	/* background: url(htpn_logo1.gif) no-repeat top center; */
	height:35px;
	margin: 20px 0px 5px;
}
.oddrow td{
	background-color: #f7f7f0;
}
#pageContent{
	padding: 10px 20px 20px;
}
#paneLeft{
	 background-color: #677AA3;
	/*
	border-right: 5px solid #95ACB5; */
	vertical-align: top;
}
#paneLeft p{
	text-align: center
}

/** START LEFT NAVIGATION **/

#paneLeft ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px; /* Width of Menu Items */
}
#paneLeft li {
	font-size: 100%;
	font-weight:bold;
}
#paneLeft li li{
	font-size: 100%;
}
#paneLeft ul li a {
	/* color: #26576D; */
	text-decoration: none;
	/* border-bottom: 1px solid #95ACB5; */
	padding: 5px;
	display: block;
	}
	
	
.htmlNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 200px;
	text-decoration: none;
	padding-left: 14px;
	height: 15px;
	padding-top: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #000000;
	border-right-width: 0px;
	border-left-width: 0px;
	padding-right: 10px;
	padding-bottom: 3px;
	background-color: #677AA3; /** liteGray #B9C9CF;  darkPurple #677AA3; liteBlue #CCFFFF  #E5E5E5;**/
	
	display: block;
	}
	.htmlNav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 200px;
	text-decoration: none;
	padding-left: 14px;
	height: 15px;
	padding-top: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-bottom-color: #FFFFFF;
	border-right-width: 0px;
	border-left-width: 0px;
	background-color: #677AA3;   /*#495878; */
	
	
}
/* Fix IE. Hide from IE Mac \*/
* html #paneLeft ul li { float: left; height: 1%; }
* html #paneLeft ul li a { height: 1%; }
/* End */

#paneLeft li.selected a {
	 background: #E1E8EA; 
}
#paneLeft ul li a:hover{
	 color: #ffffff;
	/*background:#95ACB5; */
}

/*END LEFT NAV */



#paneMiddle{
	background-color:#FFFFFF;
	vertical-align: top;
	width:100%;
	font-size:100%;
}
.postdate{
	color:#999999;
	font-size: 70%;
	font-style:italic;
}

#sectionTitle{
	/* background-color:#26576D; */
	padding: 5px 10px;
	border: 1px solid #FFFFFF;
	border-width: 1px;
}

.content
{
	font-size:80%;
}
#content
{
	font-size:80%;
}
#email{ /* image width not to exceed 190px */
	padding: 10px 5px;
	text-align: center;
	text-color:#000033;

}