@charset "UTF-8";
body {
	font: 100% Verdana, Helvetica, Arial, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: .3em;
	height: 100%;
	min-height: 440px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}

a:link {  color: #000;
	 text-decoration: none;
	 font-weight:bold }
a:visited {  color: #000;
	 text-decoration: none;
	 font-weight:bold }
a:hover {  text-decoration: underline;
	color: #333 }
a:active {  color: #EE7722 }
h1 { color: #000;
	 font-size: 20px;
	 text-decoration: none;
  	 text-align: center;
	 margin-top: 0px; }
h2 { color: #000;
	 font-size: 17px;
	 text-decoration: none;
	 margin-bottom: 0px;
	 margin-top: 0px; }
h3 { color: #333;
	 font-size: 14px;
	 text-decoration: none;
	 margin-bottom: 0px;
	 margin-top: 10px; }
h4 { color: #333;
	 font-size: 12px;
	 margin-bottom: 0px;
	 margin-top: 0px; }
body, tr, th, td, ul, ol, dl, p  { 
	margin-top: 0px;
	margin-bottom: 10px;
  	color: #333;
	font-size: 11px;}
hr {
	border: 0;
	color: #996633;
	background-color: #996633;
	height: 1px;
	text-align: left;
}
form, input, select, textarea   { margin-top: 0px;
	 font-size: small; }
address { color: #333;
	 font-size: 10px; }
	 
.normal  { margin-top: 0px;
	 margin-bottom: 0px;
  	 color: #333;
	 font-size: small; }
.small { font-size: x-small; }
IMG.displayed {
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto }

.twoColElsCtrHdr #container {
	width: 90%;
	min-width: 400px;
	height: 100%;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;/*  */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColElsCtrHdr #left { 
	width: 30%;
	min-width: 240px;
	max-width: 240px;
	min-height: 203px;
	height: 100%;
	float: left; 
	background: #FFFFFF url(images/IRNLogoNoWordssm.gif) right top no-repeat;
	margin: 0;
	border: 0;
	padding: 0 10px 10px 10px;  this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align:right;
}
.twoColElsCtrHdr #left p {
	font-size:10px;
	color:#000000;
	text-align:right;
}
.twoColElsCtrHdr #left ul {
	line-height: 18px;
	margin-top: 0;
}
.twoColElsCtrHdr #left a:link {  color: #000000;
	 text-decoration: none; }
.twoColElsCtrHdr #left a:visited {  color: #000000;
	 text-decoration: none; }
.twoColElsCtrHdr #left a:hover {  color: #000000;
	text-decoration: underline; }
.twoColElsCtrHdr #left a:active {  color: #EE7722; }


.twoColElsCtrHdr #left input {
	font-size:10px;
	color:#000000;
	background-color:#99CCCC;
	border:solid;
	border-width:1px;
	border-color:#445555;
}

.twoColElsCtrHdr #mainContent {
	width: 55%;
	min-width: 400px;
	max-width: 1000px; 
	height: 100%;
	float: left; 
	margin: 0;
	background: #FFFFFF;
	border: 0;
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.navbox { 
	float: left;
	margin: 0;
	background: #FFFFFF url(images/navbg.gif) repeat-x top left;
	text-align: right;
	width: 100%;
	font-size: 1.35em;
	
}