/* GENERAL STYLES */
/* ------------------------------------ */
/* LAYOUT                               */
/* ------------------------------------ */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	}
.Wrapper {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	/* do NOT specify the width or IE6 and IE7 will not line up the background images properly */
	}
.Header {
	}
.Main {
	margin: 0 auto;
	padding: 0;
	}
.Main .Hero, .Footer {
display: none;
	}
.Main .MainContent {
	float: left;
	display: inline;
	width: 400px;
	margin: 0;
	padding: 10px 10px 0 0;
	}
.Main .SideContent {
	float: right;
	display: inline;
	width: 200px;
	color: #666;
	font-size: 10px;
	line-height: 14px;
	margin: 0;
	padding: 10px 0px 0 0;
	}
.Main .Footer, .BottomBar {
display: none;
	}

/* ------------------------------------ */
/* THE BASICS                           */
/* ------------------------------------ */

h1 {
	color: #636b52;
	font-size: 23px;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 28px;
	text-transform: capitalize;
	font-family: Georgia, "Lucida Grande", "Times New Roman", Times, Serif;
	}
h2 {
	color: #666;
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: 0;
	line-height: 14px;
	}
p {
	color: #666
	font-size: 12px;
	margin: 0;
	padding: 0 0 9px 0;
	line-height: 18px;
	}
img {
	border: 0;
	}
form {
	margin: 0;
	padding: 0;
	}
a,
a:link,
a:visited {
	color: #455a21;
	text-decoration: none;
	}
a:hover,
a:active {
	color: #000;
	text-decoration: underline;
	}

/* ------------------------------------ */
/* CONTENT                              */
/* ------------------------------------ */

.Header .Banner {
	width: 860px;
	margin: 0 auto;
	padding: 0;
	}
.Header .Logo {
/*	background: transparent url(/media/LOGO-AGMT-comp02b.gif) no-repeat left top;
	width: 244px;
	height: 79px;
	margin: 0;
	padding: 0;*/
	}	
.Header .Toolbox {
display: none;
	}
.Header .Nav {
display: none;
	}
/* ------------------------------------ */

.MainContent .Body {
	padding: 0 0 20px 0;
	}
.MainContent ul {
	list-style: none;
	margin: 0;
	padding: 0 0 20px 0;
	}
.MainContent li {
	margin: 0;
	padding: 0 0 5px 15px;
	}
.MainContent .Profile h1 {
	margin: 0;
	}
.MainContent .Profile ul {
	font-size: 11px;
	line-height: 13px;
	}
.MainContent .Profile p.Type {
	color: #455a21;
	margin: 0;
	padding: 0 0 15px 0;
	font-weight: normal;
	font-family: Georgia, "Lucida Grande", "Times New Roman", Times, Serif;
	font-size: 14px;
	}

/* ------------------------------------ */

.SideContent h1 {
	font-size: 20px;
	line-height: 24px;
	}
.SideContent h2 {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #666;
	}
.SideContent p {
	font-size: 11px;
	line-height: 14px;
	color: #666;
	}
.SideContent p.Date {
	font-size: 9px;
	color: #9a9a9a;
	padding-bottom: 25px;
	}
.SideContent a {
	color: #666;
	}
.SideContent ul {
	list-style: none;
	margin: 0;
	padding: 0 0 20px 0;
	}
.SideContent li {
	margin: 0;
	padding: 0 0 0 15px;
	}

/* ------------------------------------ */


.mceContentBody,
body.mceContentBody,
.mceEditorIframe,
.mceEditorIframe body.mceContentBody {
	background-image: none;
	min-width: none;
	background-color: #FFF;
	text-align: left;
	}
.mceContentbody a, 
.mceEditorIframe a {
	color: #00C;
	text-decoration: underline;
	}

/* ------------------------------------ */
/* ------------------------------------ */

div#vcard {
 display: none;
}

/* EDITOR PROPERTIES */
