﻿/* (C) Copyright 2006 Long2 Consulting. All Rights Reserved */
html {
	margin: 0px;
	padding: 0px; font-size:10pt
}

body {
	margin: 0px;
	padding: 0px;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #CCCCCC;
}

a:link, a:visited  {
	color: #000099;
	text-decoration: none;
}

a:active, a:hover {
	color: #000099;
	text-decoration: underline;
}

h1 { 
	font-size: 145%;
	color: #003366
}

h2 {	
	font-size: 145%;
	color: #FFFFFF;font-weight:bold
}

h3 {	
	font-size: 125%;
	color: #000000;font-weight:normal
}

h4 { 
	font-size: 125%;
	color: #000000;
}

h5 { 
	font-size: 100%;
	color: #000000; font-family:Arial
}

h6 { 
	font-size: 100%; 
	color: #000000; 
}
.submitbuttons {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: 100%;
	font-variant: small-caps;
	font-family: Verdana, Arial, sans-serif;
	background: url('images/button.gif') no-repeat;
	width: 135px;
	height: 25px;
	border-style: none;
}

#wrapper {
	margin: 0px auto; /* fix to center in firefox */
	text-align: left;
	width: 765px;
	background: url('images/narrow/bg-n.gif') repeat-y center; /* moved bg image from #container to here */
}

#logo {
	background: url('images/narrow/logo-nbg.jpg') repeat-y;
	height: 247px;
}

#logo .content {
	padding: 45px 25px 0px 45px;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	font-size: 140%;
	font-variant: small-caps;
	font-family: Arial, sans-serif;
}

#links {
	float: right;
	font-size: 90%;
	padding: 30px 10px 0px 0px;
}
#links ul  {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
	
#links li { display: inline; font-size:10px }
	
#links a:link, #links a:visited {
	padding: 0px 10px 0px 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
	
#links a:active, #links a:hover {
	text-decoration: underline;
}

#header {
	text-align: right;
	background: url('images/narrow/header-n.gif') no-repeat;
	height: 57px;
}

 #header .content {
	padding: 8px 25px 0px 15px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 150%;
	font-variant: small-caps;
	font-family: Arial, sans-serif;
	float: left;
}

#body2column {
	background: url('images/narrow/bg-n.gif') repeat-y;
	width: 765px;
}

#body2column .content {
	margin-left: 8px;
	padding: 0px 8px 5px 8px;
}


#body1 {
	width: 590px;
	float: right;
}

#body1 .content {
	padding: 0px 8px 5px 8px;
}

#body1a {
	width: 390px;
	float: left;
}

#body2 {
	float: left;
}

#body2 .content {
	padding: 0px 10px 5px 5px;
}

/* Used in three column layouts */
#body2b { 
	width: 175px;
	float: left;
}

#body2b .content {
	margin-left: 8px;
	padding: 0px 10px;
}

#body3 {
	float: left;
}

#body3 .content {
	padding: 0px 18px 5px 5px;
}

.sidelinks {
	padding: 10px 8px 5px 8px;
	text-align: left;
}

.sidelinks ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
	
.sidelinks li { display: block; }
	
.sidelinks a:link, .sidelinks a:visited {
	padding: 0px 10px 0px 0px;
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
	
.sidelinks a:active, .sidelinks a:hover {
	color: #000099;
	text-decoration: underline;
}

.productlinks li { 
	display: block;
	list-style-image: url('none');
}
	
.productlinks a:link, .productlinks a:visited {
	padding: 0px 10px 0px 0px;
	color: #027902;
	text-decoration: none;
	font-weight: bold;
}
	
.productlinks a:active, .productlinks a:hover {
	color: #cc0000;
	text-decoration: underline;
}

.newsbox { 
	width: 169px;
}
.newsbox .content p {
	margin: 0px;
	padding-top: 2px; 
}

.newswrapper {
	border-left: 2px solid #027902;
	border-right: 2px solid #027902;
}

h2.newstitle {
	background: url('images/newsbox-top.gif') no-repeat ;
	margin: 0px 0px 0px 0px;
	width: 169px;
	font-size: 13px;
	height: 24px;
	color: #fff;
	text-align: center;
}

.newsfooter {
	background: url('images/newsbox-bottom.gif') no-repeat;
	width: 169px;
	height: 21px;
}

.newsfooter hr { width: 10px; margin-left: -1000px;  }


#footer {
	margin: 0px auto; /* fix to center in firefox */
	padding: 5px 0px 5px 0px;
	background: #ccc url('images/narrow/footer-nbg.gif') no-repeat;
	height: 50px;
	clear: both;
}

#footer .content {
	padding: 10px 0px 5px 20px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
#footer a:link, #footer a:visited {
	color: #ffffff;
}

#footer a:active, #footer a:hover {
	color: #70F170;
}


img {
	border: 0px;
}

.clear {
	clear: both;
}

#calendar {
	margin-left: 75px;
}

.calendar-table {
	border: 1px solid #CC0000;
	font: normal 10pt Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	width: 450px;
}

.calendar-month {
	color: #FFFFFF;
	background-color: #CC0000;
	border: 1px solid #CC0000;
	font-size: 10pt;
	height: 36px;
	text-align: center;
}

.calendar-offday {
	border: 1px solid #CC0000;
	background-color: #FFFFFF;
	font-size: 10pt;
}

.calendar-day {
	color: #000000;
	background-color: #E5E5E5;
	border: 1px solid #CC0000;
	vertical-align: top;
	text-align: center; 
	font-size: 10pt;
	width: 14.3%;
}

.calendar-daynumber {
	color: #000000;
	background-color: #E5E5E5;
	vertical-align: top;
	text-align: right; 
	font-size: 10pt;
	font-weight: normal;
}

.calendar-dayname{
	color: #FFFFFF;
	background-color: #027902;
	border: 1px solid #CC0000;
	vertical-align: top;
	text-align: center; 
	font-size: 10pt;
}
