* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #3B3B3B url(images/bg9.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #99CCFF;
}

h1, h2, h3 {
	font-weight: normal;
	color: #660000;
}

h1 { font-size: 197%; }
h2 { font-size: 185%; }
h4 { font-size: 150%; font-weight:bold; color:#333333; padding-bottom: 15px;}
h3 { font-size: 100%; font-weight: bold; }
h5 { font-size: 110%; font-weight: bold; color:#333333;padding-top: 15px;}

p, ol {
	line-height: 28px;
	font-size: 100%;
	color:#333333;
}

ul {
	line-height: 18px;
	font-size: 100%;
	color:#333333;
}

.back {
	text-align:center;
	font-size:10px;
	font-variant:small-caps;

}

.left {

	float: left;
	padding-right: 10px;	
}

.right {

	float: right;
	padding-left: 10px;	
}

a:link {
	color: #3a5362;
}

a:hover {
	color: #c0c0c0;
}

a:visited {
	color:#808080;
}



#header {
	width: 740px;
	height: 80px;
	margin: 0 auto;
	background-image:url(images/head_bg.jpg);
	background-repeat:no-repeat;

}

#header2 {
	width: 740px;
	height: 80px;
	margin: 0 auto;
	background-image:url(images/head_bg2.jpg);
	background-repeat:no-repeat;

}

#logo {
	float: left;
	width: 228px;
	height: 95px;
	padding: 10px 0 0 10px;


}

#logo h1 {

	text-align: center;
	letter-spacing: normal;
	font-size: 24px;
}

#logo h1 a {
	color: #000000;
}

#logo h2 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: bold;
}

#logo h2 a {
	color: #3B3B3B;
}

#logo a {
	text-decoration: none;
}


#logo2 {
	float: left;
	width: 400px;
	height: 80px;
	padding-top:10px;
	padding-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-image:url(images/logo_bg2.jpg);

}

#logo2 h1 {
	padding-top: 20px;
	text-align: left;
	text-transform: uppercase;
	font-size: 18px;

}

#logo2 h1 a {
	color: #000000;
}

#logo2 h2 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: bold;
}

#logo2 h2 a {
	color: #3B3B3B;
}

#logo2 a {
	text-decoration: none;
}


#logo3 {
	float: left;
	width: 408px;
	height: 85px;
	padding-top:10px;
	padding-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-image:url(images/logo_bg2.jpg);

}

#logo3 h1 {
	padding-top: 10px;
	text-align: left;
	text-transform: uppercase;
	font-size: 18px;

}

#logo3 h1 a {
	color: #000000;
}

#logo3 h2 {
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: bold;
}

#logo3 h2 a {
	color: #3B3B3B;
}

#logo3 a {
	text-decoration: none;
}






#menu {
	padding-right: 20px;
	float:right;

}

#menu ul {
	margin: 0;
	padding: 30px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	text-decoration: none;
	font-size: 85%;
	font-weight: bold;
	padding-top: 0;
	padding-right: 13px;
	padding-bottom: 0;
	padding-left: 13px;
}

#menu a:hover, #menu .active a {
	background: #660000;
	color:#FFFFFF;
}

#menu .active a {
}



#banner {
	width: 740px;
	height: 179px;
	margin: 0 auto;
	background: url(images/img2.jpg) no-repeat;
}

#banner2 {
	width: 740px;
	height: 115px;
	margin: 0 auto;
	background: url(images/img3.jpg) no-repeat;
}

.slideshow {
	width: 490px;
	height: 178px;
	float:right;
	padding-right:20px;

}

#banner p {
	padding: 100px 550px 50px 20px;
	text-align: right;
	font-weight: bold;
	color: #000000;
}



#page {
	width: 740px;
	margin: 0 auto;
	background-image:url(images/bg2.jpg);
}

#page h1, #page h2 {
	margin-bottom: 10px;
}

