body {
	background-color: #EFEFD5;
}

a {
outline: none
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #BC6F30;
	font-style: italic;
	margin: 0px;
	padding: 0px 0px 10px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #003366;
	margin: 0px;
	padding: 0px;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
a:link {
	color: #CC6600;
}
a:visited {
	color: #CC6600;
}
a:hover {
	color: #CC6600;
}
a:active {
	color: #CC6600;
}
#bg {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#bg_left {
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#bg_right {
	background-image: url(images/right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#bottom {
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#box {
	background-color: #CEC2A4;
	color: #000000;
	font-size: 16px;
}
.smaller {
	font-size: 11px;
	color: #990000;
}
#bgbg {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#content {
	background-image: url(images/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FAFBF2;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#leftside {
	background-image: url(images/tile_leftside.jpg);
	
}
#leftside_text {
	padding-top: 20px;
	padding-right: 8px;
	padding-bottom: 20px;
	padding-left: 25px;
	
}

.highlight {
	color: #BC5E00;
	font-weight: bold;
}
#between {
	background-image: url(images/tile.jpg);
	background-repeat: repeat-x;
}
#content  ol {
	font-size: 15px;
	padding-left: 150px;
	list-style-position: outside;
}
#indnt {
	padding-left: 50px;
}
#tagline {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 75px;
	clear: both;
}
#tagline a {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	outline:0;
}
