
html {
	height: 100%;
}

body {
	height: 100%;
	margin-bottom: 1px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color: #545454;
}

body {
scrollbar-arrow-color:#999999;
	scrollbar-base-color:#ffffff;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#cecece;
	scrollbar-shadow-color:#cecece;
	scrollbar-3d-light-color:#FFFFFF;
scrollbar-darkshadow-color : #ffffff; 
scrollbar-track-color : #ffffff; 
}

.clr {
	clear: both;
}

.outline {
  border: 1px solid #cccccc;
  background: #ffffff;
	padding: 2px;
}

.title {
	color: #ffffff;
	font-family: Arial Narrow, Arial;
	font-size: 18px;
	font-weight: bold;
}


.back_button {
	float: left;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.smalltxt{
	text-align: left;
	color: #666666;
	font-size: 10px;
  font-weight: bold;
}

.footer{
	text-align: right;
	padding: 5px;
	color: #999999;
	font-size: 9px;
}

a.footer:link, a.footer:visited {
	color: #b0b0b0; text-decoration: none;
	font-weight: none;
}

a.footer:hover {
	color: #333333;	text-decoration: none;
	font-weight: none;
}

ul
{
margin: 0;
padding-left: 35px;
list-style: disc;
}

li
{
line-height: 15px;
padding-left: 0px;
padding-top: 0px;
}

li a:link {
	color: #333333; text-decoration: none;
	font-weight: bold;
}

td {
	font-size: 11px;
}

.addr {
	font-size: 10px;
}

a:link, a:visited {
	color: #666666; text-decoration: none;
	font-weight: bold;
}

a:hover, li a:hover {
	color: #000000;	text-decoration: none;
	font-weight: bold;
}



.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}


.contentheading {
	height: 30px;

	color: #c64934;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
}


.contentpagetitle {
	font-size: 17px;
	font-weight: bold;
	color: #899698;
	text-align:left;
	font-family: Arial Narrow, Arial;
}

.projectpagetitle {
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	text-align:left;
	font-family: Arial Narrow, Arial;
}




.small {
	color: #999999;
	font-size: 11px;
}


.slogan {
	color: #f9f9f9;
	font-size: 11px;
	font-weight: bold;
	padding-left: 8px;
}


a.mainlevel:link, a.mainlevel:visited {
	vertical-align: middle;
	font-family: helvetica, arial;
	font-size: 10px;
	font-weight: bold;
	color: #002e8c;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	height: 20px !important;
	height: 20px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: red;
}

a.navi:link, a.navi:visited {
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans Serif;
	color: #002e8c;
	text-decoration: none;
}

a.navi:hover {
	text-decoration: none;
	color: red;
}

h3 {
	text-decoration: none;
	font-family: Arial Narrow, Arial;
	font-size: 15px;
	color: #8f9fa1;
}

h2 {
	text-decoration: none;
	font-family: Arial Narrow, Arial;
	font-size: 18px;
	color: #f9f9f9;
}

h1 {
	text-decoration: none;
	font-family: Arial Narrow, Arial;
	font-size: 20px;
	color: #bcc2c3;
padding-top: 10px;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}


.rightlines {
border-right-color: #cecece;
border-right-style: dotted;
border-right-width: 1px;
padding-right: 30px;
}

.toplines {
border-top-color: #cecece;
border-top-style: dotted;
border-top-width: 1px;
padding-top: 6px;
}

.bottomlines {
border-bottom-color: #cecece;
border-bottom-style: dotted;
border-bottom-width: 1px;
padding-bottom: 8px;
}

