@charset "UTF-8";
body  {
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
a {
	font-weight: bold;
	color: #FF0000;
}
.twoColElsRt #container #mainContent img {
	border: 10px solid #131313;
}

.twoColElsRt #container {
	width: 920px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

.twoColElsRt #sidebar1 {
	width: 160px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	float: right;
	margin-top: 0px;
	text-align: right;
}
.twoColElsRt #sidebar1 h3, .twoColElsRt #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	font-size: 12px;
}

.twoColElsRt #mainContent {
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	width: 730px;
}  
.twoColElsRt #container #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	padding-left: 10px;
	font-style: normal;
}


.twoColElsRt #container #mainContent h2 {
	font-size: 16px;
	font-style: normal;
	margin-bottom: 20px;
}
.twoColElsRt #container #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}
.twoColElsRt #container h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 10px;
	margin-top: 30px;
}
hr {
	margin-top: 20px;
	margin-bottom: 40px;
}
.twoColElsRt #sidebar1 #navbox {
	width: 158px; /* top and bottom padding create visual space within this div */
	background-color: #000000;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 0px;
	text-align: right;
	border: 1px solid #333333;
	margin-bottom: 20px;
}

