/* TAG STYLES */
body {
	background:#FFF;
	margin:0;
	padding:10px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:.9em;
}
p {}
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	color:#303886;
}
h1 {
	font-size:170%;
	border-bottom:1px solid #D5CBC5;
	line-height:.8em;
	margin-bottom:10px
}
h2 {
	font-size:140%;
}
h2.homepage {
	font-size: 140%;
	color:#8A6742;
	border-bottom:1px solid #E4DCD3;
	line-height:.9em;
	font-weight:normal;
	margin-bottom:10px;
}
h3 {
	font-size:130%;
}
h4 {
	font-size:120%;
}
h5 {
	font-size:110%;
}
h6 {
	font-size:100%;
}
a {}
ul {}
li {}
ol {}
table {
	font-size:100%;
}
tr {
	font-size:100%;
}
td {
	font-size:100%;
}
form {
	margin:0;
	padding:0;
}
input {}
textarea {}
select {}
option {}
button {}
img, img a {
	border:none;
}
acronym {}
blockquote {}
code {}
pre {}
hr {}
iframe {}

/* ELEMENT Styles */
.pull-quote {
	border:3px double #CCC;
	padding:5px;
	background:#FFF url('/images/pull_quote_bg.gif') repeat-x top left
}
.cloud-pullquote {
	border: 3px double #303886; 
	background: url('/images/clouds_bg.jpg') no-repeat bottom right;
}
.right-content {
	float:right;
	margin:0 0 10px 10px;
}
.right-content-and-border {
	float:right;
	margin:0 0 10px 10px;
	padding:3px;
	background:#FFF;
	border:1px solid #333;
}
.left-content {
	float:left;
	margin:0 10px 10px 0;
}
.left-content-and-border {
	float:left;
	margin:0 10px 10px 0;
	padding:3px;
	background:#FFF;
	border:1px solid #333;
}