/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Comic Sans MS";
	}

	
#nav {
	width: 180px;
	float: left;
	margin-left: -1px;
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF;
	}
#wrapper {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

#content {
	padding: 10px 10px 0px;
	margin-left: 200px;
	border-left: 1px solid #F79421;
	max-width: 725px;
	}

#header {
	color: #800000;
	border-bottom: 1px solid #F79421;
	margin-bottom: 0px;
	height: 135px;
	background-color: #FFFFFF;
	background-image: url(../images/anim_border.gif);
	background-repeat: repeat-x;
	padding-top: 60px;
	text-align: right;
	}
	
#footer {
	background-color: #FFFFFF;
	color: #333333;
	border-top: 1px solid #F79421;
	font-size: x-small;
	text-align: center;
	padding: 5px;
	clear: both;
	}


.spacer {
	clear: both;
	}

dd, dt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	}
h1 {
	margin:15px 0px 15px 225px;
	padding:15px 0px 0px;
	font-size:x-large;
	font-weight:900;
	color:#981B1E;
	text-align: left;
	}
h2 {
	margin:10px 0px 10px 250px;
	padding:0px;
	color: #F16724;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	}
p {
	font:small/1.25em Verdana, Arial, Helvetica, sans-serif;
	margin:0px 10px 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
hr {
	color: #F16724;
}

#content pre {
	font-size: 10pt;
}
#navlist
{
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid #800000;
	width: 160px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid #800000;
}

#navlist li a { text-decoration: none; }

a:link {color:#800000;}
a:visited {color:#800000;}
a:hover {
	color: #F26522;
}
  
#slideshow {
	float: right;
}
#right_col {
	padding: 5px;
	float: right;
	width: 225px;
	text-align: right;
	border: thin dashed #F16724;
	margin: 5px;
}
#content #right_col h3 {
	text-align: center;
	margin-top: 5px;
	padding-top: 5px;
}
#content #right_col p {
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
}

h4 {
	font-size: large;
	font-weight: bold;
	color: #F16724;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3 {
	font-size: x-large;
	font-weight: bold;
	color: #981B1E;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
b {
	font-weight: bolder;
	color: #F16724;
}
.emphasis {
	color: #981B1E;
}
#clear_both {
	clear: both;
}
.emphasis2 {
	color: #F16724;
}
.dotted-line {
	background-image: url(/images/dotted-line.jpg);
	background-repeat: repeat-x;
	background-position: right bottom;
}
.adbox {
	border: thin dotted #981B1E;
	padding: 5px;
	background-color: #FDDAB3;
}
.smallTxt {
	font-size: smaller;
}
legend {
	color: #F16724;
}
.adbox2 {
	border: thin dotted #981B1E;
	padding: 5px;
}
#content .adbox2 h4 {
	margin-top: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
