/*---------------------------------------------------------------------
Reset Browser Inherited Styles
 ---------------------------------------------------------------------*/
html, body, div, span, applet, object, ifr ame, 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, dd, dl, dt, li, ol, ul,
fi eldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td {
 margin: 0;
padding: 0;
border: 0;
outline: 0;
background: none;
font-weight: inherit;
font-style: inherit;
font-family: inherit;
font-size:100%;
text-align: left ;
line-height: 1;
vertical-align: baseline;
list-style: none; }
/*---------------------------------------------------------------------
Default Styles
---------------------------------------------------------------------*/
body,  select {
color: rgb(105,105,105);
font-family: “fontin sans”, optima,
“trebuchet-MS”, sans-serif; }
body { background: rgb(0,50,75)
url(../_images/bg-body.png) repeat 0 0; }
h1, h2, h3, h4, h5, h6 {
color: rgb(128,128,128);
font-family: garamond, cochin, times, serif;
letter-spacing: 1px;
font-weight: normal; }
 h1 { font-size: 2.5em; }
h2 { font-size: 2em; }
 h3 { font-size: 1.25em; }
 p {
font-family: "fontin sans" optima, "trebuchet-MS", sans-serif;
 font-size: .75em;
 margin: 5px 0;
 line-height: 1.5; }
 blockquote {
 font-size: .75em;
 margin: 10px 0;
 padding: 10px 0;
border-top: 1px solid rgb(128,128,128);
 border-bottom: 1px solid rgb(128,128,128); }
 li { font-size: .75em; }

/*---------------------------------------------------------------------
Links - Defaults
---------------------------------------------------------------------*/
a { text-decoration: none; }
 a:link { color: rgb(0,85,126); }
a:visited { color: rgb(0,50,75); }
a:hover { color: rgb(0,170,255); }
 a:active { color: rgb(255,215,0); }


body { 
  background:       url('Images/bg.gif');
  margin:           0px;
}

#menubar {

float:		left;
width:		130px;
margin-left:    15px;
}

#menubar h3 {
 font-variant: small-caps;
 color: red; }

#menubar li {
	list-style-type: disc;
	padding: 10px;
}

cite{
font-style: italic;
font-weight: bold;
font-size: 110%;
}

em{
font-weight: bold;
}

#sidebar{
float:		right;
width:		100px;
height:		1000px;
margin-right:   40px;
}

#mainpage{
margin:		10px 160px 10px 180px;
}



#header {
  margin:           10px;
  height:           75px;
}



#mainmenu {
  padding:          15px;
  width:            200px;
  float:            left; margin-left:10px; margin-right:10px; margin-top:0px; margin-bottom:10px
}

#NewWorkshops {
  font-size:        105%;
  padding:          5px;
}

#new {
  padding:          5px;
  text-align:       left;
  text-color:       blue;
}

#intro {
  padding:          5px;
 text-align:	    justify;

}



#footer {
  background-color: #73490C;
  color:	    black;
  text-align:       center;
  padding:          15px;
  margin:           10px;
  font-size:        90%;
  clear:            left;
  font-size:        110%;
}

#footer p {

  text-align:       center;

}


li {
	list-style-type: square;
	padding: 10px;
}

.ws-date {
	font-weight: bold;
	font-size:	110%;
}

.ws-city {
	 font-variant: small-caps;
}

.ws-presentation {
	font-style: italic;
}

.pub {
	font-style: italic;
}

#intro li {
list-style-type:   decimal;
}





