/***********************************************/
/* pub.css - 02/07/2006                        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana,Arial,sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;;
	padding: 0px;
	background: #4a5b63 url("../images/bg-body.png") repeat-x 0 0;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% verdana,Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% verdana,Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% verdana,Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 14pt verdana,Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 12pt verdana,Arial,sans-serif;
 color: #000;
 font-weight: 600;
 margin: 0px;
 padding: 0px;
}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

.speak {
	font-family: Verdana,Arial,sans-serif;
}

.talks {
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em verdana,Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: verdana,Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	width: 750px;
	background-color: #ffffff;
	}

#pagecell1{
	position: absolute;
	top: 112px;
	left: 2%;
	right: 2%;
	width: 95.6%; 
	background-color: #ffffff;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

/* #masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
} */

#pageNav{
	float: left;
	width:140px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 15px;
/*	margin:0px 0px 0px 140px; */
	background: white;
	border-left: 1px solid #ccd2d2;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#abstracts {
	padding: 0px 0px 10px 0px;
	font-size: 12px;
	font-family: Verdana,arial,sans-serif;
	color: #000;
	height: 320px;
	vertical-align: top;
}

#agenda {
	padding: 0px 0px 10px 10px;
	font-size: 80%;
/*	height: 320px; */
}

#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	background: white;
	border-bottom:1px solid #ccd2d2;
}

#pageName p { font-size: 10pt; margin: 0;}

#pageName h3{
	font: bold 125% verdana,Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

/************* breadCrumb styles ***************/

.breadCrumb{
	padding: 0;
	margin-top: 0;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

.breadCrumb a{
	color: #AAAAAA;
}

.breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}

/************** feature styles *****************/

#feature {
	padding: 0px 0px 10px 0px;
	font-size: 80%;
	height: 410px;
/*	text-align: justify;*/
	margin-right: 1.5em;
	background-color: #ffffff;
}

.bylaws { text-align: justify; }
.links-sm { font-size: 8pt; }

html>body #feature {height: auto;}

#feature h3, #abstracts h3, #agenda h3 {
	font: bold 175% Verdana,Arial,sans-serif;
	color: #000000;
	padding: 20px 0px 5px 0px;
}

#feature ul li, ol li {
	font-family: Verdana,arial,sans-serif;
	color: #000;
	padding: 0px 15px 4px 0px;
	list-style-position: outside;
}
/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	background: white;
	font-size: 60%;
	color: #000000;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a {
	font-size: 12px;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("images/bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

#guide {
	border: black 1px solid; 
	background-color: beige; 
	padding-left: 3.0em;
}

div#subs a { color: red; font-size: 8pt; }
div#subs div { text-indent: 8px; list-style-type: none; margin: 0; }

dl#subs a { color: red !important; font-size: 8pt; }
#subs dt, dl { margin: 0 0 0 5px; padding: 0px }

.news {font-family: verdana, arial; font-size: 14px !important; line-height: 1.25em; color: black; margin-top: 0px; margin-bottom: 0px;}

DIV.MsoNormal {
	FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"; mso-style-parent: ""; mso-pagination: none; mso-layout-grid-align: none; mso-fareast-font-family: "Times New Roman"
}
LI.MsoNormal {
	FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"; mso-style-parent: ""; mso-pagination: none; mso-layout-grid-align: none; mso-fareast-font-family: "Times New Roman"
}
P.MsoNormal {
	FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"; mso-style-parent: ""; mso-pagination: none; mso-layout-grid-align: none; mso-fareast-font-family: "Times New Roman"
}
.style2 {
	FONT-SIZE: x-large
}
DIV.MsoNormal1 {
	FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"; mso-style-parent: ""; mso-pagination: none; mso-layout-grid-align: none; mso-fareast-font-family: "Times New Roman"
}
LI.MsoNormal1 {
	FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"; mso-style-parent: ""; mso-pagination: none; mso-layout-grid-align: none; mso-fareast-font-family: "Times New Roman"
}
P.MsoNormal1 {
	FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"; mso-style-parent: ""; mso-pagination: none; mso-layout-grid-align: none; mso-fareast-font-family: "Times New Roman"
}
.style3 {
	FONT-SIZE: 16px
}
.style4 {
	FONT-SIZE: 11pt
}
.style5 {
	FONT-SIZE: 11pt; FONT-FAMILY: Times
}

/********************* end **********************/
