BODY {
	background-color: #fec55a;
	font-family: Arial, Helvetica, Tahoma, Verdana;
	font-size: 11px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

TD {
	font-family: Arial, Helvetica, Tahoma, Verdana;
	font-size: 11px;
}

A {
	color: #676161;
}

HR {
	color: #CCCCCC;
	height: 1px;
}



.siteContainer {
position: relative;
margin: 0 auto;
width: 780px;
height: 100%;
padding: 0px;
}

/* styles for menu */

.menuContainer {
width: 150px;
/* border-right: 1px dashed #4a4a4a; */
float: left;
}

TABLE.menuTable {
width: 100%;
}

TABLE.menuTable TD {
	padding: 5px;
}

.MENUITEM_1 {
border-bottom: 2px dotted #fee8bb;
}

.MENUITEM_1_SELECTED {
background-color: #fee8bb;
}

.MENUITEM_LINK_1, .MENUITEM_LINK_1_SELECTED {
font-family: arial, helvetica, tahoma;
font-size: 9pt;
color: #000000;
text-decoration: none;
}

.MENUITEM_LINK_1_SELECTED {
	font-family: arial black, arial, helvetica, tahoma;
}



H1, .HEADER {
	font-family: arial, helvetica, tahoma;
	font-size: 20pt;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}



/* STYLES FOR REDESIGNED SITE 080312 */


/* for the top table */ 

TABLE#ContentTable1 {
	margin-top: 60px;
	width: 780px;
}

TABLE#ContentTable1 .topbox_bottomleft, TABLE#ContentTable1 .topbox_bottom, TABLE#ContentTable1 .topbox_bottomright {
	display: none;
}


TABLE#ContentTable1 .topbox_topleft {
	background-image: url('../images/08/topleftcorner08.png');
	background-position: top left;
	width: 22px;
	height: 22px;
}

TABLE#ContentTable1 .topbox_topright {
	background-image: url('../images/08/toprightcorner08.png');
	background-position: top left;
	width: 22px;
	height: 22px;
}

TABLE#ContentTable1 .topbox_top {
	background-image: url('../images/08/topbg.png');
	background-position: top;
	background-repeat: repeat-x;
	width: 736px;
	height: 22px;
}


TABLE#ContentTable1 .topbox_right {
	background-image: url('../images/08/rightbg.png');
	width: 22px;
	height: 210px;
	background-repeat: repeat-y;
}

TABLE#ContentTable1 .topbox_left {
	background-image: url('../images/08/leftbg.png');
	width: 22px;
	height: 210px;
	background-repeat: repeat-y;
}

TABLE#ContentTable1 .topbox_logo {
	background-image: url('../images/08/logo.png');
	background-repeat: no-repeat;
	background-position: top left;
	height: 210px;
}






/* for the bottom table */ 
TABLE#ContentTable2 {
	width: 780px;
	margin-bottom: 10px;
}


TABLE#ContentTable2 .contentbox_topleft, TABLE#ContentTable2 .contentbox_top, TABLE#ContentTable2 .contentbox_topright {
	display: none;
}

TABLE#ContentTable2 .contentbox_left {
	background-image: url('../images/08/leftbg.png');
	width: 22px;
	background-repeat: repeat-y;
	overflow: hidden;
}

TABLE#ContentTable2 .content {
	width: 736px;
}

TABLE#ContentTable2 .contentbox_right {
	background-image: url('../images/08/rightbg.png');
	width: 22px;
	background-repeat: repeat-y;
	background-position: right;
	overflow: hidden;
}

TABLE#ContentTable2 .articleContainer {
	float: right;
	width: 550px;
	padding: 5px;
}


TABLE#ContentTable2 .contentbox_bottomleft {
	width: 22px;
	height: 22px;
	background-image: url('../images/08/bottomleftcorner08.png');
}

TABLE#ContentTable2 .contentbox_bottom {
	width: 736px;
	height: 22px;
	background-image: url('../images/08/bottombg.png');
}

TABLE#ContentTable2 .contentbox_bottomright {
	width: 22px;
	height: 22px;
	background-image: url('../images/08/bottomrightcorner08.png');
}


/* articles */

TABLE.articleTable TD {
	font-family: arial, helvetica, tahoma;
	font-size: 9pt;
}

.articleImage{
	width: 550px;
	float: right;
	margin-right: 4px;
}
