@import url("common.css");
/* ID Styles */
#emailtable {
    font-size: small;
    margin-left: auto;
    margin-right: auto;
}

/* Navigation Styles */
#navigation {
/*    margin: 0;*/
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    clear: left;
    overflow: visible;
    margin: 0px;
    border: 0px;
/*    font-size: large;*/
}
#navigation ul {
    list-style-type: none;
    width: auto;
    margin: 0;
    padding: 0;
    font-weight: bold;
}
#navigation li {
    border: 1px solid;
    border-style: outset;
    float: left;
}
#navigation a {
    text-decoration: none;
    color: #333333;
/*    display: block;*/
    margin: 0px;
/*    padding: 5px;*/
    border: 1px solid #708090;
    background-color: #EEEEEE;
}
#navigation a:hover {
	text-decoration: none;
	color: #261;
	background-color: #ccc;
}

/*
#footer {
	clear: both;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
    font-size:smaller;
}
#footer a {
	color: #708090;
	padding: 5px;
	text-decoration: underline;
}
#footer a:hover {
	color: #2f4f4f;
	text-decoration: none;
}
#footer li {
	float: left;
}
#footer p {
	font-size: 0.85em;
}
#footer table {
    border: 0px;
    border-spacing: 2px;
    padding: 2px;
}
#footer ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#largeimage {
    height: 250px;
    border: 10px #E6EAC8 solid;
}
#maintable {
    font-size: small;
    border: 0px;
    border-spacing: 0px;
    padding: 0px;
	width: 90%;
}
#masthead h1 {
	font-size: xx-large;
}
#notice {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
    font-size: small;
}
*/
/* Element Styles */
/*
body {
    background-color: #E6EAC8;
}
div
{
	font-family: "Comic Sans MS";
}
p
{
	font-family: "Comic Sans MS";
}
table
{
	font-family: "Comic Sans MS";
    font-size:smaller;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
td {

}
textarea
{
	font-family: "Comic Sans MS";
    height: 300px;
}
*/

#selectable .ui-selected { background: #F39814; color: white; }

