/* CSS Document */

body {

	background-color: #F8ECD6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 120%;*/
	font-size: 0.7em;
	line-height: 1.4em;
	
	color: #000;
}

h4 {
	font-size: 1.2em;
	font-weight: normal;
	color: #000000;
	line-height: 1.6em;
}
a {
	color: #0033FF;
	text-decoration: none;
}

#wrapper {
	padding: 0px;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	vertical-align: top;
}
#logobox {
	width: 245px;
	float: right;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0px none;
}
#topmessage {
	width:585px;
	float: left;
    margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#smltopmessage {
	width:585px;
	float: left;
    margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#picturearea {
    width:440px;
	padding: 0px;
	margin-top: 46px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: left;
	/*must put in a width to get safari to put it in columns*/
}
#pictureareahigh {
    width:440px;
	padding: 0px;
	margin-top: 24px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: left;
	/*must put in a width to get safari to put it in columns*/
}

#rightcol {
	float: left;
	width: 370px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	
	vertical-align: text-top;
}

#leftcol {
	float: left;
	width: 400px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.bluebld {
	font-weight: bolder;
	color: #003366;
	font-size: 1.4em;
	line-height: 1.7em;
}
.ital  {
font-style: italic;
}
.bld  {
	font-weight: bold;
	color: #003366;
}
.intro  {
	font-size: 1.2em;
	font-weight: normal;
	color: #000000;
	line-height: 1.6em;
}
.lightquote  {
	font-size: 1.6em;
	font-weight: lighter;
	color: #006699;
	line-height: 1.7em;
}
.lightcredit  {
	font-size: 1.1em;
	font-weight: lighter;
	font-style: italic;
	color: #006699;
	line-height: 1.7em;
}
