@charset "UTF-8";
/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
}
body {
	text-align: center;
	color: #4a4545;
	background-color: #333;
	padding-top: 0;
	margin-top: 0;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
a, a:link, a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0;
	padding: 0 0 10px 0;
}
h1 {
	font-size: 1.385em;
	font-weight: bold;
	margin: 0;
	padding-bottom: 20px;
	padding-top: 10px;
}

h2 {
	width: 684px;
	height: 26px;
	margin-bottom: 8px;
	margin-top: 8px;
	padding: 0;
}

h2 span {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding-top: 5px;
	padding-left: 9px;
}

h3 {
	font-weight: bold;
	font-size: 13px;
	color: #4a4545;
	margin: 0;
	padding: 0 0 5px 0;
}

ul, li {
	margin: 0 0 0 5px;
	
}

ul { padding-bottom: 15px; padding-left: 10px;}

.noBullets, .noBullets li {
	list-style-type: none;
	list-style-image: none;
    margin: 0;
    padding: 0;
}

input, textarea, select {
	border: 0;
	padding: 2px;
	vertical-align: middle;
}

.longerInput {
	width: 155px;
	padding: 2px;
	margin: 5px 0 5px 0;
	display: block;
	border: 1px solid #e1e1e1;
}

.shortened {
	width: 100px;
}

.verifyInput {
	border: 1px solid #e1e1e1;
	padding: 2px;
	width: 60px;
}

.buttonStl {
  padding: 2px;
  background-image: url(../images/button_bgrnd.gif);
  background-repeat: repeat-x;
  border: 1px solid #dedede;
  width: 85px;
  height: 20px;
  min-height: 20px;
  margin-left: 5px;
  text-align: center;
  font-weight: bold;
}

textarea {
	height: auto;
	min-height: inherit;
}

#wrapper {
	width: 708px;
	text-align: left;
	margin: 7px auto 0 auto;
}

#header {
	width: 708px;
	height: 11px;
}


#topMenu {
	float: right;
}



#content {
	padding: 0 12px 10px 12px;	
}

.blockHldr {
}

.leftBlock {
	float: left;
	width: 354px;
}


.rightBlock {
	float: left;
	width: 330px;
}

.blocksPadding {
	padding: 15px 10px 0 4px;
}

/* Additional blocks */

.rightImg {
	float: right;
	padding: 0 10px 0 5px;
}
.leftImg {
	float: left;
	padding: 0 5px 5px 0;
}

.leftTableHldr {
	border: 1px solid #ded6d6;
	padding: 10px;
}


.tableHeader {
	background-image: url(../images/table_green_top.gif);
	background-repeat: no-repeat;
	height: 26px;
	color: white;
	font-weight: bold;
}

.tableHeader table {
	padding-top: 6px;
}

.smallIndent {
	padding-left: 8px;
}

.tableHldr table tr td {
	padding: 4px;
	text-align: center;
}

.headerRow {
	color: white;
	font-weight: bold;
}

.checkBoxHldr {
	padding-top: 13px;
	padding-left: 10px;
	font-weight: bold;
}

.checkBoxHldr input {
	margin-bottom: 3px;
	margin-right: 4px;
}

.rightBulletList {
	font-weight: bold;
	padding-left: 20px;
}


/* Footer */

#footer {
	
}

.footerLeft {
	float: left;
	width: 28%;
	text-align: left;
}

.footerLeft img {
	padding-left: 12px;
	padding-bottom: 10px;
}

.footerRight {
	float: left;
	width: 72%;
	text-align: right;
}

.footerLeft p, .footerRight p {
	padding: 0px 24px 15px 0px;
}


.footerLeft p , .footerLeft p a, .footerLeft p a:visited, .footerLeft p a:active, .footerRight p, .footerRight p a, .footerRight p a:visited, .footerRight p a:active  {
	font-size: 11px;
	color: black;
	
}


.clearer {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.middleAlign {
	text-align: center;
}

.leftAlign {
	text-align: left;
}

.noSidePadd {
	padding-left: 0;
	padding-right: 0;
}

.smallPaddingTop {
	padding-top: 6px;
}

.smallPaddingBottom {
	padding-bottom: 6px;
}

.smallPadTopBottom {
	padding-top: 6px;
	padding-bottom: 6px;
}

.largerPaddingBottom {
	padding-bottom: 20px;
}

.redText {
	color: #ce0821;
}
