html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #666;
}
.stripeborder {
	background-image: url(images/stripback2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h1 {
	color: #000;
	font-size: 22px;
	font-weight: bold;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	color: #0C0;
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;
}
.tdborder {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
}
a,  a:link {
	color: #06C;
	font-weight: normal;
	text-decoration: underline;
}
a:visited {
	color: #30649E;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #5183F9;
	text-decoration: underline;
}
a:focus {
  color: #000;
}

a:active {
  color: #000;
}
a.nav:link {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
a.nav:visited {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
a.nav:hover {
  color: #fff;
  text-decoration: underline;
}
#outerWrapper {
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 850px;
}
#outerWrapper #header {
	height: 155px;
	padding-top: 0px;
}
#outerWrapper #fullbody {
	background-color: #7C7C7C;
	padding-left: 11px;
}
#outerWrapper #fullbody table {
	background-color: #FFF;
	background-image: url(images/fullback.gif);
	background-repeat: repeat-x;
}

#outerWrapper #nav {
	height: 40px;
	background-image: url(images/navback.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.nav {
	margin: 0px;
	padding: 0px;

}

#outerWrapper #contentWrapper {
	background-repeat: repeat-x;
	overflow: hidden;
	background-position: left top;
	background-color: #000;
	width: 850px;
	height: 290px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 384px;
	background-image: url(images/leftcolback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 45px;
	padding-top: 30px;
	padding-right: 20px;
	background-color: #0F0;
	height: 290px;
}
#outerWrapper #contentWrapper #landingbody {
	float: left; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 785px;
	background-image: url(images/landingback.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-left: 45px;
	padding-top: 30px;
	padding-right: 20px;
	background-color: #899FC6;
}
.pointer {
	cursor:pointer;
	cursor:hand;
}
.bullettext {
	font-size: 14px;
	font-weight: bold;
	color: #0C0;
}
#outerWrapper #contentWrapper #leftColumn1 img {
	padding-bottom: 5px;
}


/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 449px;
	background-color: #8BA1C8;
	padding: 0px;
	height: 290px;
}
#outerWrapper #contentWrapper #leftColumn1 h1 .style3 {
	margin-bottom: 20px;
}

.sectionheader {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding-top: 20px;
}

#outerWrapper #footer {
	background-color: #7C7C7C; /* Sets the top border properties for an element using shorthand notation */
	padding: 10px;
	border-top-style: solid;
}
.small {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.loginsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.loginsmall:link {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}
a.loginsmall:visited {
	color: #090;
	font-weight: normal;
	text-decoration: underline;
}
a.loginsmall:hover {
	color: #0F0;
	text-decoration: underline;
}
#font {
	font-size: 11px;
}
