a img { border: 0}
.clear {clear: both; overflow: hidden; width: 1px; height: 1px; line-height: 1px; font-size: 1px;}
.block {display: block}
div.space {
height: 3px; background: #fff;
}
body
{	
padding: 0;
margin: 0;
background: #878daa url(../images/bluebg.jpg) repeat-x;
background-position: top center;
font: 13px arial, "Lucida Sans Unicode",  tahoma, arial, trebuchet ms, georgia, arial, sans-serif}
div {
margin: 0;
padding: 0;
font: 13px arial, "Lucida Sans Unicode",  tahoma, arial, trebuchet ms, georgia, arial, sans-serif;
}
ul, p, td {
text-align: left;
font: 13px arial, "Lucida Sans Unicode",  tahoma, arial, trebuchet ms, georgia, arial, sans-serif;
}
p {
margin-top: 10px;
}
h1
{	
font-size: 1.9em;
font-weight: normal;
margin:0;
padding: 10px 0px 5px 10px;
color: #fff;
}


h2
{	
background: #fff url(../images/headerR.jpg) no-repeat; width: 600px; height: 23px; padding: 4px 0 0 0; margin: 0; margin: -2px 0px 0px 1px; color: #fff; font-size: 14px; font-weight: normal;text-align: left;
}

h2.h2blue {
background: #cdd6db url(../images/headerL_blue.jpg) repeat-x;padding: 4px 0 0px 0;
margin-left: 0px;
width: 100%;
}
h2.staff {
width: 99%;
margin-top: 5px;
}

