/* html tag styles */

body {
	background-color: #625448;
	background-image: url(images/bg.gif);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center top;
	margin: 10px 0px 10px 0px;
}
ul, li, td, tr {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #000000;
}
p {
	text-align:justify;
}
blockquote {
	text-align:justify;
}

/* form styles */

form {  
	font-family: "Trebuchet MS";
	font-size: 12px;
}
select, input, textarea {
	font-family: "Trebuchet MS";
	font-size: 13px;
        background-color: #F1E6DB;
	color: #4B2B1B; 
	border: 1px solid #4B2B1B;
}
input.button {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	background: #8E8E8E url("images/button.gif");
	color: #F5E8D1;
	border: 1px solid #4B2B1B;
}

/* table styles */

.content {
	background-color: #FFFFFF;
	background-image: url(images/content.gif);
	padding: 10px;
	height: 400px;
}
.block {
	padding: 10px 5px 10px 10px;
}
.note {
	padding: 0px 0px 3px 18px;
	font-size: 12px;
}
.announcement {
	background-image: url(images/announcement_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 15px 15px 0px;
	font-weight: bold;
	color: #6A4A36;
	height: 180px;
}
.header {
	background-color: #F3EDE7;
	padding: 2px 2px 2px 12px;
	color: #6A4A36;
}
.menu {
	font-size: 21px; 
	font-weight: bold;
	color: #613C29;
	border-color: #613C29;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 1px;
	border-style: dotted;
}

/* font styles */

.title {  
	font-size: 17px; 
	font-weight: bold; 
	color: #915B1B; 
}
.stress {
	font-size: 14px;
	font-weight: bold;
	color: #9D491C;
}
.bold {
	font-size: 15px;
	font-weight: bold;
}
.small {
	font-size: 12px;
	font-weight: normal;
	color: #835116;
}

/* link styles */

a:link, a:visited, a:active {
	color: #915B1B;
	text-decoration: underline;
}
a:hover {
	color: #6A4A36;
	text-decoration: none;
}

/* side bar styles */

#bar {
	font-size: 13px;
	color: #623D26;
	padding: 0px 0px 10px 16px;
}
#bar a:link, #bar a:visited, #bar a:active {
        text-decoration: none;
	color: #F5E8D1;
}
#bar a:hover {
	text-decoration: none;
	color: #623D26;
}

/* multi nav styles */

.pagecurr {
	color: #6A4A36;
	background-color: #F3EDE7;
	border-color: #6A4A36;
	border-style: solid;
	border-width: 1px;
	margin: 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 1em;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.pagelink a:link, .pagelink a:visited, .pagelink a:active {
	color: #F3EDE7;
	background-color: #6A4A36;
	border-color: #6A4A36;
	border-style: solid;
	border-width: 1px;
	margin: 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 1em;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.pagelink a:hover {
	color: #6A4A36;
	background-color: #DDD3CA;
	border-color: #6A4A36;
	border-style: solid;
	border-width: 1px;
	margin: 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 1em;
	font-size: 11px;
	text-decoration: none;
}
