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

body
{
	margin-top: 0px;
	background-image: url(../images/diagbg.gif);
	background-position: center;
	font-family: "Times New Roman", Times, serif;
}

#pageWrapper
{
	background-color: #b0cbdb;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#flashBanner
{
	background-color: #FFFFFF;
	height: 160px;
}

#menuArea
{
	width: 1024px;
	background-image: url(../images/bgMessages.jpg);
	background-repeat: repeat-x;
	background-position: center;
}


#leftArea
{
	width: 751px;
	height: 500px;
	float: left;
	text-align: center;
	background-image: url(../images.php5);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000000;
	border: #ffffff ridge 1px;
	color: #FFFFFF;
	text-align: center;
}

#rightArea
{
	width: 269px;
	height: 500px;
	float: left;
	background-color: #2a5b79;
	border: #ffffff ridge 1px;
	color: #FFFFFF;
	text-align: center;
}

#rightArea a
{
	color: #333333;
	text-decoration: none;
}

#rightArea a:hover
{
	color: #FF0000;
}

#messages
{
	overflow: auto;
	text-align: center;
	height: 450px;
	width: 263px;
}

#messages a
{
	color: #FFFF00;
}

.mssgBoard
{
	font-size: xx-large;
	background-image: url(../images/bgMessages.jpg);
	background-repeat: repeat-x;
	background-position: center;
}

#middle
{
	height: 345px;
}

#addArea
{
	clear: both;
	border: #b0cbdb solid 1px;
	background-color: #2a5b79;
}

#addArea a
{	
	text-decoration:none;
	color: #FFFFFF;
}

#addArea a:hover
{	
	color: #FF0000;
}

#tblAdd
{
	color: #CCCCCC;
	width: 100%;
	text-align: center;
}

/*Section 3*/

#section3
{
	background-color: #521313;
	color: #CCCCCC;
	border: 1px #b0cbdb solid;
}

#section3 a
{
	color:#ffffff;
	text-decoration:none;
}

#section3 a:hover
{
	color: #FF0000;
}

#tblSec3
{
	width: 100%;	
}

#tblSec3 td
{
	width: 180px;
	border: 1px #ffffff solid;
	background-color:#2a5b79;
	text-align: center;
	color: #ffffff;
	height: 45px;
}

/*END OF SECTION 3*/

#footer
{
	background-color: #FFFFFF;
	clear:both;
	color: #FFFFFF;
	font-size:11px;

}

.clearit 
{
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* HORIZONTAL MENU */
/*menu background color and positioning*/
.bubplastic.horizontal {
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../images/bgMenu.jpg);
	background-repeat: repeat-x;
	background-position: center;
}

/*un-ordered style and positioning*/
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*items in the unordered list*/
.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background-image: url(../images/bgMenu.jpg);
	background-repeat: repeat-x;
	background-position: center;
}

/*links format*/
.bubplastic.horizontal ul li a {
	display: block;
	padding-left: 29px;
	float: left;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 70%;
	color: #000000;
	text-decoration: none;
	font-weight: bolder;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 29px;
	background-image: url(../images/bgMenu.jpg);
	background-repeat: repeat-x;
	background-position: center;
	cursor: pointer;
}
/* END HORIZONTAL MENU */

/* MOUSE HOVER */
.bubplastic.orange ul li a:hover,
.bubplastic.orange ul li.highlight a {
	color: #FFFFFF;
}
.bubplastic.orange ul li a:hover span.menu_ar,
.bubplastic.orange ul li.highlight a span.menu_ar {
	color:#FFFFFF;
}

#test li {
	display: block;
	border: solid 1px red;
}                    

.leftAlg
{
	text-align: left;
}
                    
