/*
#right_col {
	visibility: hidden;
}
*/
.highlight,
A.highlight {
	color: #DC1F1A;
}

/* eventx sets ".collapsed" and ".collapsed *" to "display:none" to allow
non-javascript users to see the content */
DIV.collapsed,
DIV.collapsed H1,
DIV.collapsed H2,
DIV.collapsed H3,
DIV.collapsed H4,
DIV.collapsed H5,
DIV.collapsed H6 {
	display: block;
}
DIV.collapsed H6 {
	color: #555555;
}
DIV.collapsed H6.hover { /* IE doesn't like the proper multi-class CSS */
	color: #811610;      /* selector (eg, DIV.collapsed.hover) */
}

/* FORM AND FORM VALIDATION */
FORM .email,
FORM .full_name,
FORM .required {
	border: 1px solid #616157;
}
FORM .invalid { /* added by validate() if pattern doesn't match value */
/*
	color: #811610;
*/
}
FORM .alert { /* added by checkForm() if field marked "invalid" */
	border: 1px solid #D21E1A;
}


/* general styles :::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
body {
	margin: 0;
	font-size: 100%;
	/*font-family: georgia, garamond, serif;*/
	font-family: garamond, serif;
}
label {
	display: block;
	/*width: 50%;*/
	position: relative;
	right: 42%;
	white-space:nowrap;
	margin-bottom: 0.5em;
	font-weight: bold;
	text-align: right;
}
label.center {
	position: static;
	width: 100%;
	margin: 0;
	text-align: center;
}
table {
	font-size: 1em;
}
table.prog_list, table.prog_list TD {
	color: #616157; /* same as content DIV */
	padding-bottom: 1em;
	vertical-align: top;
}
table.prog_list IMG {
	float: right;
}
p, fieldset {
	margin-top: 0;
	margin-bottom: 1em;
}
img {
	border: none;
}
.hover, LI.hover, TABLE TD.hover STRONG {
	color: #811610;
}
#menu UL {
	margin-left: 20px;
	padding-left: 0px;
}
#menu UL UL {
	margin-left: 0px;
	padding-left: 0px;
}
#menu LI, #menu LI H4, #menu LI H5, #menu LI H6 {
	list-style-type: none;
	margin-top: 0.5em;
	margin-bottom: 0;
}
#menu LI LI {
	list-style-type: none;
	margin-left: 0px; padding-left: 0px;
	/*margin-bottom: 0.25em;*/

	/*font-family: none;*/
	font-size: 1em;
	text-transform: none;
	color: none;
	margin-top: 0px;
	margin-bottom: 5px;
}
#menu LI.hover {
	list-style-type: disc;
}
#menu LI.current, #menu LI.current A.hover {
	list-style-type: disc;
	color: #555555;
}
#menu LI SPAN.desc {
	color: #616157; /* same as content DIV */
	font-size: 0.88em;
	/* line-height: 0.88em; */
}
div.get_prog {
	border: 1px solid #999999;
	margin-bottom: 1em;
}
div.get_prog img {
	vertical-align: middle;
}
div.get_prog strong {
	font-size: 1.1em;
}
div.get_prog h4, DIV.get_prog h5, DIV.get_prog h6 {
	text-align: left;
	margin-top: 5px;
	margin-left: 5px;
	color: #999999;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
}

h1 { font-size: 1.5em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1.0em; }
h1, h2, h3, h4, h5, h6 {
	/*font-family: georgia, garamond, serif;*/
	font-family: garamond, serif;
	text-transform: uppercase;
	color: #811610;
	margin-top: 0px;
	margin-bottom: 5px;
}
h1, h2, h3 {
	border-bottom: 1px dashed #999999;
	margin-right: 75px;
}
acronym {
	border-bottom: 1px dashed #555555;
	cursor: help;
}
a {
	font-family: verdana, arial, sans-serif;
	font-size: 0.75em;
	text-decoration: none;
	font-weight: bold;
	color: #555555;
}

/* menu styles (including image offset) */
/*
#menu {
	padding: 0px 0px 0px 0.5em;
}
#menu h6 {
	padding: 0px 0px 0px 15px;
}
#menu a {
	padding-left: 15px;
	margin-bottom: 1em;
	display: block;
	background-repeat: no-repeat;
}

#menu .hover {
	background-image: url('bullet-red.gif');
	background-position: 0px 50%;
}

#menu a .desc {
	font-weight: normal;
	color: #555555;
}
#menu a.current {
	background-image: url('bullet-gray.gif');
	background-position: 0px 50%;
}
*/
/*
#menu a:hover.current {
	color: #555555;
	background-image: url('bullet-gray.gif');
}
*/

/* classes */
.center {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/* backgrounds, borders and padding :::::::::::::::::::::::::::::::::::::::: */
body {
	background: white;
}
#header {
	background-image: url('bkgd-header.jpg');
	background-repeat: no-repeat;
	background-position: left;
	height: 75px;
}
#left_col, #center_col, #right_col {
	padding-top: 10px;
}
#left_col {
	background-image: url('bkgd-left_col.gif');
	background-position: top right;
	color: #616157;
}
#center_col {
	background: transparent;
}
#content {
	padding: 10px;
	background: #F7F7F2;
	border: 1px solid #999999;
	color: #616157;
}
#right_col {
	padding-left: 1em;
	padding-right: 1em;
	background: white;
	color: #616157;
}
#right_col_inset {
	background-image: url('bkgd-right_col.gif');
	background-position: top left;
	padding: 10px;

}
#footer {
	color: #616157;
}

/* page layout ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#page_layout {
	width: 100%;
	border-collapse: collapse;
	min-width: 35em;
}
#header {
	text-align: center;
}
#left_col {
	vertical-align: top;
	width: 11.66em;
}
#center_col {
	vertical-align: top;
}
#right_col {
	vertical-align: top;
	width: 11.66em;
}
#footer {
	text-align: center;
}

/* drop shadow and content */
#sh_main {
	background-image: url('sh_lft.gif');
	background-position: left;
	background-repeat: repeat-y;
}
#sh_tp_lft {
	background-image: url('sh_tp_lft.gif');
	background-position: center;
	height: 14px;
	width: 14px;
	position: absolute;
}
#sh_btm {
	background-image: url('sh_btm.gif');
	background-position: center;
	background-repeat: repeat-x;
	height: 14px;
	margin:0;
}
#sh_btm_lft {
	background-image: url('sh_btm_lft.gif');
	background-position: center;
	height: 14px;
	width: 14px;
	float: left;
}
#sh_btm_rght {
	background-image: url('sh_btm_rght.gif');
	background-position: center;
	float: right;
	height: 14px;
	width: 14px;
}
#content {
	position: relative;
	top: 0px;
	left: 14px;
	margin-right: 14px;
	/*padding-bottom: 28px;*/
}



