/* 

Styles that are part of the CLIENT Design that we want to show up in the editor space, are saved in THIS file as "normal" CSS without any special div stuff.  This should be pretty close to SiteStyle1.css.  The reason we have a seperate file is that some designs (like black background) need to be handled differently in the "public" view vs. the "editor" view.  In any case, make them as similar as they can be.  Often a simple copy/past of the font styles from SiteStyle1.css will work fine.

*/


p {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	line-height: 14px;
	color: #000000;
}

/* Commonly used to style page titles. */
h1 {
	color: #000000;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
	color: #000000;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;
}

h3 {
	color: #000000;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}
h4 {
	color: #336699;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 14px;
}
/* Commonly used to style section titles. */
h5 {
	color: #336699;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;
}
/* Sets the style for the h3 header. */
h6 {
	color: #336699;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}
li {
	color: #000000;
}
.BoxOnRight{
	margin-left: 10px;
	border: thin solid #000000;
	float: right;
}


