h3 {
font-size: 16px;
color: #697ac2;
margin-top: 5px;
}
.quote {
padding: 0px 10px;
font-style: italic;
color: #888;
font-size: 115%;
}
a
{	color: #38649C}


.special
{	color: #6A8135}

pre
{	background: #F1F8F1;
	border: 1px solid #9FAFB1;
	font: 12px lucida console, courier}

pre code
{	display: block;
	padding: 10px}

#copyright
{	border-top: 1px solid #2577B1;
	background: #ABC9DE;
	margin: 0px;
	padding: 10px}
	
div.media_title {
font-size: 14px;
font-weight: bold;
color: #000;
}

div.media_speaker {
color: #000;
}
media_date {
color: #000;
font-style: italics;
}
.pad_rightmods {
padding: 5px 10px;
text-align: left;
}
.rightMenu{
list-style-type: none;
margin: 1px 0;
padding: 0;
width: 220px;
}

.rightMenu li a{
background: white url(../images/men.jpg) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #666;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;
}
.rightMenu li a.active { 
background-image: url(../images/men2.jpg);
}

* html .rightMenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 220px;
}

.rightMenu li a:active{
color: #333;
}

.rightMenu li a:hover{
background-image: url(../images/men2.jpg);
color: #333;
}
.floatleft {
float: left;
margin-right: 10px;
margin-bottom: 5px;
}
.floatright {
float: right;
margin-left: 10px;
margin-bottom: 5px;
}

.bbig {
font-size: 112%;
}

form {
	padding: 10px;	
	color: #000;
	background-color: #aaaaaa;
	background-image: url(../images/formbg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	border: 3px double #FFF !important; 
	font-size: 12px;
}
/* Form Sections ======================================================================== */
/* Fieldset  */

fieldset {
	margin: 10px 10px;
	padding: 15px 10px;
	background-color: #fff;
	border: 3px double #ccc;
	overflow: auto;
	position: relative;
	ine-height: 1.5;
}
legend {
	padding: 2px 5px;
	color: #5b7bb4;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.3;

}
/* Nested Fieldset  */
fieldset fieldset  {
	background:#f2f2f4 url(../images/formBack.jpg) repeat-x;
	border: 1px solid #ccc;
}
fieldset fieldset legend {
	font-size: 98%;
	color: #000;
}
/* Inline Section */
.inlineSection {
	overflow: auto;
	width: 100%;	
}
/* Grid Section */
form table {
	border-collapse: collapse;
}
form td {
	padding: 0 10px;
	font-size: 12px;
}
form th {
	padding: 0 4px;
}
form .alternate-1 {
	background-color:#525252;
}
form .alternate-1 td {
	border-left: 1px solid #424242;
	border-right: 1px solid #424242;	
}
form .alternate-0 {
}

/* Combo Label + Input Field =========================================================== */
form .oneField {
}
form .inlineSection .oneField {
	padding: 0;
	margin-right: 4px;
	white-space: nowrap;	
}
/* Ties together a label and its checkbox or radio */
form .oneChoice {
	white-space: nowrap; 	
}

/* Field Labels ======================================================================== */

/* Base */
label, form .label {	
	color: #4d5b9c;
	margin: 0;
}
/* Text inputs / Select label */
label.preField {
	display: -moz-inline-box;
	display: inline-block;	
	margin: 0.6em 4px 0 0;
	padding: 0 2px;
	min-width: 9em;
	font-weight: bold;	
}
/* Radio / Checkbox group label */
form .label  {
	display: block; 
	margin: 0.6em 4px 0 0;
	padding: 2px;
	font-weight: bold;	
}
/* Individual Checkbox / Radio label */
label.postField  {
	margin: 0 4px 0 4px;
}
/* Label when inside an inline section */
form .inlineSection .oneField .inlineLabel {
	display: -moz-inline-box;
	display: inline-block;	
	margin: 0.6em 4px 0 0;
	padding: 0 2px;
	min-width: 9em;
	font-weight: bold; 
	white-space: normal;
}

/* Inputs ======================================================================== */

textarea {
	padding: 0;
	vertical-align: top;
	margin: 2px 2px 1px 0;
}
input {
	margin: 0 2px 0 0;
}
input[type=text], input[type=password] {
	border: 3px double #555;
	border-top-color: #000;
	border-bottom-color: #777;
}
select {
	margin: 2px 2px 1px 0;
	padding: 0;
}
.inlineSection .oneField select {
	margin: 0 2px 1px 0 !important;
}
.gridSection select  {
	margin: 0 !important;
}

/* Buttons ======================================================================= */

form .actions {
	text-align: center;
	margin: 20px 0 10px 0;	
}
/* Submit button */
form .primaryAction {
	padding: 4px 15px;
	font-weight: bold;
}
/* Cancel button */
form .secondaryAction {
	padding: 4px 15px;
	color: grey;
}
form .secondaryAction:hover {
	color: black;
}


/* Form Builder Related Rules ===================================================== */

/* Form or Fieldset instruction paragraph. */
form .instructions {
	margin: .2em 0;
}
/* Asterisk on required fields */
form .reqMark {
	color: #F00;
	padding: 0 4px;
}

/* wForms Related Rules ========================================================== */

/* Field w/ a validation error */
form .errFld {
	padding: 1px;
	border: 1px solid #F00;
}
/* Styling for message associated with a validation error. */
form .errMsg {	
	color: #CC3333 !important;
	display: block;
}
/* Field-Hint with focus */
form .field-hint {
	padding: 8px 0 0 0;
	color: #CCC;
	float: right;
	clear: right;
	width: 180px;
}
/* Field-Hint without focus */
form .field-hint-inactive {
	padding: 8px 0 0 0;	
	color: #666;
	float: right;
	clear: right;
	width: 180px;	
}
/* Repeat Behavior divs (when not set on a fieldset) */
div.repeat {
	margin: 3px 0;
	padding-right: 6px;
	background-color: #253434;	
}
div.removeable {
	margin: 3px 0;
	padding-right: 6px;	
	border: 1px dotted #ddd;
	background-color: #314444;
	
}
/* Links generated by the Repeat Behavior */
form .duplicateLink {
	line-height: 260%;
	font-weight: bold;
	color: #B06A48;
}
form .removeLink {
	line-height: 260%;
	color: #CC3300;
}
form td .duplicateLink, form td .removeLink  {
	margin: 0;
	line-height: 100%;
}
/* Switch Behavior Classes */
.onstate-a,  .onstate-b,  .onstate-c,  .onstate-d,
.onstate-e,  .onstate-f,  .onstate-g,  .onstate-h, 
.onstate-i,  .onstate-j,  .onstate-k,  .onstate-l, 
.onstate-m,  .onstate-n,  .onstate-o,  .onstate-p, 
.onstate-q,  .onstate-r,  .onstate-s,  .onstate-t,
.onstate-u,  .onstate-v,  .onstate-w,  .onstate-x,  
.onstate-y,  .onstate-z,  .onstate-aa, .onstate-ab,
.onstate-ac, .onstate-ad, .onstate-ae, .onstate-af,
.onstate-ag, .onstate-ah, .onstate-ai, .onstate-aj,
.onstate-ak, .onstate-al, .onstate-am, .onstate-an,
.onstate-ao, .onstate-ap, .onstate-aq, .onstate-ar,
.onstate-as, .onstate-at, .onstate-au, .onstate-av,
.onstate-aw, .onstate-ax, .onstate-ay, .onstate-az {
	display: block;
}
/* offstate classes for the Switch Behavior are in wforms-jsonly.css */


 
/* IE6 BUG FIXES ==================================================================== */

* html fieldset#fixed legend {
 float: left; 
 position:  relative; 
 margin-top: -1.8em;
 }
 
 /* IE7 fix */ 
 *:first-child+html fieldset#fixed legend {
 float: left; position: relative; 
 margin-top: -1.8em;
 font-size: 12px;
 /* equals actual line-height minus 0.35em */;}
 
* html fieldset#fixed2 legend {
 float: left; 
 position:  relative; 
 margin-top: -1.8em;
 }
 
 /* IE7 fix */ 
 *:first-child+html fieldset#fixed2 legend {
 float: left; position: relative; 
 margin-top: -1.8em;
 font-size: 12px;
 /* equals actual line-height minus 0.35em */;}

 
.hr {
background: #ccc;
border-bottom: 1px solid #fff;
width: 98%;
height: 1px;
margin: 15px 0px 5px 0px;
padding: 0px;
}
hr.hr2 {
height: 1px;
width: 10px;
max-height: 1px;
background: #000;
padding: 0;
margin: 0;
}
hr {
border: none 0;
border-top: 1px solid #ccc;/*the border*/
border-bottom: 1px solid #fff;
width: 100%;
height: 2px;
margin: 15px 0px 5px 0px;
} 
#confirm {
background: #c1fa7f;
width: 570px;
padding: 0px 5px;
border: 2px solid #bce99c;
color: #000;
font-weight: bold;
font-size: 12px;
}
#error {
background: #f0b0b0;
width: 570px;
padding: 0px 5px;
border: 2px solid #f28c95;
color: #c61b1b;
font-weight: bold;
font-size: 12px;
}
