/* Common CSS for all volunteer.ortop.org site, WM, 2008-09-17 */
body {
	background:url(images/lego_bg.gif);
	font-family: Arial, sans-serif, Verdana, Helvetica;
	font-size: 1em;
	color: black;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
}

#tbl-volHdr {
	table-layout:fixed;
	width:730px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	border:0;
	
	font-size: 0.6em;
	color:#FFFFFF;
	background-color:#034093;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
col#t-volHdr-c1 {width:200px;}
col#t-volHdr-c2 {width:530px;}

td#volHdr-lgout {
	text-align:right;
	vertical-align:top;
}
td#volHdr-lgout a {
 color:#FFFFFF; /* WM - set link color to white */
 text-decoration: none;
}
td#volHdr-lgout a:hover, td#volHdr-lgout a.highlighted:hover, td#volHdr-lgout a:focus {
 color:#FF3333; /* WM - set link color to white */
}

.volContent {
	margin: 0 0 0 10px;	/*T R B L */
	padding: 0 0 0 0;
	width: 700px;
}

.vol-bul1 {
	margin-bottom: 2px;
	font-weight:bold;
}
.vol-bul2 {
	margin: 0 6px 0 6px;
	padding: 3px 3px 2px 10px;
}
.vol-bul3 {
	margin: 0 6px 0 6px;
	padding: 3px 3px 2px 24px;
}

.volList_bg {
	font-size:1.0em;
	font-weight:bold;

	list-style-image:url(images/icon_bul1.gif);
}
.volList_bg ul {
	font-size:1.0em;
	font-weight:normal;
	margin-bottom:15px;
	list-style-image:url(images/icon_bul2.gif);
}

.volList_sm {
	font-size:0.9em;
	font-weight:bold;
	margin-top:10px;
	list-style-image:url(images/icon_bul2.gif);
}
.volList_sm ul {
	font-size:0.9em;
	font-weight:normal;
	margin-bottom:10px;
	list-style-image:url(images/icon_bul2.gif);
}

.pUd_hdr {
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.pUd {
	font-size: 0.8em;
	font-weight:normal;
	margin-top: 0;
	margin-bottom: 0;
	margin-left:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.idate {
	font-size: 0.75em;
	font-weight:normal;
	margin-top: 0;
	margin-bottom: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.notes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: italic;
}
.faq-qst {
	font-weight:bold;
	font-size:1.1em;
	margin-top: 8px;
	margin-bottom: 2px;
}
.faq-anw {
	font-weight:normal;
	font-size:1em;
	margin-top: 2px;
	margin-bottom: 6px;
	margin-left:20px;
}
.em-ul {
	text-decoration:underline;
}

.er-msg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight:bold;
	margin-top:0;
	margin-bottom:4px;
	margin-left:10px;
}
a:link  {
	color : blue;
	text-decoration: underline;
	font-style:italic;
}
a:active  {
	color : red;
	font-style:italic;
}
a:visited  {
	color : blue;
	text-decoration: underline;
	font-style:italic;
}
a:hover  {
	color : red;
	text-decoration: none;
	font-style:italic;
}
