/* begin basic global styles */

body {
	margin:0px 0px 0px 0px;
	padding:0;
	background-color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#BBB;
	line-height:1.4em;
}
h2 {
	margin:0;
	padding:0em 0em 1.0em 0em; 
	font-size:125%;
	color:#9dc2f8;
}
h3 {
	margin:0;
	padding:0em 0em 0.5em 0em; 
	font-size:105%;
	color:#666;
}
p {
	margin:0;
	padding:0em 0em 1.5em 0em;
	color:#BBB;
}
ul {
	margin:0;
	padding:0em 0em 1.5em .5em;
	color:#BBB;
	list-style-type:none;
}
li {
	margin:0;
	padding:0em 0em 0em 1.5em;
	color:#BBB;
	background:url(../images/icon_musicnote.gif) no-repeat left top;
}
a:link, a:visited, a:active  {
	color:#9dc2f8;
	text-decoration:none;
	background-color:#000;
}
a:hover {
	color:#004fc4;
	text-decoration:none;
	background-color:#000;
}
#container_outside {
	margin:0;
	padding:0;
	width:800px;
	/* background-color:#7D9650; */
}
#container_content {
	margin:0;
	padding:15px 135px 15px 15px;
	text-align:left;
	min-height:500px;
	background-color:#000;
	border-top:1px dotted #222;
	border-bottom:1px dotted #333;
	border-right:1px dotted #222;
	background-image:url(../images/elvis.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/* end basic global styles */

/* begin nav styles */

#container_outside #nav_wrapper {
	/* border-top:1px solid #FFF; */
	/* border-bottom:1px solid #FFF; */
	/* border-left:1px solid #FFF; */
	font-size:12px;
	font-weight:bold;
	text-align:left;
}
#container_outside #nav_wrapper #nav {
	margin:0;
	padding:10px 15px 10px 0px; /* make T R and B values the same as #wrap #nav_wrapper #nav li a values */
	background:#000; /* make value the same as #wrap #nav_wrapper #nav li a value */
}
#container_outside #nav_wrapper #nav li {
	margin:0;
	padding:0;
	display:inline;
	list-style-type: none;
}
#container_outside #nav_wrapper #nav li a {
	color:#FFF;
	text-decoration:none;
	background-color:#000;
	padding:10px 15px 10px 15px;
	margin:0;
	/* border-right:1px solid #FFF; */
}
#container_outside #nav_wrapper #nav a:link, #nav a:visited, #nav a:active,  {
	color:#EEE;
	text-decoration:none;
	background-color:#000;
}
#container_outside #nav_wrapper #nav li a:hover {
	color:#004fc4;
	text-decoration:none;
	background-color:#000;
}
/* end nav styles */

/* begin header styles */

#header {
	margin:0;
	padding:0;
	width:800px;
	height:100px;
	background:url(../images/bg_header.jpg) repeat-x;
	border-bottom:1px dotted #222;
}
#logo {
	margin:0;
	padding:0;
	float:left;
}

/* end header styles */

/* begin footer styles */

#footer {
	margin:0;
	padding:7px 15px 30px 15px;
	text-align:left;
	/* border-top:1px solid #FF9000; */
	/* border-bottom:5px solid #FFF; */
	font-size:85%;
	color:#666;
}
#footer a {
	color: #666;
	font-size: 100%;
	text-decoration: none;
}
#footer a:link {
	color: #666;
	font-size: 100%;
	text-decoration: none;
}
#footer a:visited {
	color: #666;
	font-size: 100%;
	text-decoration: none;
}
#footer a:hover {
	color: #004fc4;
	font-size: 100%;
	text-decoration: none;
}
#footer a:active {
	color: #666;
	font-size: 100%;
	text-decoration: none;
}

/* end footer styles */


/* -------------------------- page specific styles below this line ------------------------- */

/* begin speakers.html styles */

#speaker {
	border-bottom:1px dotted #333;
	margin:0px 0px 20px 0px;
}
#speaker p {
	margin:0;
	padding:0em 0em 1.0em 0em;
}
#speaker img {
	float:left;
	margin:0;
	padding:5px 25px 10px 0px;
}

/* end speakers.html styles */

/* begin schedule.html styles */

.schedule {
	margin:0;
	padding:15px 0px 0px 0px;
	border-top:1px dotted #666;
}
.schedule p.time {
	margin:0;
	padding:0em 0em 0em 0em;
}
.schedule p.title {
	margin:0;
	padding:0.5em 0em 1.0em 0em;
}

/* end schedule.html styles */

/* begin registration.html styles */

blockquote {
	margin:0;
	padding:0em 0em 0em 2.0em;}

/* end registration.html styles */

/* begin registration_form.html styles */

#reg_form {
	border:1px dotted #666;
}

/* end registration_form.html styles */

/* begin posters_form.html styles */

.bold_black {
	color:#000;
	font-weight:bold;
	font-size:100%;}

/* end posters_form.html styles */

/* begin poster.html styles */

#poster {
	border-bottom:1px dotted #333;
	margin:20px 0px 20px 0px;
}
#poster p {
	margin:0;
	padding:0em 0em 1.0em 0em;
}
#poster p.author {
	margin:0;
	padding:0em 0em 0em 0em;
}
#poster p.poster_abstract {
	margin:0;
	padding:1.5em 0em 1.0em 0em;
}

/* end poster.html styles */

/* begin contact.html styles */

.contact {
	margin:0;
	padding:0em 0em 1.5em 0em;
}

/* end cantact.html styles */

.black {
	color:#000;
}