/* 
	------------------------
	Sheep and Beef Conference Stylesheet
	Created: 24 October 2006
	------------------------
 */
 
/* typography 
-------------- */
body{
	font-family:Arial, Helvetica, sans-serif;
	color:#453923;
	font-size:small;
}


h1, h2, h3{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

h1{
	color:#BB7612;
	font-size:190%;
	margin:.25em 0 0em 0;
	/*text-transform:lowercase;*/
}

h2{
	font-size:110%;	
	color:#BB7612;
	font-weight:bold;
	margin:.5em 0 0em 0;
}

h3{
	font-size:95%;	
	font-weight:bold;
	color:#453923;
	margin:1em 0 0em 0;
}
p{
	font-size:90%;
	margin:1em 0 1em 0;
	line-height:1.5em;
}

a{
	/*font-size:90%;*/
	color:#D0AE68;		
	text-decoration:none;
}
a:hover{
	/*font-size:90%;*/
	color:#453923;
	text-decoration:underline;
	
}


ul     
{
	line-height:1.1em;
	display: block;
	margin: 0.5em 0;
	padding: 0 0 0 30px;
	/*border: dotted thin green;*/
	list-style-type:square;
}
li      
{
	display: list-item;
	margin: 0;
	padding: 2px 0px 4px 0px;
	line-height:1.3em;
	font-size:90%;
	/*border: dotted thin red;*/
}
.large{
	color:#649AB7;
	font-size:110%;
}
.small{
	font-size:85%;
}
img{
	border:none;
}

/* ----- Right hane menu in the content area --*/

#right-menu{
	float:right;
	margin:0 0 10px 10px;
	width:201px;
}
#right-menu #image{
	margin-bottom:5px;
}
#right-menu #middle{
	background-image:url(/img/right_menu_bg.jpg);
	background-repeat:no-repeat;
	padding:10px 10px 1px 40px;
	color:#fff;
	background-color:#656531;
	
}

#right-menu #middle ul{
	margin:0;
	padding:0;
}

#right-menu #middle li{
	margin:0;
	padding:0;
	padding-left:10px;
	list-style-image:url(/img/right_bullet.gif);	
	list-style-position:outside;
	line-height:2em;
	
}

#right-menu a{
	font-weight:bold;
	top:-3px;
	position:relative;
}


