/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */

  body { margin: 0pt;
    padding: 0pt;
    left: 0pt;
    font-family: verdana,arial,helvetica,sans-serif;
    color: black;
    background-color: rgb(240, 240, 225);
 }
 
.left {
float: left;
padding:5px;
}

.right {
float: right;
padding:5px;
} 

/* all A tags whose HREF attribute ends in .pdf */
a[href$='.pdf'] {
	padding-right: 18px;
	background: transparent url(images/pdf.gif) no-repeat center right;
}

/* all A tags whose REL attribute equals pdf */
a[rel='pdf'] { 
	padding-right: 18px;
	background: transparent url(images/icon_pdf.gif) no-repeat center right;
}

/*  all A tags whose REL attributes has the letters pdf somewhere mixed in*/
a[rel*='pdf'] { 
	padding-right: 18px;
	background: transparent url(images/icon_pdf.gif) no-repeat center right;
}

/* all A tags whose REL attribute contains the value pdf, seperated from other values with a space */
a[rel~='pdf'] { 
	padding-right: 18px;
	background: transparent url(images/icon_pdf.gif) no-repeat center right;
}

/* all A tags whose HREF attribute starts with mailto: */
a[href ^="mailto:"] {
	padding-right: 18px;
    background: transparent url(icon_mailto.gif) no-repeat center right;
   
}

/* all A tags whose CLASS attribute is popup */
a[class ="popup"] {
	padding-right: 18px;
	background: transparent url(images/icon_popup.gif) no-repeat center right;
}


a[href$='.doc'] { 
	padding-right: 18px;
	background: transparent url(images/icon_doc.gif) no-repeat center right;
}
a[href$='.xls'] { 
	padding-right: 18px;
	background: transparent url(icon_xls.gif) no-repeat center right;
}
a[rel ~='external'] {
	padding-right: 18px;
	background: transparent url(icon_external.gif) no-repeat center right;
}

  #main-title { border-bottom: 2px solid rgb(189, 197, 220);
    height: 80px;
    margin-left: 0pt;
    margin-right: 0pt;
    margin-bottom: 10px;
    padding-bottom: 7px;
    background-color: rgb(165, 182, 221);
    background-image: url(images/header_back.png);
    background-repeat: repeat;
    background-position: center top;
    width: 100%;
    }

  #main-text { margin: 40px 220px 20px 170px;
    }

  #main-text-wide { margin: 40px 40px 20px 170px;
    }
	 
  h1 { margin: 0pt 0pt 15px;
    padding: 0pt 0pt 10px;
    font-size: 18px;
    color: rgb(148, 30, 17);
    font-weight: bold;
    }
.LS { margin: 0pt 0pt 5px;
    padding: 0pt 0pt 0px;
    font-size: 20px;
    color: rgb(148, 30, 17);
    font-weight: bold;
    }
	 
  h2 { margin: 0pt 0pt 15px;
    padding: 0pt;
    font-size: 16px;
    color: rgb(191, 143, 48);
    font-weight: bold;
    }

  .sponsors { margin: 0pt 0pt 25px;
    padding: 0pt 0 5px 0;
    font-size: 25px;
    color: rgb(191, 143, 48);
    font-weight: bold;
	border-bottom:3px solid;
	
    }
	 
  .tagline {
	margin: 0pt 0pt 15px;
	padding: 0pt;
	font-size: 12px;
	color: rgb(191, 143, 48);
	font-weight: bold;
	font-style: italic;
}

  .newshead {
	margin: 0 0 5px;
	padding: 0px;
	font-size: 14px;
	color: rgb(191, 143, 48);
	font-weight: bold;
}
	 
  p, ul, ol, table { margin: 0pt 0pt 17px;
    font-size: 11px;
    line-height: 18px;
    }

img.headshot{
	border: 4px solid #DDDDDD;
	margin: 0em 1em 0.3em 0.2em;
	padding: 1px;
	background: #FFFFFF;
}	 

  ol, ul { margin-left: 25px;
    }

  a:link, a:visited { color: rgb(204, 102, 0);
    text-decoration: none;
    font-weight: bold;
    }

  a:hover { color: rgb(204, 102, 0);
    font-weight: bold;
    text-decoration: underline;
    }

  #left-menu { margin: 10px;
    position: absolute;
    top: 100px;
    left: 0pt;
    width: 120px;
    }

  #left-menu p { border-bottom: 1px dotted rgb(204, 102, 0);
    text-align: right;
    line-height: 20px;
    font-size: 12px;
    padding-bottom: 7px;
    padding-top: 7px;
    margin-bottom: 0pt;
    }

  #left-menu a:link, #left-menu a:visited { color: rgb(204, 102, 0);
    }

  #left-menu a:hover, #left-menu a.current { color: rgb(148, 30, 17);
    text-decoration: none;
    }

  #above-right-column { 
	background:#F0F0E1;
    margin: 10px 5px 12px;
    position: absolute;
    top: 80px;
    right: 0pt;
    width: 180px;
    padding: 2px 0 0 2px;
	text-align:center;
    }

