/* Style Sheet */

body	{
  font-family: Verdana, Arial, sans-serif;
  background-color: #8E9FB1;
  font-size: 13px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;  
  color: #232323;
}

form {
	display: inline;
}

/* Links Style */
a:link { text-decoration: underline; color: #B54235; } /* red: B54235 */
a:visited { text-decoration: underline; color: #B54235; }
a:active { text-decoration: underline; color: #B54235; }
a:hover	{ text-decoration: none; color: #E7794A; }

/* 2 column layout */
.colLeft {
	padding-top: 10px;
    padding-left: 15px;
    width: 360px;
    float: left;
	/*border: 1px solid #000000;*/
}

.colRight {
	padding-top: 10px;
    padding-right: 15px;
    width: 360px;
    float: right;
	/*border: 1px solid #000000;*/
}

.fullSpan {
	padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    width: 720px;
}

/* for rounded box corners -- http://www.alistapart.com/articles/mountaintop/ */
dl {
	width: 357px;
	margin: 0 0 20px 0px;
	padding: 0;
	background: #E6E1D0 url(images/css-bottom.gif) no-repeat bottom left;
	}

dt {
	margin: 0;
	padding: 10px;
	color: #6E7D91; /*778491;*/
	font-weight: bold;
	font-size: 125%;
	background: #E6E1D0 url(images/css-top.gif) no-repeat top left;
	}

dd {
	margin: 0 0 0 0px;
	padding: 0 10px 10px 10px;
	color: #4f4f4f;
	font-size: 90%;
	/*background: url(images/css-arrow.gif) no-repeat 0 3px;*/
	}

/* for full page boxes NOT WORKING... */
dlLong {
	width: 750px;
	margin: 0 0 20px 0px;
	padding: 0;
	background: #E6E1D0 url(images/css-long-bottom.gif) no-repeat bottom left;
	}

dtLong {
	margin: 0;
	padding: 10px;
	color: #6E7D91; /*778491;*/
	font-weight: bold;
	font-size: 125%;
	background: #E6E1D0 url(images/css-long-top.gif) no-repeat top left;
	}


#hilite, #hilite dt {
	background-color: #FFCAA3; /*fc9;*/
	}
	
#homepage, #homepage dt {
	background-color: #E6E1D0; /*fc9;*/
	}

/* end rounded box corners */

ol {
	padding-top: 10px;
}

ul {
	padding-top: 10px;
}

li {
	padding-bottom: 15px;
}

li.less {
	padding-bottom: 5px;
}

.bold_text {
	font-weight: bold;
}

.bottom_nav {
	color: #ffffff;
}

.bottom_nav_small {
	font-size: 11px;
}

.caption {
	padding-top: 5px;
	font-style: italic;
}

.footer_text {
	color: #ece4d1;
	font-size: 11px;
}

.form_header {
	font-weight: bold;
	padding-bottom: 10px;
}

.highlighter {
	background-color:#FFFFCC;
}

.highlighted_copy {
	font-style: italic;
	font-size: 13px;
}

.line_through {
	text-decoration: line-through;
	color: #888888;
}

.medium_text {
	font-size: 12px;
}

.medium_text_sm {
	font-size: 11px;
}

.search_text {
	font-size: 12px;
	color: #3F4581;
}

.small_text {
	font-size: 11px;
}

.small_text_spaced {
	font-size: 11px;
	padding-bottom: 5px;
}

.small_text_gray {
	font-size: 11px;
	color: #888888;
}

.small_text_white {
	font-size: 11px;
	color: #ffffff;
}

.super_small_text {
	font-size: 9px;
}

.text_indent {
	padding-left: 20px;
}

.title {
	margin: 0;
	padding: 10px;
	color: #6E7D91; /*778491;*/
	font-weight: bold;
	font-size: 125%;
}

.title_small {
	color: #3F4581;
	font-weight: bold;
}

.title_small_red {
	color: #B54235;
	font-weight: bold;
}

.warning {
	color: #ff0000;
	font-weight: bold;
}


/* Image Style */
.image {
	margin: 0 0 10px 0px;
	padding: 0;
	}

.img {
  border: 1px solid #000000;
}
