
/******************************************************
/* content divs in framework
/******************************************************/
/* generic for all content areas */
.contentarea 
{
	overflow-x: hidden;
}

.floatcontainer:after
{
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

.floatcontainer
{
	display: inline-block;
}

* html .floatcontainer
{
	height: 1px;
}

.defaultcolor
{
	color:#00828e;
}

/* the web area */
#page
{
	text-align:center;
	margin:auto auto 0 auto;
	position:relative;
}

#fullcontent
{
	width:750px;
	text-align:center;
	margin:auto auto 0 auto;
	position:relative;
}
/* ----------------------------*/
/* the web area */
#topcontent
{
	
}

.pagecontentminheight
{
	min-height: 600px; 
}
* html .pagecontentminheight 
{ 
	height: 440px; 
}
/* the web area */
.popupcontent, 
{
	width:585px;
}
.printcontent
{
	width:600px;
}

#popupcont
{
	background: url("/images/bg.gif") top left;
	background-color:Black;
	text-align:center;
	position:relative;
	border:solid 0px #ff0000;
	margin:0px;
	padding:0px;
	width:585px;
	overflow:hidden;
}

#pagecontent
{
	background: url("/images/bg.gif") top left;
	background-color:Black;
	text-align:center;
	position:relative;
	border:solid 0px #ff0000;
	margin:0px;
	padding:0px;
	width:750px;
	overflow:hidden;
}
#topline
{
	width:750px; 
	height:1px;
}
#maincontent
{
	width:750px;
	text-align:center;
	position:relative;
	border:solid 0px #ff0000;
	margin:0px;
	padding:0px;
}
#pagecontentfooter
{
	width:750px;
	text-align:center;
	background: url("/images/bottom.gif") left bottom;
	background-repeat:no-repeat;
}

#bottomcontent
{
	clear:left;
	margin-top:15px;
	margin-bottom:15px;
	padding-left:20px;
	padding-right:20px;
	
}
#bigcontent
{
	margin-top:20px;
	width:538px;
	overflow:hidden;
}
#smallcontent
{
	margin-top:20px;
	width:152px;
	overflow:hidden;
}
#allpagecontent
{
	width:710px;
	overflow:hidden;
	margin-top:20px;
}
.leftcolumn
{
	float:left;
	margin-left:20px;
	display:inline;
	text-align:left;
}
.rightcolumn
{
	float:right;
	margin-right:20px;
	display:inline;
	text-align:left;
}

.alignleft
{
	float:left;
}
.alignright
{
	float:right;
}

