/* custom stuff */

html {
  height: 100%;
  margin-bottom: 1px;
}


body {
	margin: 0;
	padding: 0;
}

a {
	color:#CE2931;
}

p {
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 5px;
}

/*** fonts ***/
* {
	line-height: 125%;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size:13px;	
}

h2 {
   padding-bottom: 0px;
   color: #5F7D9F;
   font-size:18px;
}

h3 {
   padding: 20px 0 0 0;
   margin: 0px;
   color: #5F7D9F;
   font-size: 18px;
}

.frontHeadings {
	padding-top: 20px;
   padding-bottom: 0px;
   color: #5F7D9F;
   font-size:17px;
   font-weight:bold;
}

/* toolbar */

#toolbar {
	/* height: 22px; */
	/* background: url(../images/toolbar-bg.gif) repeat-x; */
	background: url(../images/navigation-bg.gif) repeat-x;
}

td.right {
	width: 150px;
	padding-top: 5px;
}

#formoreinfo {
	border-top-color: #9d9ea2;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #9d9ea2;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #9d9ea2;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #9d9ea2;
	border-left-style: solid;
	border-left-width: 1px;
}

#formoreinfo a {
	color: #0033FF;
	font-size:14px;
}