@charset "UTF-8";
/* Resets */
*{ padding:0; margin:0; }
body{ background:#e9e3d7; font-size:small; }

/* RTE  (leave empty for default, but keep in mind the resets) */
h1, h2, h3, h4{ font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; padding:0 0 10px; }
h1 { color:#025730; font-size:180%; font-weight:normal; line-height:21px; padding:0 0 15px; text-transform:uppercase; }
	h1 span{ color:#922435; display:block; font-family:Times New Roman, Times, serif; font-weight:normal; font-size:140%; text-transform:uppercase; }
#index h2 { color:#922435; font-size:150%; }
h2 { color:#675c48; font-size:150%; }
h3 { color:#922435; font-size:150%; }
h4 { color:#025730; font-size:150%; }
h5 { color:#922435; font-size:110%; }
h6 { color:#025730; font-size:110%; }

a { color: #5A6F5D; font-weight:bold; }
p { padding: 0 0 10px 0; }
img { border:none; }
dl { padding:0 0 15px; }
	dt { color:#922334; font-size:120%; }
	dd { padding:0 0 0 15px; }
ul { padding:0 0 15px 0; }
	ul li { background: url(/img/bg-bullet.png) no-repeat 0 center; list-style-type:none; margin:0 0 5px 0; padding:0 0 0 13px; }
		ul ul{ padding:0; }
			ul li li { background:none; color:#010080; font-weight:normal; font-size:80%; padding: 0 0 0 20px; }
ol { padding:0 0 15px 20px; }
	ol li { background: none; list-style-type:decimal; margin:0 0 5px 0; }
		ol ol{ padding:0 0 0 20px; }
			ol li li { background: none; }
blockquote { color:#922334; font-size:130%; font-weight:normal; padding:0 0 10px; }
cite { border:none; color:#000; display:block; padding:0 0 10px; text-align:right; }

table { border:1px solid #6775A4; border-collapse:collapse; color:#6775A4; font-size:90%; margin:0 0 15px; text-align:left; width:699px; }
tr { }
th{ background-color:#3D4D81; color:#fff; padding:3px; }
td { border:1px solid #6775A4; padding:3px; }
abbr { padding:0; border:none; }
acronym { padding:0 0 10px; }
strong{ font-size:130%; font-weight:bold; }
hr { background:url(/img/bg-hr.jpg) no-repeat 0 center; border:0; padding:10px 0; }
code { }
sample { }
sub { }
super { }
form ol li { }
label { }
input { }
textarea { }
legend { }
fieldset { }

/* RTE classes */
.red{ color:#922334; }
.gold{ color:#8a784a; }
.green{ color:#025730; }
.white{ color:#fff; }
.alt{ background-color:#CDC7BB; }