/* Presentation Stylesheet */ 

html,body{
 color: #333333;
}
body{
 font: 80% verdana,helvetica,arial,sans-serif;
}
input, select, textarea { 
	border-top: 1px solid #b1bfd1;
	border-bottom: 1px solid #b1bfd1;
	border-left: 1px solid #b1bfd1;
	border-right: 1px solid #b1bfd1;
	font-family: verdana,helvetica,arial,sans-serif; 
	color: #333333;
	font-size: 12px; 
	}
p{
 margin:6px auto;
 line-height: 150%
}

img {
 border: 0;
}

.hr {
  height: 0;
  font-size: 0;
  line-height: 0;
  width: 100%;
  margin: 1em auto;
}
.dotted {
  border-bottom: dotted 1px #1f477a;
}
.dashed {
  border-bottom: dashed 1px #1f477a;
}
.solid {
  border-bottom: solid 1px #1f477a;
}

div#lh-col{ }
div#rh-col{ }

div#footer{
 font: 85% verdana,helvetica,arial,sans-serif; color: #333333
}
div#footer p{margin:0; padding:5px 0; font: 90% verdana,helvetica,arial,sans-serif; color: #333333}
a {color: #660033; text-decoration: none}

.mainmenu {font-size: small; letter-spacing: -1px}
.mainmenu a{color: #ececec; padding-bottom:12px}
.mainmenu a:hover{color: #f9eed8; background: transparent url(/images/menu3.gif)}

h1 {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	font-size: large;
	font-weight: lighter;
	color: #1f477a;
}
h2 {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	font-size: large;
	font-weight: lighter;
	color: #1f477a;
}
h3 {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	font-size: large;
	font-weight: lighter;
	color: #333333;
}
h4 {
	margin-top: 0.6em;
	margin-bottom: 0.3em;
	font-size: small;
	font-weight: bold;
	color: #1f477a;
}
.tel {
	font-size: xx-large;
	font-weight: lighter;
	margin: 0;
	padding: 0;
	color: #1f477a;
}
.email {
	font-size: large;
	font-weight: lighter;
	margin: 0;
	padding: 0;
	color: #660033;
}
.blue {
	color: #1f477a;
}
.largetitle {
	font-size: large;
	font-weight: lighter;
	margin: 0;
	padding: 0;
}
.mediumtitle {
	font-size: medium;
	font-weight: bold;
}
.smalltitle {
	font-size: small;
	font-weight: bold;
}
.mediumtext {
	font-size: small;
	margin: 0;
	padding: 0;
}
.smalltext {
	font-size: x-small;
	margin: 0;
	padding: 0;
}

a.greylink {
	color: #414042;
	text-decoration: none;
}
a.greylink:hover {
	color: #414042;
	text-decoration: none;
}
a.whitelink {
	color: #ffffff;
	text-decoration: none;
}
a.whitelink:hover {
	color: #ffffff;
	text-decoration: none;
}
