/****************************************************/
/****               Text Styles                 *****/
/****************************************************/

h1
{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

h2
{
	font-size: 12px;
	font-weight: bold;
	color: #5E6C8D;
}

h3
{
	font-size: 11px;
	color: #5E6C8D;
}

h4
{
	font-size: 11px;
	color: #5E6C8D;
	font-weight: bold;
}

h5
{
	font-size: 11px;
	font-weight: bold;
	color: #5E6C8D;
	margin: 0px;
}


h6
{
	font-size: 11px;
	color: #4A88D0;
	margin: 0px 0px 8px 0px;
}


address
{
	font-size: 9px;
	font-style: normal;

}

.bluetext
{
	font-size : 12px;
	font-weight: BOLD;
	color : #4A88D0;
}

img
{
	border-color: #4A88D0;
}

.spaceleft
{
	margin-left: 10px;
}

.spaceright
{
	margin-right: 10px;
}

.spaceall
{
	margin: 10px;
}



/**************************************************/
/**************************************************/
/*****               LAYOUTS                  *****/
/**************************************************/
/**************************************************/



/* ----- plain layout ------ */

#plain
{
	top: 0px;
	width: 590px;
	height: auto;
	clear: both;
	background-color: #E3E4DD;
	border: solid 3px #fff;
	padding: 5px;
		
}


/* ----- 2 column large left small right layout ------ */

#lgleft
{

	top: 0px;
	bottom: 0px;
	display:-moz-inline-box;
	display:inline-block;
	width: 390px;
	float: left;
	background-color: #E3E4DD;
	border: solid 3px #fff;
	padding: 5px;	
}

#smright
{

	top: 0px;
	margin-left: 10px;
	display:-moz-inline-box;
	display: inline-block;
	float: left;
	width: 174px;
	background-color: #E3E4DD;
	border: solid 3px #fff;
	padding: 5px;	
}



/* ----- 2 column large right small left layout ------ */

#smleft
{
	
	top: 0px;
	display:-moz-inline-box;
	display: inline-block;
	float: left;
	width: 174px;
	background-color: #E3E4DD;
	border: solid 3px #fff;
	padding: 5px;

}


#lgright
{

	display:-moz-inline-box;
	display:inline-block;
	width: 390px;
	float: left;
	margin-left: 10px;
	background-color: #E3E4DD;
	border: solid 3px #fff;
	padding: 5px;

}


/* ------- multi row layout ------- */

.rrow
{
	width: 590px;
	margin-bottom: 10px;
	clear: both;
	background-color: #E3E4DD;
	border: solid 3px #fff;
	padding: 5px;
}


/*****             END OF LAYOUTS            ******/
/**************************************************/




/* border for editor */



#editorcontainer #lgleft, #editorcontainer #smright, #editorcontainer #smleft, #editorcontainer #lgright, #editorcontainer #plain, #editorcontainer .rrow, #editorcontainer .rrow 
{
	border: groove 1px black;
}

#editorcontainer
{
	position: relative;
	background-color: #fff;
	width: 800px;
	height: 2000px;
	font-family: verdana, sans-serif;
	font-size: 8pt;
	color: #505050;
	padding: 20px;
	
}