/* CSS Document */

body
{   
	margin: 10px 0px 0px 0px;
	padding: 0;
	background-color: #CC9966;
	/* background-image:  url("/images/background.gif");
	background-repeat: repeat-x; */
}

#container
{
	
	background-color: #ffffff;
	border-top: 36px solid #810003;
	border-left: 2px solid #810003;
	border-right: 2px solid #810003;
	/* border-bottom: 0px solid #810003; */
	
}

/* #main {
	margin: 20px 0px 0px 30px;
	padding-right: 85px;
} */

#main-background {
	background-color: #ffffff;
	background-image:url("/images/background-branch.gif");
	background-repeat:no-repeat;
	background-position:100% 30px ;
}

#navigation {
	font-family: "Times New Roman", Times, serif;
}

ul#navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size:1.5em;
	font-weight:bold;
	font-style:italic;
	
}

ul#navigation li {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
}

ul#navigation li a:link, #navigation li a:visited {
	color: #CC9966;
	text-decoration:none;
}

ul#navigation li a:hover {
	color: #990000;
}

#navigation a:hover, body#home #nav-home a {
	color: #990000;
}

#content {
	padding-top: 40px;
	font-family: "Times New Roman", Times, serif;
	font-size: 90%; /* 105% */
	color: #990000;
	line-height: 1.5em; /* 1.5em */
	height: 400px;
}

p.nomargin {
	margin-top: 0px;
}

/* p {
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	color: #990000;
	line-height: 1.8em;
} */

a:link, a:visited {
	color: #CC6666;
}

a:hover {
	color: #990000;
}

#footer {
	background-color: #810003;
	text-align:center;
	vertical-align:middle;
	color: #FFCC99;
	font-family:"Times New Roman", Times, serif;
	font-size: 80%;
	font-style:italic;
	font-weight:bold;
	height:25px;
}
