body {
	background-image: url(../images/yea_bg3.gif); /* puts gray boxes in background but not required for scrollbars */
	background-repeat: no-repeat;
	background-color:#FFFFFF;	
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	min-width:980px;/* optional but recommended */
}

#header {
	position: relative;
	width: 982px;
	height: 85px;
	}
#logo {
	position: absolute;
	left: 80px;
	top: 20px;
	}
.topText{
	font-size: 9px;
	font-weight: 500;
	float: none;
	text-align: right;
	position: absolute;
	right: 0px;
	margin: 0px;
	padding: 0px;
}
#leftSection{
	position:relative;
	float:left;
	width: 180px;
}
#rightSection{
	position:relative;
	width: 780px;
	margin-left: 10px;
	float: left;
	display: block;
}
#rightArticles{
	position: relative;
	width: 180px;
	text-align: justify;
	right: 0px;
	top: 1	0px;
	margin: 0px;
	display: block;
}
#articleSection{
	position:relative;
	width: 700px;
	margin-left: 10px;
	float: center;
	display: block;
}
.mainContent {
	position: relative;
	width: 600px;
	text-align: justify;
	left: 10px;
	top: 1	0px;
	margin: 0px;
	display: block;
	float: left;
}

.reminder {
	position: fixed;
	float: left;
	}
.remindHeader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	border: 1px solid #999999;
	position: relative;
	margin: 1px;
	margin-top: 2px;
}
.breadCrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}
.breadCrumbs a{
	color: #666666;
	text-decoration: none;
	}
.breadCrumbs a:hover {
	color:#999999;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #97122B;
	line-height: 24px;
	margin-bottom: 12px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#666666;
	line-height: 18px;
}

.boxtext{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
}
	
.remindBody{
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #999999;
	margin: 1px;
	margin-bottom: 5px;
	padding: 2px;
	position: relative;
}

.emphasis{
	color:#6699CC;
	font-weight: bold;
}

.bstrong{
	font-weight: bold;
}