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

body{
    background-color: #FFF;
    color:#857E7C;
    font-family: 'Gentium Basic', 'Georgia', serif;
}

html, body {
      height: 101%;
      margin: 0;
      padding: 0;
}

a:link {color:#999;}    
a:visited {color:#999;}  
a:hover {color:#999;}  
a:active {color:#999;}
a {text-decoration: none; outline: none;}


ul{
	list-style-type: none;
	margin:5px 0 5px 0;
	padding:0;
	font-size:9.5pt;
	line-height: 16pt;
	letter-spacing: 1.1px;

}

li{
	display: block;
	margin: 0 0 0 10px;
}

p{

}

img {
	border: 0
	
}


/*-----------------------------------layout--------------------------------*/

#bodyContent{
    width: 900px;  
	margin: 80px auto auto auto;
    background-color: #FFF;
}


#mainContent {
	width: 900px;
	margin: 10px auto auto auto;
	min-height: 560px;
	overflow:auto;
	border: 2px solid #DCE0E4;
	font-family: 'Gentium Basic', 'Georgia', serif;
    font-size: 12px;
    font-weight: 200;
	line-height: 14px;
	letter-spacing: 1px;

}

#title {
	margin: 0px auto auto auto;
	background-color: #DCE0E4;
	height: 35px;
	width: 900px;
	padding-top: 20px;	
}

#menu {
	margin: 15px auto auto auto;
	background-color: #fff;
	height: 20px;
	width: 900px;
	padding-top: 5px;	
}

.marg {
	margin-left:25px;	
}

#menutwo {
	margin: 0px auto auto 25px;
	height: 20px;
	background-color: #FFF;
	width: 875px;
	padding-top: 5px;

}

#text {
	float: left;
	margin: 50px auto auto 25px;
	width: 300px;
	font-family: 'Gentium Basic', 'Georgia', serif;
    font-size: 12px;
    font-weight: 200;
	line-height: 15px;
	letter-spacing: 1px;
	background-color: #FFF;

}

#textbio {
	float: left;
	margin: 50px auto auto 25px;
	width: 600px;
	font-family: 'Gentium Basic', 'Georgia', serif;
    font-size: 12px;
    font-weight: 200;
	line-height: 15px;
	letter-spacing: 1px;
	background-color: #FFF;

}

#textres {
	float: left;
	margin: 50px auto auto 25px;
	width: 450px;
	font-family: 'Gentium Basic', 'Georgia', serif;
    font-size: 12px;
    font-weight: 200;
	line-height: 15px;
	letter-spacing: 1px;
	background-color: #FFF;

}

#grid {
	float: right;
	width: 520px;
	margin: 50px 10px 20px auto;
	font-family: 'Gentium Basic', 'Georgia', serif;
    font-size: 11px;
    font-weight: 500;
	letter-spacing: 1px;
	line-height: 14px;

}

#picture {
	float: left;
	width: 500px;
	margin: 50px 10px 0px auto;
	
}

#picturecon {
	float: right;
	width: 500px;
	margin: 50px 70px 0px auto;
	display: inline-block;
	
}

table {
	width:100%;
}

tr {
	height:120px;
}
td {
	height:130px;
	width:100px;
	padding: 10px;
	vertical-align:top;
	text-align:center;
}

#top{
	padding-top: 5px;
}

#floatleft {
	float: left;
}

#floatright {
	float: right;
	text-align:right;
}

#smit {
	font-size: 11px;
	margin-top: 20px;
}

#ital{
	font-style:italic;
	font-size: 14px;
	line-height:22px;	
}

#italics{
	font-style:italic;	
}

.bo {
	font-weight: 600;
}

.links {
	width: 225px;
	float: left;
	margin-top: 30px;
	line-height: 10pt;
}

.yellow{
	color:#E6AB37;
}

.h1 {
	font-size: 21px;
	font-family: Georgia;
   	color: #857E7C;	
 	letter-spacing: 1.3px;
	margin-left: 25px;
}

.h2 {
	font-size: 15px;
   	color: #857E7C;	
 	letter-spacing: 1.2px;
	line-height: 18px;
	font-family: 'Gentium Basic', 'Georgia', serif;
 	font-weight: bold;
 	padding-bottom: 2px;
}

.h3 {
	font-size: 12pt;
   	color: #404040;	
 	letter-spacing: 1.3px;
 	font-style: italic;
 	font-weight: 600;
 	padding-bottom: 5px;
 	border-bottom: 1px dotted black;
}

.h4 {
	font-size: 10pt;
   	color: #857E7C;	
 	font-weight: 600;
 	padding-bottom: 5px;
 	border-bottom: 1px dotted black;
}

.footer {
    clear: both;
    font-size: 9px;
    font-family: Georgia, serif;
   	color: #999;
    font-weight: 200;
    letter-spacing: 1px;
    border-top: 2pt #ccc;
    margin: 10px 0 0 0px;
}

.mail {
    clear: both;
    font-size: 11px;
    font-family: Georgia, serif;
   	color: #999;
    font-weight: 200;
    letter-spacing: 1px;
    border-top: 2pt #ccc;
    margin: 10px 0 0 0px;
}

