a.link {
	font-size: 0.75em;
}

body {
	background-color: #fbdacb;
}

.center {
	text-align: center;
	width:100%;
}


.clear {
    clear:both;
    height:1em;
    overflow:hidden;
  }

.credit {
	text-align: center;
	width: 100%;
	font-style: italic;
}
.copyright {
	text-align: center;
}

div.page_title {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

div.top_title {
	color: #6e3107;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

img.logo {
	vertical-align: middle;
	border: 0;
}

div.top_title > a:link, div.top_title > a:visited {
	color: #6e3107;
	text-decoration: none;
}

div.top_title > a > span.big {
	font-size:   1.25em;
	font-weight: bold;
	vertical-align: middle;
}

div.subtitle {
        font-style: italic;
        font-size: 1.5em;
	font-weight: normal;
	text-align: center;
}

dt {
	font-weight: bold;
}

hr {
	width: 33%;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0;
}


div.sliced {
	padding: 0px;
	margin: 0px;
	//float: right;
	//clear: right;
}

div.sliced > div {
	padding: 0px;
	margin: 0px;
	float: right;
	clear: right;
}



img.sliced {
	padding: 0px;
	margin: 0px;
	margin-left: 15px;
	float: right;
	clear: right;
}	

img.person {
	float: left;
	margin-right: 2em;
	margin-top: 1em;

}

ol {
	padding-left: 5em;
}

ol > li {
	padding-bottom: .5em;
}

.slideshow {
	width: 400px;
	height: 300px;
	float: right;
	margin: 20px;
}

.slideshow img { 
	padding: 15px;
	border: 1px solid #ccc;
	background-color: #eee; 
}


.title {
        font-weight: bold;
        font-size: 1.3em;
}

.tagline {
	font-style: italic;
	font-family: serif;
	font-size: small;
	}

ul.topnav {
	list-style: none;
	margin-left:  50px;
	float: left;
	font-size: 1.2em;
	background: url(images/menu_pattern.png) repeat-x #6e3107;
	width: 90%;
	padding-left: 0px;
}

ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}

ul.topnav > li:first-child {
	float: left;
	margin: 0;
	padding: 0 15px 0 45px;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}

ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}

ul.topnav li a:hover{
	background: url(images/menu_pattern.png) repeat-x  #fcb392;
	color: pink;
}

ul.topnav li span { /*--Drop down trigger styles--*/
	margin-top: 14px;
	float: left;
}

ul.topnav li span.subhover {
	background-position: center bottom; cursor: pointer;
} /*--Hover effect for trigger--*/

ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; 
	top: 35px;
	background: url(images/menu_pattern.png) repeat-x  #6e3107;
	margin: 0; 
	padding: 0;
	display: none;
	float: left;
	width: 170px;
	border: 1px solid #111;
	font-size: .75em;
	z-index: 2; 
}

ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #faa072; /*--Create bevel effect--*/
	border-bottom: 1px solid #ca7042; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
	background: url(images/menu_pattern.png) repeat-x  #6e3107;
}

html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #fcb392;
	padding-left: 20px;
	color: white;
	background: url(images/menu_pattern.png) repeat-x  #6e3107;
}

html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: url(images/menu_pattern.png) repeat-x  #6e3107;
	color: pink;
}

#loading { 
	clear:both; 
	background:url(images/wait.gif) center top no-repeat;
	text-align:center;
	padding:33px 0px 0px 0px;
	font-size:12px;
	display:none;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
}

#page {
	margin-left: 50px;
	width: 90%;
	//background-color: #FFFFFF;
	background: url(images/flower_bg.png) repeat #FFFFFF;
	border: 1px solid #AAAAAA;
	float: left;
}

#content {
	margin: 10px 10px 10px 10px;
}

#pageUrl {
	margin-right: 10px;
}

