@charset "UTF-8";
/* CSS Document */

/* A very simple CSS reset */
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, small, strike, strong, b, u, i,  ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* Basic CSS Styles */
body {
	font-family: Helvetica, Arial, sans-serif;
	background-image:url(../images/bg.jpg);
	background-repeat: repeat;
	line-height: 24px;
}


a:link { 
	color: #171717;
	text-decoration: none;
	}
a:visited { 
	color: #171717;
	text-decoration: none;
	}
a:hover { 
	color: #171717;
	text-decoration:underline;
	}

h1 {
color:#333333;
font-family: Helvetica, Arial, sans-serif;
font-size: 3em;
font-weight: bold;
letter-spacing: -2.2pt;
word-spacing: -0.8pt;
line-height: 25pt;
}

h2 {
color:#333333;
font-family: Helvetica, Arial, sans-serif;
font-size: 16px;
font-style: italic;
font-weight: bold;
letter-spacing: normal;
line-height: .2em;
}

h3 {
color:#666666;
font-family: Helvetica, Arial, sans-serif;
font-size: 2em;
font-weight: bold;
letter-spacing: -1.2pt;
word-spacing: -0.2pt;
line-height: .1;
}

h4 {
color:#333333;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
font-style: italic;
font-weight: bold;
letter-spacing: 0.2px;
line-height: 1.5em;
}

h5 {
color:#333333;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-height: 1.6em;
}

p {
color:#333333;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-height: 1.6em;
padding-right: 30px;
}


span {
color:#666666;
}


/* Liquid Page Wrapper Styles */
#wrap {
	min-width: 960px;
	max-width: 1240px;
	margin: 24px auto;
	padding: 0 24px;
}
#innerwrap {
}

/* Header Area Styles */
#header {
}


/* Body Area Styles */
#body_area {

}

#photo {
	width: 48%;
	margin: 0 24px 24px 0;
	float: left;
	overflow: hidden;
}
#photo img {
	float: right;
}

#biophoto {
	width: 48%;
	margin: 0 18px 18px 0;
	float: left;
	overflow: hidden;
}
#biophoto img {
	float: right;
}

/* Footer Area Styles */
#footer {
	clear: both;
}
#footer p {
	margin: 0;
	padding: 4px 0 0 0;
	border-top: 4px solid #333333;
	font-size: 11px;
}


/* Navigation */

.Menu {
font-family: Helvetica, Arial, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: normal;
line-height: 2.2em;
background-color: #333333;
height: 32px;
}
.Menu li {
margin: 0px 0px 0px 18px;
display: inline;
}

.Menu li a {
color: #FFFFFF;
text-decoration: none;
}

.Menu li a:hover {
	border-bottom:2px solid;
	padding: 0 0 4px 0;
	color: #FFFFFF;
}

.Menu li#active {
	border-bottom:2px solid;
	padding: 0 0 4px 0;
	color: #FFFFFF;
}

/* end navigation */



.dottedline {
font-family: Helvetica, Arial, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: bold;
letter-spacing: normal;
border-bottom:1px dotted #C4C4C4;
color:#333333;
line-height:1.2em;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:4px 0 2px 0;
}