/* CSS for PALMS website */

/*----------------default styles---------------*/

/* default styles for text within <td>, <p>, <b>, and <i> respectively */
.bottomLinks
{
	text-align: center;
	font-size: 80%;
	color: black;
}
.copyright
{
	font-size: 75%;
	color: gray;
	text-align: center;
	padding-top: 15px;
}
p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: black;
	padding-left: 10px;
	padding-right: 10px;
}
p.firstParagraph
{
	padding-top: 10px;
}
p.error
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: red;
	padding-left: 10px;
	font-weight: bold;
	padding-top: 30px;
}
td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: black;
	line-height: 130%;
	vertical-align: top;
}
td.note
{
	font-size: 85%;
	color: #000099;
	text-align: left;
}
.imageRight{
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.imageLeft{
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.contentTable
{
	width: 100%;
	height: 50px;
	border-collapse: collapse;
}
div#main
{
	width: 770px;
	height: 100%;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px auto;
}
div#header{
	width: 770px;
	height: 217px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
.masterPageTable{
	width: 770px;
	height: 360px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

div.content{
	width: 610px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
}
.pastPresDate
{
/*	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
*/	color: blue;
	line-height: 110%;
	font-weight: bold;
	width: 12px;
	padding-left: 10px;
}
.pastPresident{
/*	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: black;
*/	line-height: 110%;
	/*font-weight: bold;*/
	width: 400px
}


.pagetitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #006600;
	font-weight: bold;
}
/*a:link,a:visited{
	color: mediumblue;
	text-decoration: underline;
}*/
a:hover{
	text-decoration: none;
}
a:active{
	color: red;
}
i{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
body{
	margin-top: 0px;
}
h1{
	padding-right: 0px;
	padding-left: 10px;
	font-size: 130%;
	padding-bottom: 0px;
	color: #3333ff;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
h2
{
	padding-left: 10px;
	font-size: 110%;
	color: #3333ff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 3px 3px 0px 0px;
}
h6
{
	font-size: 85%;
	color: fuchsia;
}
.highlight{
	font-size: 110%;
	color: blue;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

