/* CSS file */

/* page areas */
body {
	color:#000;
	background-color:#fff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:76%;
	text-align:center;
	margin:0;
	padding:0;
background:url('../images/b1.jpg') repeat-x;

}
#container {
	margin:auto;
/*	width: 90%;*/
	text-align:left;
	background-color: #fff;
	color: #333;
/*	border: 3px double gray;*/
	line-height: 140%;
	background:url('../images/page-bg.gif') repeat-y;
}
#top {
	padding:0;
	color: #333;
	background-color: #318fcc;
	height:100px;
	background:url('../images/upper-part.jpg') top left no-repeat;
}
#leftnav {
	float: left;
	width: 180px;
	margin: 0;
	padding:140px 0 0 0;
}

/* fix the IE 3 pixel jog problem - or use a standards-compliant browser */
/* hide from MacIE \*/
* html #left {
  margin-right: -3px;
  } 
* html #content {
  height: 1%; /* this line is needed only if you have not declared a width or height on #content above */ 
  margin-left: 0;
}
/* end hide */

#content {
	padding: 2px 10px 2px 0px;
	margin-left:180px;
	text-align:left;
}
#fake {
	background:url('../images/lower-part.jpg') top left no-repeat;
}
#footer {
	clear: both;
	color: #333;
	background-color: transparent;
	height:20px;
	padding:5px;
}
#leftbottom { 
	float:left; 
	font-family: arial, helvetica, sans-serif; 
	color:#666; 
	font-size:11px;
	background-color:inherit;
}
#rightbottom { 
	text-align:right; 
}
#copyright {
	display:none;
}

/* page text elements  no FONT tags!! */
h1,h2,h3,h4 {
	font-family: arial, helvetica, sans-serif;
}
h1 {
	color:#006;
	font-size:150%;
	margin-top:10px;
	margin-bottom:1em;
	background-color:transparent;
}
h2 {
	color:#36c;
	font-size:130%;
	margin-bottom:3px;
	background-color:inherit;
}
h3 {
	color:#66c;
	font-size:115%;
	margin-bottom:3px;
	background-color:inherit;
}
h4 {
	color:#23396F;
	font-size:100%;
	margin-bottom:3px;
	background-color:inherit;
}
p {
	margin-top:3px;
	line-height:150%;
	font-size:1.0em;
}

/* SIDEBAR NAVIGATION DEFINITIONS */
#navcontainer { 
	width: 160px;
}
#navcontainer ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	text-align:right;
}
#navcontainer a {
	display: block;
	padding: 4px;
	margin:0px;
	width: 150px;
	background-color: transparent;
	border-top: 1px solid #999;
}
#navcontainer a:link, #navlist a:visited {
	color: #000;
	text-decoration: none;
	background-color:transparent;
}
#navcontainer a:hover {
	background-color: #C11E35;
	color: #fff;
	/*border: 1px solid #333;*/
	font-weight:bold;
}
#inactive a:link, #inactive a:visited, #inactive a:hover
{
	display: block;
	padding: 4px;
	margin:0px;
	width: 150px;
	text-decoration: none;
	background-color: #C11E35;
	color: #fff;
/*	border: 1px solid #000;*/
	font-weight:bold;
}


/* makes our tables work without font tags */
td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:76%;
}

/* lists in content */
#content ul {
	list-style-type:none;
}
#content ul li {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.0em;
	text-indent:1.5em;
	background-image: url('../images/bullet_blu.gif');
	background-repeat: no-repeat;
	background-position: 0 .3em;
}
#content ol li {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.0em;
}

/* link style */
A:link { 
	color:#00c;
	background-color:transparent;
	text-decoration: underline;
}
A:visited { 
	color:#00c;
	background-color:transparent;
	text-decoration: underline;
}
A:active { 
	color:#00c;
	background-color:transparent;
	text-decoration: underline;
}
A:hover { 
	color:#c00;
	background-color:transparent;
	text-decoration: underline;
}

/* forms stuff */
input, textarea {
	color:#333;
	background-color:#eee;
	border:1px solid #333;
	background:url('../images/input-bg.jpg') top left no-repeat;
}
.submit {
	color:#fff;
	background-color:#36c;
}

/* oddments */
img {
	border:none;
}
.right {
	float: right;
	margin: 0 0 10px 10px;
	padding: 2px;
}
.left {
	float: left;
	margin: 0 10px 10px 0;
	padding: 2px;
}
#print_only {
	display:none;
}

/* back/next links at end of content on each page */
.middle {
	text-align:center;
	margin:10px;
	padding:10px;
}