#byline {
	padding: 0px 0px;
	margin: 5px 0 15px 0;
	color:#000000;
	font-size: 12px;
	font-weight:bold;
	font-style:italic;
}

#list {
	padding: 0px 0px;
	margin: 5px 0 15px 0;
	color:#000000;
	font-size: 12px;


}

#content {
	float: right;
	width: 470px;
	line-height: normal;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 5px;
;
}

#content h3 {
	padding: 0px 0px;
	margin: 15px 0 5px 0;
	color:#000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #421103;
}

#content ol, #content ul {
	margin-left: 3em;
}


#box1 {
	margin-bottom: 15px;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #421103;
	border-right-color: #421103;
	border-bottom-color: #421103;
	border-left-color: #421103;

}

#quote {
	float: left;
	font-size: 11px;
	font-style:italic;
	color:#ffffff;
	padding-top: 0px;
	width: 150px;
	border: 0px solid #000000;

	background-color: #421103;
	padding-top: 8px;
	padding-right: 19px;
	padding-bottom: 20px;
	padding-left: 10px;

}

#quote a {
	line-height: 12px;

}

#sidequote {
	font-size: 12px;
	color:#ffffff;
	padding-top: 15px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #CCCCCC;

}

#sidequote h1 {
	font-size:18px;
	color:#cccccc;

}

#sidequote ul il {
	color:#CCCCCC

}

#footnote {
	font-size: 10px;
	font-style:italic;
	color:#000000;
	padding: 10px 0 10px 0;


}

#box {
	font-size: 10px;
	font-style:italic;
	color:#000000;
	padding: 10px 0 10px 0;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #cccccc;

}

#box2 {
	font-size: 12px;
	font-style:italic;
	color:#000000;
	border-top: #666666 1px solid;
	border-bottom: #666666 1px solid;
	padding: 10px 0 10px 0;

}

#box3 {
	font-size: 12px;
	font-style:italic;
	color:#000000;
	border-top: #666666 1px solid;
	padding: 10px 0 10px 0;
	margin-top: 10px;

}

#sidebar-main {
	float: left;
	width: 170px;
	margin-left:28px;
	background-color: #421103;
	border: 1px solid #000000;
	padding-top: 8px;
	padding-right: 19px;
	padding-bottom: 20px;
	padding-left: 10px;

}

#sidebar-main ul li a:hover{
	color:#CCCCCC}

#sidebar-main a:link {
	color: #99CCFF;
}

#sidebar-main h2 {
	padding: 6px 0 8px 0;
	font-size: 100%;
	font-weight: bold;
	color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC33;
}

#sidebar-main h3 {
	font-size: 77%;
	color:#FFFFFF;
}

#sidebar-main h3 span {
	padding: 3px 5px;
	background: #000000;
}


#sidebar {
	float: left;
	width: 170px;
	margin-left:18px;
	background-color: #421103;
	border: 1px solid #000000;
	padding-top: 8px;
	padding-right: 19px;
	padding-bottom: 20px;
	padding-left: 10px;

}

#sidebar ul li a:hover{
	color:#CCCCCC}

#sidebar a:link {
	color: #99CCFF;
}

#sidebar h2 {
	padding: 6px 0 8px 0;
	font-size: 100%;
	font-weight: bold;
	color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC33;
}

#sidebar h3 {
	font-size: 77%;
	color:#FFFFFF;
}

#sidebar h3 span {
	padding: 3px 5px;
	background: #000000;
}



#footer {
	clear: both;
	width: 720px;
	height: 15px;
	margin: 0 auto;
	padding: 10px;
	background-image:url(images/footer_bg.jpg);

}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}

#legal {
	float: left;
	color:#666666;
}

#links {
	float: right;
}


.cssbutton{
background-color: #ECE9D0;
border: 2px #82643e outset;
padding: 1px 4px;
color: white;
text-decoration: none;
font: bold 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.cssbutton:visited{
color: white;
}

.cssbutton:hover{
border-style: inset;
background-color: #ccc;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.cssbutton:active{
color: black;
}

