.leftBg {
	background-image: url('../images/vert_line.gif');
	background-repeat: repeat-y;
	background-position: left top;
	width:2px;
	font-size:1px;
}
.rightBg {
	background-image: url('../images/vert_line_r.gif');
	background-repeat: repeat-y;
	background-position: right top;
	width:2px;
	font-size:1px;
}

.box1 {
	margin: 4px;
	padding: 4px;
}

.contactFormBox {
	font-size:.9em;
	padding-top:70px;
	background-image:url('../images/signup.gif');
	background-position:top left;
	background-repeat:no-repeat;
	height: 180px;
	width:279px;
}

.box2 {
	margin: 4px;
	padding: 4px;
}

.boxGuar {
	background-color: #CCCCCC;
	border: thin solid #000099;
	padding: 6px;
	width: 234px;
}

.boxBen {
	background-color: #CCCCCC;
	border: thin solid #000099;
	padding: 6px;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
}

.navBarBG {
	background-image: url(../images/menu_barBG.gif);
	background-repeat: repeat-y;
	
}

.BulletinTable {
	background-color: #E3E3E3;
	text-align: left;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0F1066;
	border-right-color: #0F1066;
	border-bottom-color: #0F1066;
	border-left-color: #0F1066;
}

.BulletinTableHeader {
	background-color: #EFEFEF;
	font-weight: bold;
	text-align: left;
	padding-top: 3px;
}

.BulletinTableHeaderRight {
	background-color: #F3EDDF;
	font-weight: bold;
	text-align: right;
	padding: 3px;
}
.BulletinContent {
	margin: 5px;
	padding: 5px;
	font-size: 1em;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #0F1066;
}

.BulletinContentRow1 {
	margin: 5px;
	padding: 5px;
	font-size: .8em;
	border-bottom-width: 0px;
}

.BulletinContentRow2 {
	margin: 5px;
	padding: 5px;
	font-size: .8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0F1066;
}
