/* This is the style of your browser text */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: White;
	padding: 0;
	margin: 0;
	text-align: left;
	color: #454545;
}

p, td {
	margin: .5em 0 1em 0;
	font-size: .8 em;
	line-height: 1.7em;
}

li { list-style-image: url(/media/images/li2.gif); }
li ul li { 
/*
list-style-image: url(/media/images/li.gif); 
*/
list-style-image: none;
}

a:link, a:visited {
	text-decoration: none;
	color: #000099;

}
#main a:hover {
	border-bottom-style: dotted;
	border-bottom-width: thin;
}

#main img {
	border-bottom-style: none;
}



div.figure {

	border: thin #eee solid;
	margin: 0.5em;
	padding: 0.5em;

}
div.figure p {
  text-align: center;
  text-indent: 0;
}
div.figure img {
	padding: 0.5em;
}


h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	line-height: 1em;
}


h1 {
	font-size: 36px;
	padding: 20px 0 5px 0;
	margin: 0 20px 0 5px;
	font-style: italic;
	color: #363396;
}

h2 {
	font-size: 30px;
	display: inline;
}

h3 {
	font-size: 24px;
}

h4 {
	color: #000000;
		padding: 15px 0 15px 0;
	margin: 0 5px 0 5px;
	font-size: 16px;
}

h5 {
	font-size: 16px;
}

#container {
	width: 740px;
	margin: 0 auto;
	border-left: 3px #000 double;
	border-right: 3px #000 double;	
	background-color: #FFF;
}

#main {
	margin: .5em 20px 0 20px;
	text-align: left;
	padding: 20px 10 px 20px 0;
	font-size: 13px;
	line-height: 1.7em;
}

#left {
	float: left;
	width: 140px;
	margin: 0 20px 14px 0;

}

.gutter {
	margin: 10px;
}

#right {
	float: right;
	width: 120px;
	margin: 0 0 14px 20px;
}

#center {

}

/* Forms
================================================ */
form {
  margin:0; 
  line-height:1.3em;
  }
form div {padding:3px 0 2px;}
input.text {font:100% "Courier New",Courier,Monospace;}
input.button {
	background: Navy;
	color: #fff;
	font: bold 100% Verdana,Sans-serif;
	border: 2px solid Navy;
	border-color: Navy #900 #900 Navy;
}


#contactform div {padding-top:5px;}
#contactform label {
  display:block;
  padding-bottom:1px;
  }
#contactform input.text {width:200px;}
#contactform input#subject {
  voice-family: "\"}\"";
  voice-family:inherit;
  width:95%;
  } html>body #contactform input#subject {width:95%;}  
#contactform input.text, #contactform textarea {
  background:#eee;
  border:1px solid #999;
  }
#contactform textarea {
  voice-family: "\"}\"";
  voice-family:inherit;
  width:95%;
  height:10em;
  } html>body #contactform textarea {width:95%;}
   
	
	.error {color:red;}