.box-container {
	position: relative;
	background-color: #D2E2FB;
	margin: 0px;
	padding: 0px;
}
.box-container * {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif, Arial;
	font-size: 11px;
}
.box-container strong {
	font-weight: bold;
	color: #0F4AA2;
}
.box-container .box-header {
	padding: 5px 10px;
	font-size: 13px;
	font-weight: bold;	
	line-height: 1.2em;
	color: #FFFFFF;
	background-color: #0F4AA2;
	text-align: center;
}
.box-container .box-content {
	padding: 8px 20px;
}
.rounded_corners-photo {
	background-color: #FFFFFF;
	clear: both;
	float: right;
	position: relative;
	top: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 20px;
	border: 2px solid #CCCCCC;
}
.rounded_corners-image {
	clear: both;
	float: right;
	position: relative;
	top: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 20px;
}
.box-content .left {
	float: left;
	margin-right: 20px;
	margin-left: 0px;
	top: 0px;
}
.box-container .box-content h1, .box-container .box-content h2 {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #0F4AA2;
	line-height: 1.2em;
	text-indent: 0px;
	background-image: none;
	border: none;
	padding: 0px;
	margin: 1em 0em .2em 0em;
}
.box-container .box-content h1 {
	font-size: 15px;
}
.box-container .box-content h2 {
	font-size: 13px;
}
.box-container .box-content p, .box-content strong {
	font-size: 11px;
	line-height: 1.5em;
	margin-bottom: .8em;
}
.box-container .box-content ul, .box-container .box-content ol {
	padding-left: 0px;
	margin: .8em 0em 1.2em 2em;
}
.box-container .box-content .no_indent, .box-container .box-content .no_indent {
	margin: 0em 0em 0em 1em;
}
.box-container .box-content li {
	line-height: 1.4em;
	margin-bottom: .8em;
	list-style-position: outside;
	text-align: left;
	vertical-align: text-bottom;
}
.box-container .box-content ul li {
	list-style-image: url(http://www.JobsInTheUS.com/media/graphics/bullets/bullet-UN3.png);
	list-style-type: disc;
} 
.box-container .box-content table {
	width: 100%;
	border: none;
	margin-bottom: 12px;
}
.box-content th, .box-content td {
	font-size: 11px;
	line-height: 1.3em;
	padding: .6em .9em;
	border-bottom: solid #FFFFFF 1px;
	vertical-align: top;
	text-align: left;
}
.box-content th a, .box-content td a {
	line-height: inherit;
}
.box-content th  {
	color: #0F4AA2;
	text-transform: uppercase;
	font-weight: bold;
	vertical-align: bottom;	
}
.left th, .left td {
	text-align: left;
}
.right th, .right td {
	text-align: right;
}
.center th, .center td {
	text-align: center;
}
.no_rule th, .no_rule td {
	border-bottom: none;
}
.double_rule th, .double_rule td {
	border-bottom: double #FFFFFF 3px;
}
.box-container .box-tl {
	height: 8px;
	width: 8px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(http://www.JobsInTheUS.com/media/graphics/corners/white_corners-TL.png);
	_background-image: url(http://www.JobsInTheUS.com/media/graphics/corners/white_corners-TL.gif); /* for IE only */
	background-repeat: no-repeat;
}
.box-container .box-tr {
	height: 8px;
	width: 8px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url(http://www.JobsInTheUS.com/media/graphics/corners/white_corners-TR.png);
	_background-image: url(http://www.JobsInTheUS.com/media/graphics/corners/white_corners-TR.gif); /* for IE only */
	background-repeat: no-repeat;
}
.box-container .box-bl {
	height: 8px;
	width: 8px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url(http://www.JobsInTheUS.com/media/graphics/corners/white_corners-BL.png);
	_background-image: url(http://www.JobsInTheUS.com/media/graphics/corners/white_corners-BL.gif); /* for IE only */
	background-repeat: no-repeat;
	background-position: bottom;
}
.box-container .box-br {
	height: 8px;
	width: 8px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-image: url(http://www.JobsInTheUS.com/media/graphics/corners/white_corners-BR.png);
	_background-image: url(http://www.JobsInTheUS.com/media/graphics/corners/white_corners-BR.gif); /* for IE only */
	background-repeat: no-repeat;
	background-position: bottom;
}


/* UPCOMING EVENTS PAGE */
.event_name {
	font-weight: bold; 
	color: #0F4AA2;
}
.event_description {
	margin-top: .4em;
}
