/****************************************************/
/****               Text Styles                 *****/
/****************************************************/

h1
{
	font-size: 14px;
	font-family: verdana, sans-serif;
	font-weight: bold;
	color: #5f90bf;
}

h2
{
	font-size: 12px;
	font-family: verdana, sans-serif;
	font-weight: bold;
	color: #2d5d8b;
}

h3
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #2d5d8b;
}

address
{
	font-size: 9px;
	font-family: verdana, sans-serif;
	font-style: normal;
}

.accent
{
	color: #2d5d8b;
}


.h1style
{
	font-size: 14px;
	color: #5f90bf;
	font-weight: bold;
}

.h2style
{
	font-size: 12px;
	color: #2d5d8b;
	font-weight: bold;
}

.h3style
{
	font-size: 11px;
	color: #2d5d8b;
	font-weight: bold;
}


img
{
	border-color: #2d5d8b;
}

.spaceleft
{
	margin-left: 20px;
}

.spaceright
{
	margin-right: 20px;
}

.spaceall
{
	margin: 20px;
}


/**************************************************/
/**************************************************/
/*****               LAYOUTS                  *****/
/**************************************************/
/**************************************************/



/* ----- plain layout ------ */

#plain
{
	top: 0px;
	width: 714px;
	height: auto;
	clear: both;
		
}


/* ----- 2 column large left small right layout ------ */

#lgleft
{

	top: 0px;
	bottom: 0px;
	display:-moz-inline-box;
	display:inline-block;
	width: 487px;
	float: left;
	
}

#smright
{

	top: 0px;
	margin-left: 30px;
	display:-moz-inline-box;
	display: inline-block;
	float: left;
	width: 200px;
}


/* ----- 2 column large right small left layout ------ */

#smleft
{
	
	top: 0px;
	display:-moz-inline-box;
	display: inline-block;
	float: left;
	width: 200px;

}

#lgright
{

	display:-moz-inline-box;
	display:inline-block;
	width: 487px;
	float: left;
	margin-left: 30px;

}


/* ------- multi row layout ------- */

.rrow
{
	width: 714px;
	margin-bottom: 30px;
	clear: both;
}


/*****             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;
	
}