/* PointStreet.com Web Development - DSS CSS Document */



/* 	This "default-dss.css", styles the Simple Selectors (HTML tags),
	to reduce repetative manual styling of common HTML elements.
*/


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

body {
	background-image: url(../images/speakersla-bkgd-2.gif); /* insert the background image here and remove the current 05-06 tabled graphic */
	background-color: #A2BCD0;
	margin-left: 0px;
	margin-top: 0px;
	background-repeat: no-repeat;
}

img {
	border: none; /* cuts out the need to have <img border="0"> in all hyperlinked <img> tags */
}



/***** HEADINGS (Global) *****/
h1, h2, h3, h4, h5, h6 {
}
/* 	


*/

h1 {
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

h2 {
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

h3 {
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
}

h4 {
	color: #000000;
	font-size: 16px;
}

h5 {
	color: #FFFFFF;
	font-size: 18px;
}

h6 {
	color: #007AAB;
	font-weight: bold;
	font-size: 14px;
}



p {
	line-height: 130%;
	font-size: 12px;
	color: #000000;
}

.speakername {
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	word-spacing: 0.2em;
}
.speakertitle {
	color: #FFFFFF;
	font-size: 18px;
}

.speakerdates {
	color: #007AAB;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.redbold {
	color:#CC0000;
	font-size: 14px;
}

.largewhite {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 2em;
}

.smallwhite {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.smallblack {
	font-size: 13px;
	color: #000000;
	font-style: normal;
}


/***** LINKS (Global) *****/
a {
	font-size: 12px;
	color: #336699;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}




/* CSS for ID's */


/***** SITESHELL *****/
#wrapper {
}




/***** HEADER *****/
#header {
}


/***** SPEAKERS *****/

#speakers {
	text-align: left;
}



/***** LEFT CONTENT *****/

#leftcontent {

}

/***** MAIN CONTENT *****/
#maincontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left: 30px;
	width: 400px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-top: 20px;
}


#maincontent .bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#maincontentspeakers {
	padding-top: 45px;
}

/***** RIGHT CONTENT *****/

#rightcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #A2BCD0;
	margin-left: 4px;
	width: 399px;
}


#rightcontent .bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#rightcontent #button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-top-color: #939393;
	border-right-color: #E7E7E7;
	border-bottom-color: #A8A8A8;
	border-left-color: #929292;
	
}

#rightcontentspeaker {
	padding: 40px 0px 0px 50px;
}

/***** FOOTER *****/
#footer {
	text-align: center;
}



/*** footer copyright ***/

#footer #copyright {
	margin-top: 25px;
	margin-bottom: 15px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-left: 100px;
}
