/*
dark: #C6898C or #E98E8F
medium: #FFAEA5
light: #FFCCC5
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(bg_stripe.gif);
	padding: 0;
	margin: 0;
	scrollbar-face-color: #C6898C;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFCCC5;
	scrollbar-darkshadow-color: #AAAAAA;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #FFEEE5;
}

a:link, a:visited, a:active {
	color: #C6898C;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000000; /*#FFAEA5;*/
	font-weight: bold;
	text-decoration: underline;
}

#main {
	/*border: 2px #C6898C solid;*/
	width: 610px;
	margin: 8px auto;
	padding: 0;
	/*padding: 5px;*/
}

#main #top {
	background: url(frame_top.gif) top center no-repeat;
	position: relative;
	height: 18px;
	margin: 0;
	padding: 0;
}

#main #middle {
	background: url(frame_middle.gif) left repeat-y;
	position: relative;
	margin: 0;
	padding: 0 10px;
}

#main #bottom {
	background: url(frame_bottom.gif) bottom center no-repeat;
	position: relative;
	height: 18px;
	margin: 0;
	margin-bottom: 8px;
	padding: 0;
}

#main #body {
	background: transparent url(background.gif) bottom right no-repeat;
}

#main #header {
	background: url(logo.gif) center no-repeat;
	display: block;
	height: 110px;
}

#main #header h1 {
	display: none;
}

#main #menu {
	text-align: center;
	font-size: 13px;
	margin-bottom: 8px;
}

#main #content {
	/*min-height: 320px;*/
}

#main #footer {
	text-align: center;
	font-size: 11px;
	margin: 0;
	padding: 5px;
}

.example {
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	font-style: italic;
	margin: auto 25px;
}

.example_medium {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	font-style: italic;
	margin: auto 10px auto 25px;
}

.example_short {
	margin: auto 25px;
	font-size: 14px;
	font-weight: bold;
}

.large {
	font-size: 16px;
	font-weight: bold;
}

h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-left: 5px;
}

p {
	margin: 1em 15px;
}

div, p, form, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

div.form {
	width: 350px;
	margin: 8px auto;
	padding: 6px;
	background-color:#F3F3F3;
}

form#create, div.form .form_content {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: block;
	margin: 0;
	padding: 6px;
	background-color:#F0E5E6;
}

input, textarea, select {
	font-size: 12px;
	font-weight: normal;
	margin: 4px;
	border: 1px #C6898C solid;
	background-color: #FFFFFF;
}

input.button {
	border: 2px #C6898C solid;
	font-weight: bold;
}

.error {
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}

.question {
	font-size: 14px;
	font-weight: bold;
	margin-left: 5px;
}

.answer {
	border-bottom: #C6898C 1px dashed;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.last_revised {
	font-size: 11px;
	font-style: italic;
	text-align: right;
}

fieldset {
	margin: auto 15px;
	padding: 0;
	border: 0;
}

fieldset legend {
	display: none;
}

label {
	font-weight: bold;
}

/***********************
*  Contact Form Style  *
************************/
.contact table {
	border: 0px;
	padding: 0px;
	margin:5px 0px 5px 15px;
}

.contact td {
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}

.contact td.label {
	font-weight: bold;
	text-align: left;
}

.contact span.clarify {
	font-style: italic;
	font-size: 10px;
}