@charset "UTF-8";
a:link {
	color: #1d1558;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #996600;
}
.linktext {
	margin-bottom: 5px;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #666666;
}
#container  {
	width: 760px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/pagebkgd.jpg);
} 
#header  {
	background-image: url(images/2009banner.jpg);
	background-repeat: no-repeat;
	height: 148px;
	width: 760px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
} 
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 198px; /* padding keeps the content of the div away from the edges */
	background-image: url(images/leftcolumn_1px.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 145px;
	background-repeat: repeat;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 1px;
	padding-left: 0px;
}
#mainContent  {
	width: 380px;
	margin-top: 0;
	margin-right: 12px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
#leftside {
	width: 178px;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#footer  {
	margin: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(images/2009footer.jpg);
	background-repeat: no-repeat;
	height: 38px;
	width: 760px;
	background-color: #666666;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.bulletstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 1px;
	vertical-align: baseline;
	bottom: -0.12em;
	color: #000033;
	position: relative;
	font-weight: bold;
}
#designby {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	background-color: #666666;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-align: center;
}
#linkslist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	text-indent: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1ex;
	list-style-position: outside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1ex;
	list-style-image: url(images/blackbullet.gif);
}
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.pageheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #333333;
	background-color: #e0dccd;
	font-size: 22px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	margin: 0px;
}
.bodytextbold {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
}
.columntext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
}
.column-h1  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -4px;
	margin-left: 0px;
}
.h5_colorbar {
	line-height: 20px;
	background-color: #DFDCCD;
	vertical-align: middle;
	height: 22px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	padding-left: 5px;
}
.cutline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 9px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	margin-top: 3px;
	margin-bottom: 4px;
}
.cutlinelong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 9px;
	font-weight: bold;
	text-align: left;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}.sup
{
font-size: smaller;
vertical-align: baseline;
position: relative;
bottom: 0.33em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.picture {
	font-family: Arial, sans-serif;
	font-size: 9px;
	margin: 0px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}
.picture img {
	vertical-align:middle;
	margin-bottom: 1px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.callout150-left {
	background-color: #d3cfc2;
	font-size: 13.5px;
	width: 151px;
	float: left;
	padding: 5px;
	margin-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: 19px;
	font-weight: bold;
	text-align: center;
}
.callout150-right {
	background-color: #d3cfc2;
	font-size: 9.5px;
	width: 151px;
	float: right;
	padding: 5px;
	margin-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 10px;
	font-weight: bold;
	text-align: center;
}
.photobox150-left {
	background-color: #d3cfc2;
	font-size: 9.5px;
	width: 151px;
	float: left;
	padding: 5px;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 10px;
	font-weight: bold;
	text-align: center;
}
.photobox150-right {
	background-color: #d3cfc2;
	font-size: 9.5px;
	width: 151px;
	float: right;
	padding: 5px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 10px;
	font-weight: bold;
	text-align: center;
}
.photobox200-left {
	background-color: #d3cfc2;
	font-size: 9.5px;
	width: 201px;
	float: left;
	padding: 5px;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 10px;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.photobox200-right {
	background-color: #d3cfc2;
	font-size: 9.5px;
	width: 201px;
	float: right;
	padding: 5px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 10px;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.photobox300-left {
	background-color: #d3cfc2;
	font-size: 9.5px;
	width: 301px;
	float: left;
	padding: 5px;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 10px;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.photobox300-right {
	background-color: #d3cfc2;
	font-size: 9.5px;
	width: 301px;
	float: right;
	padding: 5px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 10px;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.photobox375 {
	background-color: #d3cfc2;
	font-size: 9.5px;
	width: 380px;
	float: left;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 10.5px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 1px;
}
.right {
	float:right;
	margin-left: 15px;
}
.left { 
	float:left; 
}
.sidetype {
	font-size: 12px;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.h3_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
a.button{
	width: 120px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #E3E3E3;
	text-transform: uppercase;
	height: 48px;
	padding-top: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-image: url(images/button.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 19px;
}
a:hover.button{
	background-image: url(images/button_over.jpg);
	background-color: transparent;
	background-repeat: no-repeat;
}
.right {
	float:right;
	margin-left: 10px;
}
.left {
	float:left;
	margin-right: 10px;
}
.linksmall {
	font-size: 11px;
	text-indent: 25px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.byline {
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
}
.editornote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
	margin: 0px;
}.editornoteintro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin: 0px;
	font-weight: bold;
	font-style: normal;
}
.listblock {
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 19px;
	text-indent: -14px;
}
.clickproceedings {
	font-size: 13px;
	font-style: italic;
	line-height: 19px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.photocredit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10.5px;
	font-weight: normal;
}

