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

/* main styles */

body

{
	font-family:						"Courier New", Courier, monospace;
	font-size:							smaller;
	font-weight:						bold;
	color:								#333333;
	background-color:					#FFFFFF;
	margin-top:							0px;
	margin-bottom:						0px;	
}

#wrapper
{
	width:								750px;
	margin-left:						auto;
	margin-right:						auto;
	background-image:					url(../images/pageBg.gif);
	background-repeat:					repeat;
	z-index:							1;
}

#headerDiv
{
	width:								750px;
	height:								150px;
	background-image:					url(../images/header.gif);
	background-position:				center;
	background-repeat:					no-repeat;	
	z-index:							2;
}


#leftColumnDiv
{
	position:							absolute;
	top:								150px;
	width:								150px;
	z-index:							1;
}

#postit
{
	height:								281px;
	width:								285px;
	position:							absolute;
	top:								150px;
	z-index:							1;
	margin-left:						-10px;
}


#contentDiv
{
	width:								600px;
	position:							relative;
	left:								170px;
	margin-bottom:						100px;

}

#footer
{
	width:							750px;
	height:							150px;
	background-image:				url(../images/footerBg.gif);
	background-repeat:				repeat;
	font-size:						small;
	font-weight:					normal;
	text-align:						center;
	background-color:				#FFFFFF;
	vertical-align:					middle;
	padding-top:                    10px;	
}


a
{
	color:								#999999;
}

a:hover
{
	color:								#333333;
}

h1
{
	font-size:							large;
	margin-top:							75px;
	text-decoration:					underline;	
}	
					

#topTextDiv
{
	width:								600px;
	margin-left:						125px;
	white-space:						normal;
}

#secondTextDiv
{
	width:								525px;
	white-space:						normal;
	margin-top:							20px;
}
	
.topPara
{
	width:								400px;
	text-align:							justify;
}

.mainPara
{
	width:								525px;
	text-align:							justify;
}

img.floatRight
{ 
    float: 							right; 
	margin-top:						-40px;
	margin-right:					50px;
	margin-left:					30px;
	border:							0px;
}

img.floatLeft
{ 
    float: 							left; 
	margin-right:					15px;
	margin-top:						5px;
	margin-bottom:					15px;
}

/* form styles */
.formMenu
{
	color:							#333333;
	font-family:					"Courier New", Courier, monospace;
	width:							250px;
	border:							1px solid #333333;
	background-color:				#ededed;
}

.formBox
{
	width:							375px;
	border:							1px solid #333333;
	font-family:					"Courier New", Courier, monospace;	
	background-color:				#ededed;
	font-size:						small;	
}

.button
{
	width:							60px;
	border:							1px solid #333333;
	font-family:					"Courier New", Courier, monospace;	
	background-color:				#ededed;
	font-weight:					bold;
}
	
