html {
	font-size:100.01%;
	font-family: "Palatino Linotype";
}
body {
	font-size: 90%;
	color: #151515;
	font-family: "Palatino Linotype";
	background-image: url('../images/03original.jpg');
	}
.crumbs {
	font-family: "Palatino Linotype";
	font-size: 10px;
	color: #000;
}

.Picture {
	text-align: center;

}
.absnames {
	font-family: "Palatino Linotype";
	font-size: 16px;
	text-align: center;
	color: #8197AE;
}
.absref {
	font-size: 10px;
}
.abstext {
	text-align: justify;
	font-family: "Palatino Linotype";
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
}



img {	margin: 10px 0;
	}

.clearContent {clear: both;}

/*site layout*/
#siteWrap {
	width: 960px;
	margin: 20px auto;
	background-color: #fff;
}

	#header {
		text-align: right;
	}
	
	#column1 {
		width: 210px;
		float: left;
	}
	
	#column2 {
		width: 750px;
		float: right;
	}
	
	#mainContent {
	width: 710px;
	margin: 0 20px;
	font-family: "Palatino Linotype";
	text-align: center;
	}
		
/*Typography and link styles*/

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	color: #151515;
	font-family: Candara;
	text-align: center;
}

h1 {
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
	color: #7F95AC;
	font-family: Candara;
	font-weight: normal;
	text-align: center;
}
h2 {
	font-size: 24px;
	margin-bottom: 0.75em;
	font-family: "Palatino Linotype";
	text-align: center;
	color: #000;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
	color: #8096AD;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
	text-align: center;
}
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           {
	margin: 0 0 1.5em;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     {
	color: #639;
	text-decoration: underline;
	font-family: "Palatino Linotype";
	font-style: normal;
}
a           {
	color: #639;
	text-decoration: none;
	font-family: "Palatino Linotype";
	font-style: normal;
}

blockquote  {
	margin: 1.5em;
	color: #000;
	font-style: normal;
}
strong      {
	font-weight: bold;
	font-family: "Palatino Linotype";
	font-size: 16px;
	color: #000;
	text-align: left;
}
em,dfn      {

}
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul,
li ol       {
	margin: 0;
	font-family: "Palatino Linotype";
	font-size: 16px;
}
ul, ol      {
	margin: 0 1.5em 1.5em 0;
	padding-left: 3.333em;
	font-family: "Palatino Linotype";
}

ul          {
	list-style-type: disc;
	font-family: "Palatino Linotype";
}
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       {
	font-weight: bold;
	font-family: "Palatino Linotype";
	font-size: 16px;
}
.bullet {
	font-family: "Palatino Linotype";
	font-size: 16px;
}

dd          { margin-left: 1.5em;}

/*Navigation styling*/
.sf-menu {
	border-top: 1px solid #151515;
	font-family: "Palatino Linotype";
	font-size: 16px;
}
.sf-menu a {
	padding: .55em 1em .65em 1em;
	text-decoration:none;
	font-size: 1em;
}
.sf-menu a, .sf-menu a:visited  {
	color: #151515;
}

.sf-menu li {
	background:	#none;
	border-bottom: 1px solid #151515;
}
.sf-menu li li {
	background:	#fafafa;
}
.sf-menu li li li {
	background:	#fafafa;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:	#CFDEFF;
	outline: 0;
}

/*form styling*/

#form1 dl {clear: both;}
.title {
	font-size: 24px;
	color: #7F95AC;
	font-family: "Palatino Linotype";
	font-style: normal;
	text-align: center;
}
#form1 dt {float: left; width: 200px;}
.crumbsdirections {
	font-family: "Palatino Linotype";
	font-size: 10px;
	color: #63C;
}
.italicx {
	font-style: italic;
}
