@import url(logo.css);

@import url(menu.css);

@import url(search.css);

@import url(sidebar.css);

@import url(twocols.css);

@import url(footer.css);

body {
	margin: 0;
	padding: 0;
	background: url(../images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
}

h1 {
	font-variant: small-caps;
	color: #990000;
}

h2 {
}

h3 {
	font-weight: bold;
}

h4 {
	text-transform: uppercase;
	font-variant: small-caps;
	font-weight: normal;
	font-size: 12px;
	color: #990000;
}

p, ol, ul {
	line-height: normal;
}

p {
}

ol {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

#sidebar ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none outside;
}

ul li {
	/*padding-left: 15px;*/
	/*background: url(../images/img07.gif) no-repeat 0px 7px;*/
}

blockquote {
	margin: 0;
	padding-left: 10px;
	font-style: italic;
}

blockquote * {
}

a {
	color: #990000;
}

a:visited {
	color: #999999;
}

a:hover {
	text-decoration: none;
	color: #999999;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 15px 0 0;
}

img.right {
	float: right;
	margin: 3px 0 0 15px;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 700px;
	height: 235px;
	margin: 0 auto;
	background: url(../images/conferenceheader10.jpg) no-repeat;
}

#header h2, #header a{
	color: #FFFFFF;
}

/* Page */

#page {
	width: 700px;
	margin: 0 auto;
	padding: 10px 0;
}

/* Content */

#content {
	float: left;
	width: 450px;
	padding-top: 8px;
	list-style-position: inside;
}

.title {
	font-family:Cambria, Georgia, "Times New Roman", sansSerif;
}

#news p{
	text-align: left;
}
