/* These are rules for all browsers, including NN4 */
/* the import trick is used to laod g68.css, which tweaks 
   for newer browsers. */
div, span {
	margin: 0px;
	padding: 0px;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
}

/*---FONTS FOR NN4---*/
p, h3, h1  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header {
	width: 100%;
	height: 30px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 21px;/*NN4: overridden in other stylesheet*/
	margin: 0px 0px 0px 0px;
	background: #2E5F99 url("images/linkbar_bg.gif") repeat-x scroll ;
}

#innerheader {
	width: 730px;
	margin: 0px auto 0px auto;
	line-height: 18px; /*NN4: overridden in other stylesheet*/
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#header ul {
	display: inline;
	margin-bottom: 0px;
	vertical-align: bottom;
	padding-bottom: 0px;
}

#header li {
	list-style-type: none;
	list-style: none;
	display: inline;
	background-color: transparent;
	vertical-align: bottom;
	color: #e6f1ff;
	font-weight: bold;
	font-size: 18px;
	font-style: oblique;
}

.body {
	width:500px;
	padding: 50px 5px 15px 15px;
	text-align: justify;
}

#header a{
 color: #E6F1FF;
}

#pagearea {
	width: 100%;
	margin: auto;	
	min-height: 500px;
	background-color: #FFFFFF;
}

#innerpagearea{
	width: 720px;
	background-color: #FFFFFF;
	margin: auto;
	padding-right: 0px;
	min-height: 400px;
}

#sidebar {
	float: right;
	width: 180px;
	padding-left: 15px;
	padding-right: 0px;
}

.sidebaritem {
	padding: 0px 0px 8px 0px;
	border: 1px solid #2E5F99 ;
	margin: 0px 0px 20px 0px;
	width: 165px;
}

.sidebaritem h3 {  /*NN4: overridden in other stylesheet*/
	width: 155px;
	color: #2E5F99 ;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: medium;	
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
}

.sidebaritem p {
	width: 153px;
	margin: 0px;
	padding: 2px 5px 0px 6px;
}
.sidebaritem .sidebaritem_date {
	font-size: xx-small;
	font-weight: bold;
	margin: 5px 5px 0px 5px;
	color: #999999;
	border-top: 1px solid #CFCFCF;
	text-align: right;
}
.highlight {
	display: inline;
	float: left;
	width: 180px; /*NN4: overridden in other stylesheet*/
	margin: 0px;
	padding: 8px 10px 10px 10px;
	text-align: center
}

.highlight p, .caption {
	font-size: x-small;
	font-weight: normal;
	color: #2E5F99;
	vertical-align: text-top;
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
}

.inline_notice {
	/*width: 240px;*/
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 10px;
	margin-bottom: 10px;
}

a.nav:hover { /*Not respected by NN4*/
	color: #FF0000;
	background-color: #2E5F99;
	text-decoration: none;
	border: 1px solid #73a7e6;
}

#footer {
	clear: both;
}

#innerfooter {
	width: 736px;
	margin: auto;
	padding-bottom: 15px;
	text-align: center;
	vertical-align: middle;
}

#innerfooter p {
	margin: 0px;
	padding-right: 5px;
}

.style2 {
	font-size: 9px;
	text-align: right;
	letter-spacing: -0.1em;
	margin: 0px 10px 0px 0px;
}

.nav_current {
  text-decoration:none;
}

a:link {
	color: #bf607b;
}
a:hover { /*Not respected by NN4*/
	color: #73a7e6;
}
a:visited {
	color: #bf607b;
}
