@charset "UTF-8";
body  {
	font: 100% Georgia, Times, ’ÄúTimes New Roman’Äù, serif;
	background-color:#D5F3FF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #222;
}
.nim23 #container { 
	width: 920px;
	height:100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */

}
.nim23 #leftbar {
	float: left; /* since this element is floated, a width must be given */
	width: 450px;
	height:100%; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image:url('../images/nim23.png');/* the background color will be displayed for the length of the content in the column, but no further */
	background-repeat:no-repeat;
	padding:0px 0px 0px 0px;
}
.nim23 #rightbar {
	float: right;
	width: 450px;
	height:100%; 
	margin-top:5px;
} 
.nim23 #box {
	padding-top:5px;
	width:auto;
	height:auto;
}
.nim23 #box2 {
	padding-top:10px;
	width:auto;
	height:auto;
	border-bottom: 1px dotted #ccc;
}
.nim23 #rotate {
	padding-bottom:10px;
	width:auto;
	height:auto;
	border-bottom: 1px dotted #ccc;
}
.nim23 #sharethis {
	position:relative;
	height:20px;
	width:auto;
}
.nim23 #about {
	position:relative;
	height:auto;
	margin:350px 0px 0px 0px;
	width:450;
	padding-bottom:20px;
	border-bottom: 1px dotted #ccc;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/* paragraph styles */
p.style1{
	font-family:Georgia, Times, ’ÄúTimes New Roman’Äù, serif;
	font-style:oblique;
	font-size:16px;
	color:#333;
	line-height: 20px;
	margin-bottom:10px;
}

p.style2{
	font-family:Georgia, Times, ’ÄúTimes New Roman’Äù, serif;
	font-size:12px;
	color:#333;
	line-height: 16px;
	margin-top:10px;
}

p.style3{
	padding:10px 0px 0px 20px;
	font-family:Georgia, Times, ’ÄúTimes New Roman’Äù, serif;
	font-size:10px;
	line-height:20px;
	color:#999;
}

p.style4{
	font-family:Georgia, Times, ’ÄúTimes New Roman’Äù, serif;
	font-size:10px;
	color:#333;
	margin-top:5px;
}
p.style5{
	font-family:Georgia, Times, ’ÄúTimes New Roman’Äù, serif;
	font-size:12px;
	color:#333;
	margin-top:0px;
	line-height: 40px;
}
