/*	start of defaults */

	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: baseline;
	}

	/* Remember to define focus styles! */
	:focus {
		outline: 0;
	}
	body {
		line-height: 1;
		color: black;
		background: white;
	}
	ol, ul {
		list-style: none;
	}

	/* Tables still need 'cellspacing="0"' in the markup. */
	table {
		border-collapse: separate;
		border-spacing: 0;
	}
	caption, th, td {
		text-align: left;
		font-weight: normal;
	}

	/* Remove possible quote marks (") from <q>, <blockquote>. */
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: "";
	}
	blockquote, q {
		quotes: "" "";
	}
   
/*	end of defaults */


/* Real css */

body,ul,ol,dl,h1,h2,h3,h4,h5,h6,td,th,
caption,pre,p,blockquote,input,textarea { 
	line-height: 18px; 
  	color: #333; 
	font-family: Baskerville, Georgia, "Times New Roman", Times, serif; 
}

p {
	margin: 10px 0 0 0;
	line-height:20px;
	
}

em {
	font-style:italic;
}

body { 
  text-align: center; /* IE Fix */
  margin:-10px 0 0 0;
}

#wrap {
  text-align: left;
  position: relative;
  padding: 10px 0 0 0;
  margin: 0 auto;   /* Centers layout */
  width: 760px;     /* Total width */
  background-image: url('/images/bgtile.gif');

}

#bottom-edge {
  margin: 0px auto 25px;   /* Centers layout */
  width: 760px;     /* Total width */
  height: 10px;
  
  background-image: url('/images/bottomtile.gif');

}

#header {
  padding: 0;
  margin: 10px 15px;
  width: 730px;     /* Total width */
  height: 220px;
  background-image: url('/images/header.jpg');
}

#nav {
	margin: 0px 10px;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
}

#nav li {
	display: inline;
	list-style: none;
}

#nav a {
	float: left;
	margin: 0 0px 4px 5px;
	font-size:11px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px;
	background: #8e8758;
	background-image: url('/images/leftround.gif') ;
	background-repeat: no-repeat;
}

#nav a:hover  {
	background: #93591e;
	background-image: url('/images/leftround.gif') ;
	background-repeat: no-repeat;
}

#nav a.active {
	color: #333;
}

a, a:visited {
	text-decoration: none;
	color: #555;
}

a:hover, a:active {
	text-decoration: underline;
	color: #333;
}

.rightrnd {
	float:left;
	margin: 0 5px 0 -2px ;
	height: 38px;
	width: 2px;
	z-index:2;
	background-image: url('/images/rightround.gif');
}
#yah {
	float: left;
	text-align: right;
	width: 139px;
	margin:  0 0px 10px 5px;
	padding: 10px;
	background: #b8b498;
	background-image: url('/images/leftround.gif');
	background-repeat: no-repeat;
}

#content {
	font-size: 13px;
	margin: 0 15px;
	padding-bottom: 20px;
	clear: both;
	width:730px;
	background: #e3e8d7;
}

#left {
	float: left;
	width: 160px;
}

#right{
	float:left;
	width:520px;
	padding:0 15px 0 25px ;
}


/*papers specific*/

#papers{
	margin-top: 53px;
}

.tab {
	width: 145px;
	padding: 2px 0px 3px 15px;
	margin: 15px 0 0;
	color: #fff;
	background: #9d9779 url('/images/smalltab.gif') top right no-repeat ;
}

ul.notab>li {
	padding: 5px 0 5px 0px;
	line-height:18px;
	margin: 0;
}

ul.notab {
	list-style-type: circle;
	padding: 0 ;
	margin-left: 10px;
}

#papers > ul, ul.notab {
	padding-left:15px;
	line-height: 2;
	color: #555;
	background: #e3e8d7;
}

.papertitle{
	color: #333; 
	font-size: 32px; 
	line-height: 28px; 
	padding: 18px 0px 7px;
}

.papersubtitle{
	color: darkred;
}

.hr {
	border-bottom: thin solid darkred;
	margin: 10px 0 ;
	width: 175px;
}


.paperbody{
	padding: 0 0px 0 0;
}



/*end of papers*/

/* post specific*/

.blogtitle{
	color: #333; 
	font-size: 32px; 
	line-height: 30px; 
	padding: 18px 0 5px;
}

.blogdate{
	color: darkred;
}

.blogbody{
 margin-bottom: 25px;
}


/*end of post*/

/* event specific*/

.eventdate {
	background-color: #9d9779;
	color: #fff;
	width: 490px;
	text-align: right;
	font-size: 20px;
	padding: 5px 10px 5px 0;
	margin: 10px 0;
	display:block;
	background-image: url('/images/bigtab.gif');
}



.eventname {
	font-size: 18px;
	padding-left: 150px;
}

.eventdescription {
	padding-left: 150px;
}

/*end of event*/

/* mikee! */

.statictitle{
	color: #333; 
	font-size: 32px; 
	line-height: 30px; 
}

#subbody { 
	margin: 0 auto;
	width: 550px; 
	padding: 20px 20px 0 20px; 
}

/* end of real css */









