/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
/* base.css, part of YUI's CSS Foundation */

html {background-image:url(images/bg.jpg)}
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:5em; margin-bottom:0; color: #855d74; 
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
font-size: 4em; margin-bottom:.3em; color: #596d33;
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}

h4 {font-family: Georgia, "Times New Roman", Times, serif; background-color:#fdf5d3;border:1px dotted #855d74; padding: 5px; margin-bottom:5px;}

h5 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:280%; color: #8c8069; 
}

h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}




#hd {background-image: url(images/header.jpg); height: 360px;}

.maincol {background-image:url(images/maincolbg.jpg); background-repeat:no-repeat; padding-right: 9em;}
a {color: #3793c9; text-decoration: none;}
a:visited {color: #a8adb0}
a:hover {color: #855d74}

.sidecol{background-image:url(images/sidecolbg.jpg); background-repeat:no-repeat;}
.sidecol ul {margin-top:-1em;}
.sidecol li {list-style-type:circle;}


#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Georgia, Times New Roman, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	}

#menu {
	width: 220px;
	margin-left: 723px;
	padding-top: 198px;
	
	}
#menu li{
	list-style-type: none;}

#menu li a {

	list-style-type: none; text-decoration:underline;

}
#menu .notopbrdr0xNone {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}


#menu li a.first:link, #menu li a.first:visited {
font-size:.8em;
font-style:normal;
text-decoration:none;
font-family:tahoma,helvetica,clean,sans-serif;
color:#3793c9;

background-color:#fff;
}

#menu li a.first:hover {
font-size:.8em;
font-style:normal;
text-decoration:underline;
font-family:tahoma,helvetica,clean,sans-serif;
color:#000;
background-color:#fff;
}

#menu li a:link, #menu li a:visited {
	color: #000000;
	display: block;

	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10px;
	}

#menu li a:hover {
	color: #FFFFFF;
	background:  #855d74;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10px;
	}
#gallery {text-align: center;}	
#gallery img {border: thin solid #3793c9; margin: 2em;}
blockquote {font-family:Georgia, "Times New Roman", Times, serif; line-height: 1.5em; padding: 1em;}

#ft {text-align:center; padding-top:2em;}
#ft a{color:#855d74; padding-bottom:3em;}