/****************************************************/
/****               Text Styles                 *****/
/****************************************************/

h1
{
	color: #192122;
	font-size: 14px;
}

h2
{
	font-size: 12px;
	font-family: verdana, sans-serif;
	font-weight: bold;
	color: #4C697E;
}

h3
{
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #192122;
}

address
{
	font-size: 8pt;
	font-family: verdana, sans-serif;
	font-style: normal;

}

p
{
	margin: 0px;
}


/**************************************************/
/**************************************************/
/*****               LAYOUTS                  *****/
/**************************************************/
/**************************************************/



/* ----- plain layout ------ */

#plain
{
	position: relative;
	top: 0px;
	width: 490px;
	height: auto;
	clear: both;
		
}


/* ----- 2 column large left small right layout ------ */

#lgleft
{

	position: relative;
	top: 0px;
	bottom: 0px;
	display:-moz-inline-box;
	display:inline-block;
	width: 320px;
	float: left;
	
}

#smright
{
	position: relative;
	top: 0px;
	margin-left: 10px;
	display:-moz-inline-box;
	display: inline-block;
	float: left;
	width: 160px;
}



/* ----- 2 column large right small left layout ------ */

#smleft
{
	
	position: relative;
	top: 0px;
	display:-moz-inline-box;
	display: inline-block;
	float: left;
	width: 160px;

}

#lgright
{

	position: relative;
	display:-moz-inline-box;
	display:inline-block;
	width: 320px;
	float: left;
	margin-left: 10px;

}


/* ------- multi row layout ------- */

.rrow
{
	width: 490px;
	margin-bottom: 20px;
	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: 540px;
	height: 2000px;
	font-family: verdana, sans-serif;
	font-size: 8pt;
	color: #155090;
	padding: 20px 130px;
	
}