#above-right-column a{
text-decoration:none;
} 
	

 
  #right-column { border-top: 3px solid rgb(148, 30, 17);
    border-bottom: 3px solid rgb(148, 30, 17);
    margin: 10px 5px 5px;
    position: absolute;
    top: 150px;
    right: 0pt;
    width: 180px;
    padding-top: 2px;
    padding-bottom: 5px;
    }

  #right-column p { line-height: 1.5em;
    font-size: 75%;
    text-align: right;
    color: rgb(191, 143, 48);
    }

#right-column p, #left{
	line-height: 1.5em;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	text-align: left;
	color: #666666;
	width: auto;
    }

  #right-column strong { color: rgb(204, 102, 0);
    text-align: right;
    }

  #footer { border-top: 2px solid rgb(204, 102, 0);
    text-align: center;
    background-color: rgb(165, 182, 221);
    color: rgb(255, 255, 255);
    margin-bottom: 0pt;
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 12px;
    }

  #footer a:link, #footer a:visited { color: rgb(240, 240, 225);
    }

  #footer a:hover { color: rgb(240, 240, 225);
    text-decoration: underline;
    }

	 #main-text .intro p {
	margin: 0;
	padding: 20px;
	background: #BF8F30;
	border-bottom: 1px dotted Black;
	border-top: 1px dotted Black;
	width: 90%;
}

/* all A tags whose HREF attribute ends in .pdf */
a[href$='.pdf'] { 
	padding-right: 18px;
	background: transparent url(icon_pdf.gif) no-repeat center right;
}

/* all A tags whose REL attribute equals pdf */
a[rel='pdf'] { 
	padding-right: 18px;
	background: transparent url(icon_pdf.gif) no-repeat center right;
}

/*  all A tags whose REL attributes has the letters pdf somewhere mixed in*/
a[rel*='pdf'] { 
	padding-right: 18px;
	background: transparent url(icon_pdf.gif) no-repeat center right;
}

/* all A tags whose REL attribute contains the value pdf, seperated from other values with a space */
a[rel~='pdf'] { 
	padding-right: 18px;
	background: transparent url(icon_pdf.gif) no-repeat center right;
}

/* all A tags whose HREF attribute starts with mailto: */
a[href ^="mailto:"] {
	padding-right: 18px;
    background: transparent url(icon_mailto.gif) no-repeat center right;
   
}

/* all A tags whose CLASS attribute is popup */
a[class ="popup"] {
	padding-right: 18px;
	background: transparent url(icon_popup.gif) no-repeat center right;
}


a[href$='.doc'] { 
	padding-right: 18px;
	background: transparent url(icon_doc.gif) no-repeat center right;
}
a[href$='.xls'] { 
	padding-right: 18px;
	background: transparent url(icon_xls.gif) no-repeat center right;
}
a[rel ~='external'] {
	padding-right: 18px;
	background: transparent url(icon_external.gif) no-repeat center right;
}

/* Rounded Corners Code */
.roundedcornr_box_532649 {
	background: url(images/roundedcornr_532649_tl.png) no-repeat top left;
}
.roundedcornr_top_532649 {
	background: url(images/roundedcornr_532649_tr.png) no-repeat top right;
}
.roundedcornr_bottom_532649 {
	background: url(images/roundedcornr_532649_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_532649 div {
	background: url(images/roundedcornr_532649_br.png) no-repeat bottom right;
}
.roundedcornr_content_532649 {
	background: url(images/roundedcornr_532649_r.png) top right repeat-y;
}

.roundedcornr_top_532649 div,.roundedcornr_top_532649,
.roundedcornr_bottom_532649 div, .roundedcornr_bottom_532649 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}


.roundedcornr_bottom_532649 {
	margin-top: -19px;
}
.roundedcornr_content_532649 { padding: 0 15px; }
/* End rounded corner code */

