/* -------------------------------------------------------------------------- */
/*                                                               HTML CONTROL */

body {
	background-color:#633A38;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

IMG {
	DISPLAY: block;
}

li {
	list-style-position: outside;
	font-size: 1em;
	margin-left: 15px;
	margin-bottom: 3px;
	list-style-type: disc;
	line-height: 16px;
}

/* -------------------------------------------------------------------------- */
/*                                            TEXT CONTROL FOR MAIN h1-p tags */

h1 {
	font-size: 1.5em;
	font-style: italic;
	color: #633A38;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 1.3em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: 1.3em;
}

h4, h5, h6 {
	font-size: 1.2em;
}
p {
	color: #003300;
	font-size: 1em;
}

/* -------------------------------------------------------------------------- */
/*                                                              LINK STYLES   */

a:link {
	text-decoration:underline;
	color:#633A38;
  }
a:visited {
  text-decoration:underline;
  color:#990000;
  }
a:hover {
  text-decoration:none;
  color:#990000;
  }
a:active {
  text-decoration:none;
  color:#990000;
  }

/* -------------------------------------------------------------------------- */
/*                                                              FORM CLASSES  */

.formstyle {  
font-weight: bold; color: #5D4600; background-color: #FFF8DF
}

.formstyle-optional {
font-weight: bold; color: #5D4600; background-color: #FFECB2
}

/* -------------------------------------------------------------------------- */
/*                                                              TEXT          */

.highlight {
	font-weight: bold;
	color: #886600;
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.smaller {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.table-outline   {
	border: 1px solid #003300;
	color: #010800;
	background-color: #FFFF99;
}

.table-header {
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.pic-border {
	border: 1px solid #003300;
}

#content {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 3px;
	background-color: #CFC891;
}
#header {
	background-color: #CFC891;
}
#footer {
	font-size: 11px;
	padding: 8px 4px 4px;
	color: #FFFFFF;
	text-align: center;
}

#footer a:link {
	text-decoration:underline;
	color:#FFFFFF;
  }
#footer a:visited {
  text-decoration:underline;
  color:#FFFFFF;
  }
#footer a:hover {
  text-decoration:none;
  color:#FFFFFF;
  }
#footer a:active {
  text-decoration:none;
  color:#FFFFFF;
  }


#main {
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.whiteborder {
	border: 1px solid #FFFFFF;
}
