
*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F7F6F2;
}

h1
{
	color: #AF9623;
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 7px;
	margin-bottom: 21px;
	border-bottom-color: #AFAFAA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

h2
{
	font-size: 14px;
	font-weight: bold;
	color: #977B0C;
	margin-bottom: 14px;
	margin-top: 16px;
}

h3
{
	font-size: 11px;
	font-weight: bold;
	color: #977B0C;
	margin-bottom: 6px;
	margin-top: 16px;
}

a
{
	color: #0052DD;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: 0;
}

ul, ol
{
	margin: 0 0 0 18px;
	font-size: 11px;
	color: #4B4B46;
	list-style: square;
}

table
{
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}

th
{
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #F7F6F2;
	padding-bottom: 5px;
	padding-top: 5px;
}

tr, td
{
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #EBEBE1;
	padding-bottom: 5px;
	padding-top: 5px;
}

div#page
{
	text-align: left;
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	background-color: #EBEBE1;
}

div#header
{
	height: 130px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url("../img/layout/header_logo.jpg");
	background-repeat: no-repeat;
}

div#header h1
{
	visibility: hidden;
	color: #FFFFFF;
	margin-left: 200px;
	font-size: .1em;
}

div#leftColumn
{
	float: left;
	padding-top: 40px;
	width: 200px;
}

div#mainColumn
{
	font-size: 11px;
	line-height: 150%;
	margin-left: 200px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 40px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 35px;
	min-height: 350px;
	color: #4B4B46;
}

div#mainColumn img
{
	float: none;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 10px;
}

div#footer
{
	background-image: url("../img/layout/footer.jpg");
	background-repeat: no-repeat;
	height: 41px;
	width: 800px;
	background-position: top;
	position: relative;
}

div#footer div
{
	font-size: 9px;
	color: #4B4B46;
	padding: 15px 0 0 15px;
}

div.article
{
	margin-bottom: 12px;
}

div.events div.speaker
{
	font-style: oblique;
}

div.event div.speaker
{
	padding-left: 18px;
	font-style: oblique;
	margin-top: -12px;
	margin-bottom: 15px;
}

div.link div.description
{
	margin-bottom: 10px;
}

div.detail
{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #EBEBE1;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.back
{
	font-size: 9px;
	text-align: right;
}
