
body
{
	font-family: Times New Roman, Arial Narrow;
	font-size: 13px;
	color: #000000;
	margin: 0px;
	background-image: url('images/greenbricbackM.jpg'); 	
	
}

a { text-decoration: none;}
a:link {color:#000000;}
a:visited {color: #000000;}
a:active {color: #000000;}
a:hover {color: #339999;}
a:border {}

ul, li 
{
	position: inherit;
	list-style-position: outside;
	list-style-type: circle;
	margin-left:14px;
}
h1 
{
	position:inherit;
	font-family: Bell MT;
	font-size: medium;
	text-decoration: underline;
	text-align: center;
	
}


/************************
FRAMES
*************************/
.mainWindow 
{
	position:absolute; 
	left:0px; 
	width: 657px;
	top:0px; 
	min-height:300px;
	height: auto;
	background-color:White;
}
.homeWindow 
{
	position:absolute; 
	left:0px; 
	width: 681px;
	top:0px; 
	height:330px;
	background-color:White;
}
.leftWindow 
{
	position:absolute; 
	left:0px; 
	width:170px; 
	top:0px; 
	height:330px;
	background-color:white;
}

.middleWindow 
{
	position:absolute; 
	left:0px; 
	width:494px; 
	min-height: 330px;
	height: auto;  
	
	top:0px;
	background-color:white;
	
}

/************************
* CONTENT
*************************/
#textArea
{
	position: absolute;
	top: 0px;
	left:0px;
	max-width: 700px;
	min-height: 328px;
	
	padding-left: 5px;
	
	border-style: solid;
	border-color: Black;
	border-width: 1px;
}
#content 
{
	position: absolute;
	top: 0px;
	left:0px;
	width: 487px;
	min-height: 327px;
	
	
	padding-left: 5px;
	
	border-style: solid;
	border-color: Black;
	border-width: 1px;
}
.form 
{
	position: absolute;
	left: 160px;
	
}

/************************
SECTIONS
*************************/

.section1Content {
	position: absolute;
	left: 1px;
	width: 169px;
	height: 330px;
	top: 0px;
	border-right-style: dashed;
	border-width: 1px;
}
#section1Logo 
{
	position: absolute;
	top: 250px;
	width: 169px;
	text-align: center;
}
.section1Orange 
{
	position: absolute;
	left: 1px;
	width: 169px;
	height: 329px;
	top: 0px;
	border-right-style: dashed;
	border-width: 1px;
	background-color: #FFCC33;
	padding-left: 22px;
	
}
.section2Content {
	position: absolute;
	left: 171px;
	width: 169px;
	height: 330px;
	top: 0px;
	border-right-style: dashed;
	border-width: 1px;
}
#section2Logo 
{
	position: absolute;
	top: 250px;
	width: 169px;
	text-align: center;
}
.section3Content {
	position: absolute;
	left: 341px;
	width: 169px;
	height: 330px;
	top: 0px;
	border-right-style: dashed;
	border-width: 1px;
}
#section3Logo 
{
	position: absolute;
	top: 250px;
	width: 169px;
	text-align: center;
}
.section4Content {
	position: absolute;
	left: 511px;
	width: 169px;
	height: 330px;
	top: 0px;
	border-right-style: dashed;
	border-width: 1px;
}
#section4Logo 
{
	position: absolute;
	top: 250px;
	width: 169px;
	text-align: center;
}


/*********************
STYLE
*********************/
.button 
{
	position: absolute;
	width:115px;
	min-height: 15px;
	height: auto;
	
	background-color:white;
	
	border-style: outset;
	
	/*
	background-color: #FFCC33;
	border-color: #FFCC33;
	border-style: none;
	text-align: left;
	*/
	
	color: black;
	text-align: center;
	

	

}


