body
{
	width:800px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
	overflow:scroll;
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}

a
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

.translate
{
	float:left;
}

.translate a
{
	color:#FFFFFF;
}

.search
{
	float:right;
}


/* changes for the div where the translator widget, search box , and search button are located */
.topBar
{	
	float:left;
	width: 800px;
	clear: both;
	padding:3px 0px;
	background-color: #1C315A ;
	color:#ffffff;
}

/* changes the style of the div the menu is in*/
.menu
{
	width: 800px;
	clear: both;	
	height:37px;
	border-top:solid 1px #000000;
	background-color:#1C315A ;
	color:#ffffff;
	border-bottom:solid 1px #000000;
}

/* changes how the div the menu top items are in*/
.menu p
{
	text-align:center;
	margin-top:0px;
	margin-bottom: 0px;
}


/* changes the menu top text items style (i.e. About LPO)*/
.menu  p a
{
	padding:10px 15px;
	display:inline-block;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	
}

/* changes the arrow img style*/
.menu img
{
	border-style:none;
	text-decoration:none;
	padding-left: 3px;
}

/*  changes the style of the top menu items */
.menu a:hover
{
	text-decoration:underline;
	background-color:#ffffff;
	color:#000000;
}


/* changes the style of the div the flash objects are in */
.flash
{
	clear:both;
	width: 800px;
	background-color:#ffffff;
	border-top:solid 0px #000000;
}

.flash object
{
	float: left;
}

/* style of the div that holds the left and right boxes */
.content
{
	float:left;
	clear:both;
	width: 800px;
	border-top:solid 1px #000000;
	background-color:#FFFFFF;
}

/* style of the left column where events and news are being held */
.leftCol
{
	float:left;
	width:199px;
	height:700px;
	background-color:#CCCCCC;
	border-right:solid 1px #000000;
}

.leftCol h3
{
	margin:0px;
}

/* style of the events box */
.events
{
	padding: 10px;
}

.events a
{
	color:#006;
}

/* style of the news box */
.news
{
	border-top:solid 1px #000000;
	padding: 10px;
}

.news a
{
	color:#006;
}

/* style of the right column where the text information is being held */
.rightCol
{
	float:left;
	width:590px;
	text-align:justify;
}

.info
{
	padding: 15px;

}

/* style for bottom div of the page */
.footer
{
	text-align:center;
	width:800px;
	clear:both;
	border-top:solid 1px #000000;
	border-bottom:solid 1px #000000;
	background-color: #1C315A ;
	color:#ffffff;
}


