body {
	color: #000000;
	background: #738E7F url(../Images/greentile.gif);
	margin: 5px 5%;
	}


/* ==================== DEFAULT PAGE ========================= */

#portal { margin: 40px auto; width: 400px; text-align:center; }
		
#portal h1, #portal p { color: #F7F6E8; text-align: center; }		
#portal h1 { font-size: 24px; margin-top: 20px; margin-bottom: 10px; }
#portal .subtitle { font-size: 14px; letter-spacing: 1px; }
#portal p { margin-top: 10px; }

#portal a { color: white; text-decoration: underline; }		
#portal a:hover { color: gold; text-decoration: underline; }		

/* ================ LAYOUT AND NAVIGATION ====================== */

#logo { margin-bottom: 10px; }

#sidenav { 
	width: 125px; 
	float: left;
	padding: 0;
	margin: 0;
	text-align: right; 
	}

#menu a {
	display: block;
	color: #F7F6E8;
	background: #7A4838 url(../Images/redtile.gif);
	font: 10px verdana, arial, helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 8px;
	padding: 4px 8px;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid #7A4838;
	border-left: 1px solid #7A4838;
	}
	
#menu a:hover {
	background: transparent;
	border: 1px dotted maroon;
	color: maroon;
	}

#menu a.dim, #menu a:hover.dim {
	background: transparent;
	color: maroon;
	border: 1px solid maroon;
	font-weight: bold;
	}

#page {
	background: #F7F6E8 url(../Images/parchment.gif);
	border-bottom: 3px solid #7A4838;
	margin-left: 140px;
	padding: 15px;
	min-height: 300px;
	}
	
#topmenu {
	margin-left: 140px;
	padding: 3px 0px;
	background: #7A4838 url(../Images/redtile.gif);
	color: white;
	text-align: right;
	text-transform: uppercase;
	border-bottom: 1px solid black;
	}
	
#topmenu a { 
	font: 10px arial, helvetica, sans-serif;
	color: #F7F6E8; 
	text-decoration: none;
	margin: 0px;
	padding:2px 15px; 
	border: 1px solid #7A4838;
	border-left: 1px solid #F7F6E8;
	}

#topmenu a:hover { 
	background: #738E7F url(../Images/parchment.gif);
	color: maroon; 
	border: 1px dotted maroon;
	}
	
#topmenu a.dim { 
	background: #738E7F url(../Images/parchment.gif);
	color: maroon;
	border: 1px solid #F7F6E8;
	}
	
#sidebar {
	position: absolute;
	top: 75px;
	right: 5%;
	width: 135px;
	padding: 10px;
	}

#content {
	margin-right: 140px;
	border-right: 1px dotted #7A4838;
	padding-right: 15px;
	min-height: 350px;
	}
	
#content a, #sidebar a { color: maroon; }
#content a:hover, #sidebar a:hover { color:#009966; }

#footer {
    margin: 10px 0px 20px 0px;
	text-align: center;
	color: white;
	}

#footer p { margin-bottom: 8px; font-size: 11px; }
	
div.clear { clear: both; font-size: 4px; }

/* ============================ text display =========================== */

em { font-style: italic; }
strong { font-weight: bold; }

h1, h2, h3 { font-family: Georgia, Palatino, Times serif; }

h1 { color:#A5BDAF; font-size: 24px; margin: 0px 0px 5px 0px; letter-spacing:2px; text-align: right; }
h2 { font-size: 18px; font-weight: normal; color: #009966; margin: 4px 0px; }

p, div.text {	
	font-family: verdana, arial, helvetica, sans-serif;
	}

p, li, td, blockquote, .label, .text { font-size: 12px; line-height: 18px; }

#sidebar p, #sidebar a, #sidebar div.text { font-size: 11px; line-height: 16px; }

ul { list-style: square; }

.medText { font-size: 11px; line-height: 18px; }
.smallText { font-size: 10px; line-height: 16px; }
.alert { font-weight: bold; color: #FF0000; }
.signature { text-align: right; font: italic 14px "times new roman", times, palatino, serif; }
.ahem { display: none; }

/* ============================== FORMS AND FIELDS ============================= */

th { font-weight: bold; text-align: right; }

input, textarea { border: 1px solid black; }
	
	



