body {
	margin: 5px 0 0 0;
	padding: 0;
	height: 100%;
	font-family: verdana,sans-serif;
	font-size: 0.7em;
	background: #FFF url(images/body_bg.jpg) fixed repeat-x;
	color: #333;
}

html {
	margin: 0;
	padding: 0;
	height: 100%;
}

#container {
	position: relative;
	margin: 0 auto; 
	width: 850px;
	background: #FFF;
	border-left: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
}

#header {
	color: #A9A9A9;
	padding: 60px 10px 10px 10px;
	text-align: right;
}
#dropmenudiv {
	position: absolute;
	z-index: 10000;
	text-indent: 2px;
	background: #FFF;
	padding: 6px;
	border: 1px solid #C0C0C0;
}
#dropmenudiv a {
	width: 100%;
	display: block;
	padding: 1px 0;
}
#dropmenudiv a:hover {
	text-decoration: none;
}

#banner {
	margin: 10px 0 0 10px;
}
#fadeshow1 .gallerylayer {
	background-image: url(fadeslideshow/loading.gif)!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
}
#fadeshow1 {
	height: 350px;
}

#content {
	padding: 0 10px 10px 10px;
}

#right_column {
	float: right;
	width: 200px;
}

#footer {
	padding: 10px 10px 5px 10px;
	border-bottom: 1px solid #C0C0C0;
}
#copyright {
	position: relative;
	margin: 0 auto; 
	width: 850px;
	text-align: left;
	background: #FFF;
	padding: 10px 10px 10px 0;
}

h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #DC143C;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #DC143C;
}
h3 {
	font-size: 1.2em;
	color: #DC143C;
}
h4 {
	font-size: 1em;
	font-variant: small-caps;
}
p {
	line-height: 1.3em;
}
ul { 
	list-style-type: disc;
	padding: 0;
	margin-left: 15px;
}
ol {
	padding: 0;
	margin-left: 20px;
}
blockquote {
	padding: 0;
	margin-left: 15px;
}
form {
	margin: 0;
}
hr {
	color: #C0C0C0;
	background: #C0C0C0;
	border: 0;
	height: 1px;
}
a {
	color: #A9A9A9;
	text-decoration: none;
}
a:hover {
	color: #DC143C;
	text-decoration: underline;
}
a#selected {
	font-weight: bold;
}
a#current{
	font-weight: bold;
}

img {
	border-color: #C0C0C0;
}

.subheader {
	font-size: 1.8em;
	font-family: "trebuchet ms",sans-serif;
	color: #DC143C;
}

.boldtext {
	font-size: 1.2em;
	color: #DC143C;
	font-weight: bold;
}

.redtext {
	color: #DC143C;
	font-weight: bold;
}

#form_box label {
	float: left;
	width: 130px;
}
#form_box input,select {
	margin-bottom: 5px;
}
fieldset {
	border: none;
	margin-top: 20px;
}

table td.darkbg {
	background: #F5F5F5;
}
table tr.darkbg {
	background: #F5F5F5;
}

.comp_box {
	float: right;
	width: 100px; height: 100px;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 20px;
}
.comp_box a {
	display: block;
	height: 100%;
	color: #DC143C;
	background: url(images/box_01.gif) no-repeat;
	text-align: center;
	padding: 6px 10px 0 10px; 
}
.comp_box a:hover {
	text-decoration: none;
	background: url(images/box_02.gif) no-repeat;
}



