/**** TAGS *******************/
body {
	margin: 0px;
	background-color: #7D6737;
}

p, td, ul, li, input, textarea {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #48463D;
}

h1, .hdr {
	color: #605C88;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

h2, .subhdr {
	color: #7D6737;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
h4 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}

.subhdr2 {
	color: #56588A;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

li {
	margin-bottom: 7px;
	list-style-type : square;
}

ul {
	margin-top: 4px;
}

blockquote {
	margin-top: 4px;
	margin-left: 24px;
}

dt { font-weight: bold; color: #605C88; border-bottom: 1px solid #EDE7CA; }
dd { margin: 0; padding: 5px 0 10px 15px; }

/**** CLASSES *****************/

.initCap {
	font-size: 18px;
	color: #48463D;
	font-weight: bold;
}

.blueBold {
	font-weight: bold;
	color: #56588A;
}

.brownBold {
	font-weight: bold;
	color: #7D6737;
}

.footer {
	font-size: 10px;
}

.notice {
	background-color: yellow;
}

.caption {
	font-weight:bold;
	font-size:10px;
}

.caption2 {
	font-size: 10px;
	color: #56588a;
	font-weight: bold;
}

.caption3 {
	text-decoration:none;
	width:350px;
	display:block;
}
a.caption3:hover {
	text-decoration:underline;
}

.error {
	color: #EE1A1A;
}

.fielderror {
	color: #EE1A1A;
	background-color: yellow;
}

.ctdetailrtcol { float: right; padding: 0 0 10px 10px; text-align: center; width: 250px;  }

.subnav { padding: 4px; border: 1px solid #F0EBCE; background: #F9F7EC; }

/**** ANCHOR *****************/
a:link {
	color: #D81010;
	font-weight:bold;
}

a:visited {
	color: #56588A;
	font-weight:bold;
}

a:hover {
	text-decoration:none;
	color:#48463d;
	font-weight:bold;
}

a.lgLink:link, a.lgLink:visited, a.lgLink:hover {
	font-weight: bold;
	font-size: 16px;
}

a.foot:link {
	color: #D81010;
	font-weight:bold;
	font-size: 10px;
}

a.foot:visited {
	color: #56588A;
	font-weight:bold;
	font-size: 10px;
}

a.foot:hover {
	text-decoration:none;
	color:#48463d;
	font-weight:bold;
	font-size: 10px;
}

a.yellowPromo:link, a.yellowPromo:visited, a.yellowPromo:hover {
	font-family: verdana, arial, helvetica;
	color: #FFC502;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

a.noBold:link {
	color: #D81010;
	font-weight: normal;
}

a.noBold:visited {
	color: #56588A;
	font-weight: normal;
}

a.noBold:hover {
	text-decoration:none;
	color:#48463d;
	font-weight: normal;
}

/**** POP UP IMAGES **************/
#showimage{
position:absolute;
visibility:hidden;
border: 1px solid gray;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #EDE7CA;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
font-size: 11px;
font-family: trebuchet ms, arial, helvetica, sans-serif;
}
