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

body {
	margin:0px 0px;
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:left;
	background-color: dfdfdf;
}
#Content {
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	width:1024px;
	padding:0px;
	border:0px none;
	background-color:#FFFFFF;
	height: 280px;
}
#menu {
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	width:1024px;
	border:0px none;
	height: 46px;
}
#subcontainer {
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	width:1024px;
	border:0px none;
}
#main {
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	width:1034px;
	border:0px none;
}
#minimenu {
	width: 238px;
	float: left;
	background-color: #606163;
	height: 155px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	font-size: 16px;
	font-family: "Arial";
	vertical-align:top;
}
#selectedreading {
	width: 776px;
	float: left;
	height: 145px;
	color: #000000;
	text-align: left;
	font-size: 14px;
	padding: 5px;
	font-family: "Arial";
	background-image: url(../images/readingpanel.jpg);
}
#maincontent {
	width: 1024px;
	background-color: #252525;
	margin: 0px auto;
	text-align: left;
	border: 0px none;
}
#leftpic_h {
	width: 237px;
	float: left;
	background-color: 252525;
}
#rightmaincontent {
	width: 1024px;
	float: left;
	text-align:justify;
	background-color: 252525;
	color: #FFFFFF;
	font-family: "Arial";
	font-size:13px;
}
#rightcontent {
	text-align: justify;
	padding: 15px 50px 25px 50px;
}
#bottombar {
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	width:1034px;
	border:0px none;
	background-color: #999999;
}
.style1 {
	font-size: 14px;
	font-family:"Arial";
	color: #000000;
	background-image: url(../images/minimenu.jpg);
}


.link {
	font-size: 14px;
	color:#000000;
	font-family:"Arial";
	text-decoration:none;
}
.link:hover {
	text-decoration:none
}
.whitelink {
	font-size: 12px;
	color:#FFFFFF;
	font-family:"Arial";
	text-decoration:none;
	margin: 10px;
}
.whitelink:hover {
	text-decoration:none
}
.largerwhitelink {
	font-size: 14px;
	color:#FFFFFF;
	font-family:"Arial";
	text-decoration:none;
	margin: 10px;
}
.style_whitetext {
	font-size: 14px;
	color:#000000;
	font-family:"Arial"
}
#bottombar {
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	width:1024px;
	border:0px none;
	background-color: #A43C33;
	color: #CCCCCC;
	font-family: "Arial";
	font-size: 10px;
}
