
html {
	height: 100%;
}

body {
	height: 100%;
	margin-bottom: 1px;
	background-image: url(image/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #ffffff;
	background-attachment: fixed;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color: #333333;
}

.clr {
	clear: both;
}

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

.title {
	color: #336699;
	font-size: 20px;
	padding-left: 3px;
}


.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;
}


.footer {
	text-align: center;
	padding: 3px;
color: #e9e9e9;
	font-size: 9px;
}

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

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

td {
	text-align: left;
	font-size: 11px;
}

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

a:hover {
	color: #900;	text-decoration: none;
	font-weight: bold;
}


.button {
  color: #c64934;
  font-family: Arial, Hevlvetica, sans-serif;
  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 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}

.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: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}



.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: underline;
	font-size: 12px;
}


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

#pscroller1{
width: 330px;
height: 170px;
border: 1px solid #0d58b4;
padding-left: 15px;
background-color: #0d58b4;
color: #ffffff
}


#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}

.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;
}

