@charset "utf-8";
/* CSS Document */

#pagecontainer 
{width: 650px; height:805px; margin-left:auto; margin-right:auto }

.topbar 
{ float:left; width: 650px; height:41px; left:0px; background-image:url(images/page/top.png)}

.leftbar 
{
	float:left;
	position:relative;
	width:28px;
	height:737px;
	background-image:url(images/page/left.png)
}

.rightbar 
{
	position:relative;
	top:0px;
	float:left;
	left:0px;
	width:28px;
	height:737px;
	background-image:url(images/page/right.png)
}

.bottombar 
{
	position:relative;
	float:left;
	left:0px;
	width:650px;
	height:47px;
	background-image:url(images/page/bottom.png)
}

.middlesection
{
	position:relative;
	float:left;
	padding-left:40px;
	padding-right:40px;
	top:0px;
	width:514px;
	height:737px;
	background-color:#FFF;
}

.logodiv
{
	position:relative;
	float:left;
	width:514px;
	height:64px;
}

.scrollabletext
{
	padding-top:20px;
	padding-bottom:20px;
	padding-right:10px;
	position:relative;
	float:left;
	width:504px;
	height:550px;
	overflow: scroll;
	overflow-x:hidden;
}

.statictext
{
	padding-top:20px;
	padding-bottom:20px;
	padding-right:10px;
	position:relative;
	float:left;
	width:504px;
	height:550px;
	overflow: scroll;
	overflow-x:hidden;	
}

.statictext2
{
	padding-top:20px;
	padding-bottom:20px;
	padding-right:10px;
	position:relative;
	float:left;
	width:504px;
	height:550px;
	overflow: hidden;
	overflow-x:hidden;	
}

.scrolldiv
{
	position:relative;
	float:left;
	width:504px;
	height:400px;
	overflow: scroll;
}

.bottomleftfooter
{
	position:relative;
	float:left;
	width:334px;
	height:60px;
	line-height:1;
	font-family:Arial;
	font-size:9px;
	
}

.sidetext
{
	position:relative;
	float:left;
	width:300px;
	height:60px;
}

.sidetext2
{
	position:relative;
	float:left;
	width:180px;
	height:60px;
}

.sidetext3
{
	position:relative;
	float:right;
	width:265px;
	height:60px;
}

.indbottomtext
{
	position:relative;
	float:left;
	height:60px;

	left:0px;
	top:0px;
}

.michellepicture
{
	position:relative;
	float:left;
	
	
	left:0px;
	top:0px;
}

.bottomrightfooter
{
	text-align:right;
	position:relative;
	float:left;
	width:180px;
	height:60px;
	line-height:1;
	font-family:Arial;
	font-size:10px;
}


.formtable
{
	background-color: transparent;
	
}

.formcell
{
	background-color: transparent;
	
}

.spacer
{position:relative; float:left; width:514px; height:15px;}


#postitmenu1
{position:relative; top:-685px; float:left; left:-210px; width:239px; height:248px;}

#postitmenu2
{
	position:relative;
	top:-450px;
	float:left;
	left:-460px;
	width:239px;
	height:248px;
}

a:link              { color:#9AA72F; font-weight:600;text-decoration: none;}
a:visited           { color:#9AA72F; font-weight:600;text-decoration: none;}
a:hover             { color:#9AA72F; font-weight:600;text-decoration: none;}
a:active            {
	color:#FDFDFD;
	font-weight:600;
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
}


#footertext
{
	line-height:1;
	font-family:Arial;
	font-size:8px;	
}

body
{
	background-color:#9AA72F;
	background-image:url(images/smallbacktile.jpg);
	line-height:1.2;
	font-family:Arial;
	font-weight:400;
	font-size:13px;
	color:#727476;
	
}

td
{
	width:50%;
	background-color: #F5F5F5;
}




h1
{
	color:#9AA72F;
	font-weight:600;
	font-size:16px;
}

h2
{
	font-weight:600;
	font-size:14px;
}

#overlaypagecontainer 
{float:left;  position:relative; left:80px; top:-1000px; width: 650px; height:805px; }
