BODY {
	font-family:verdana, arial, helvetica, sans-serif;
	margin:2% 5%;
	background-color:white;
	color:#333;
	font-size:small;
}

BODY.logo {
	background-image: url("/images/background.jpg");
}

BODY.main {
	background-color: white;
	background-image: url("/images/topbar.png");
	background-repeat: no-repeat;
	background-position: top;
	margin-top:50px;
	color:#333;
}

.sidePics {
	clear:both;
}
img.picRight {
	float:right;
	padding:5px 0 10px 20px;
	clear:left;
}

img.picLeft {
	float:left;
	padding:5px 20px 10px 0px;
	clear:right;
}

P { text-align:justify; }

A { color: #666; text-decoration: none }
A:visited { color:#333; }
A:hover { text-decoration: underline }

TR { vertical-align:top; }
EM { color:#300; font-style:normal; font-weight:bold }

DT { margin-top:1em; }

#frontPage {
	font-size:medium;
}
#frontPage LI { 
	list-style: none;
	margin-bottom:20px;
}

#frontPageBox {
	border:thin solid #ddd;
	padding:5px;
	clear:both;
	font-size:large;
	color:#337;
}

#email TR { vertical-align:top; }
#email TH { text-align:right; }
#emailMsg { color:#700; font-weight:bold; }

#testimonial dt { margin-top:4em; }
#testimonial dd { margin-left:70%; }

.links { padding-left:20px; font-size:small; }

.paper {
	width:700;
	background-color:#eee;
	padding:10px;
}