html {
   margin: 0;
	padding: 0;
	background: #fff;
	background:transparent url(../images/pageBgSmallSteelBlue.png) repeat-x;
	background: #eff3f8;
	background:transparent url(../images/pageBgLong.png) repeat-x;
}

body {
	margin: 0 auto;
	padding: 0;
	font-size: small;
}

h2, h3 {
	margin-top: 0;
}

form {
	position: relative;
	margin: 0;
	padding: 0;
}

.txt {
	float: left;
	width: 120px;
	height: 14px;
	margin-right: 1em;
	border: 1px inset #ccc;
}

.button {
	margin: 0;
	float: right;
}

p {
	font: 80%/1.8 Verdana, "Lucida Grande", Arial, SunSans-Regular, sans-serif;
	margin-top: 0;
}

#page_shadow {
	background:transparent url(../images/page_shadow.png) repeat-y scroll 0%;
	margin: 0 auto;
	padding: 0;
	width:916px;
}

#wrapper {
	width:901px;
	margin: 0 auto;
	min-width: 600px;
	background: url(../images/side1BgLightGreyGradient.png) repeat-y 0 0; 
	/*
	background: #eee;
	*/
}

#outer {
	border-left: 150px solid #dfe8f2;
}

#inner {
	margin: 0;
	width: 100%;
}

#outer > #inner {
	border-bottom: 0px solid transparent;
}

#header {
	height: 98px;
	color: #fff;
	background: transparent;
	background: url(../images/headerBg3.png);
	background-repeat: repeat-x;
	margin: 0;
}

#header a {
	font: 1em Verdana, "Lucida Grande", Georgia, "Times New Roman", Times, serif;
   text-decoration: none;
	color: #ccc;
}

#header a:hover {
	font: 1em Verdana, "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	background: transparent;
	color: #ffb600;
}

#header .logo {
	font: 80%/2.8 Verdana, "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	float: left;
	background: transparent;
	padding: 6.5em 0 0 2em;
	height: 25px;
}

#header .adline {
	font: 80%/2.8 Verdana, "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	float: right;
	text-align: right;
	padding: 6.5em 3em 0 0;
	width: 70%;
	height: 25px;
}

#header h1 {
	height: 15px;
	font: 120% "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin: 0;
	padding: 0 1em;
}

#side1 {
	width: 150px;
	margin-left: -150px;
	float: left;
	position: relative;
	z-index: 10;
	padding: 1.5em 0 0 0;
}

#side1 h3 {
	width: 140px;
	font: 120% "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	color: #08366f;
	background-color: transparent;
	margin: 1em 0;
	padding-bottom: 4px;
}

#side1 .txt {
	width: 130px;
	background-color: #fff;
	border: 1px inset #444;
	margin-bottom: 15px;
}

#side1 ul {
	width: 120px;
	list-style: none;
	margin: 0;
	padding-left: 1.4em;
}

#side1 li {
	font: 100%/1.2 Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 0.1em;
	border-bottom: 0px dotted #444;
	color: #000;
}

#side1 li a:link, #side1 a:visited {
	font: 90%/1.2 Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #999;
	background-color: transparent;
}

#side1 li a:hover {
	background: transparent;
	color: #000;
	text-decoration: none;
}

#side1 li a:active {
	color: #000;
}

#side2 {
	width: 263px;
	margin-right: -263px;
	float: left;
	position: relative;
	z-index: 11;
	background-color: #fff;
	border-right: 1px solid #ddd;
}

#side2 a {
   text-decoration: none;
	color: #336699;
}

#side2 a:hover {
	background: transparent;
	text-decoration: underline;
	color: #336699;
}

#side2 h3 {
	font: 110% "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	color: #621313;
	color: #08366f;
	background-color: transparent;
	margin-bottom: 0;
	padding-bottom: 4px;
	padding-left: 0.5em;
}

#side2 p {
	padding-left: 10px;
}

.box {
	font: 100% Verdana, "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	position: relative;
	padding: 0;
	margin: 0;
	height: 130px;
	width: 170px;
}

.adbox {
	font: 85%/1.6 Verdana, "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	padding: 4px 6px 4px 8px;
	margin: 1em 1.5em 1.5em 1.0em;
   border-right: 1px solid #ddd;
   border-bottom: 2px solid #b1b1b1;
	background-color: #fff;
}

.adbox1 {
	font: 85%/1.6 Verdana, "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	padding: 1em;
	margin: 2.2em 1.5em 1em 1em;
   border-right: 1px solid #ddd;
   border-bottom: 2px solid #b1b1b1;
	background: #dfe8f2;
	height: 200px;
}

.adbox2 {
	font: 85%/1.8 Verdana, "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	padding: 1em;
	margin: 2em 1.5em 1.5em 1em;
   border: 1px solid #ddd;
	background-color: transparent;
}

#content {
	margin: 0;
	float: left;
	width: 750px;
	position: relative;
	z-index: 12;
	background-color: #fff;
}

#content .txt {
	float: left;
	width: 120px;
	height: 14px;
	margin-right: 1em;
	border: 1px inset #444;
}

#content a {
   text-decoration: none;
	color: #026ba5;
}

#content a:hover {
	background: transparent;
	text-decoration: underline;
	color: #026ba5;
	cursor: pointer;
	cursor: hand;
}

#content h2 {
	font: 130% Verdana, "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin: 1em 3em 1em 2.6em;
	border-bottom: 1px solid #b1b1b1;
	height: 30px;
}

#content h3 {
	font: 110%/1.4 Verdana, "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	color: #026ba5;
	margin: 1em 3.2em 0.5em 3.1em;
	clear: both;
}

#content .textTitle {
	font: 85%/1.4 Verdana, "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	margin: 2em 3.6em 2em 4.0em;
	clear: both;
	color: #666;
}

#content p {
	font: 85%/1.5 Verdana, "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	margin: 0 3.6em 2em 4.0em;
	clear: both;
	color: #333;
}

#content dl {
   font: 87%/1.6 Verdana, "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	float: left;
	margin: 1em 2em;
	padding: 0;
	display: inline;     /* fixes IE/Win double margin bug */
}

#content dt {
	float: right;
	width: 162px;
	margin: 0;
	padding: 0;
}

#content dd {
	padding: 0;
	margin: 0;
}

#content dl dd.img {
	margin: 0;
}

#content dd.img img {
	float: left;
	margin: 0 8px 0 0;
	padding: 1em;
	border: 1px solid #ddd;
	border-bottom: 2px solid #b1b1b1;
	background: #fff;
	width: 250px;
}

	/* reverse float */

#content .alt dt {
	float: left;
}

#content .alt dd {
	margin: 0;
}

#content .alt dd.img img {
	float: right;
	margin: 0 0 0 8px;
}

#footer {
	background: transparent;
	background: url(../images/footerBg3.png);
	background-repeat: repeat-x;
	position: relative;
	height: 53px;
	z-index: 13;
	color: #fff;
	clear: both;
	text-align: center;
}

#footer a {
   text-decoration: none;
	color: #bbb;
}

#footer a:hover {
	background: transparent;
	text-decoration: underline;
	color: #fff;
}

#footer p {
	font: 80% Verdana, "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	padding: 0.3em 0 0 1em;
	clear: both;
}

.clear {
	clear: both;
}

.content {
	padding: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 10px 0 10px;
	width: 976px;
	height: 750px;
	background-color: #fff;
	background-repeat: repeat;
	border-bottom:solid 1px #d6d6d6;
	overflow: hidden;
}

.contentBox {
	position: relative;
	float: left;
	width: 160px;
	background: url(../images/contentBoxBgDarkGreyRev.png);
	background-repeat: repeat-x;
	margin: 8px 8px 8px 8px;
	padding:0px 0px 0px 0px;
	border:solid 0px #c2c2c2;
	border-bottom:solid 0px #666666;
}

.contentBoxLined {
	position: relative;
	float: left;
	width: 160px;
	margin: 0;
	padding: 0;
}

.contentBoxLined120 {
	position: relative;
	float: left;
	width: 120px;
	margin: 0;
	padding: 0;
}

.contentBoxLined780 {
	position: relative;
	float: left;
	width: 780px;
	margin: 0;
	padding: 0;
}

.contentBoxLinedTop {
	margin-top: 20px;
	width: 160px;
	height: 6px;
	background: url(../images/contentBoxLinedTop.png);
	background-repeat: no-repeat;
}

.contentBoxLinedBg {
	width: 160px;
	background: url(../images/contentBoxLinedBg.png);
}

.contentBoxLinedBg120 {
	width: 120px;
	background: url(../images/contentBoxLinedBg120.png);
}

.contentBoxLinedBg780 {
	width: 780px;
	background: url(../images/contentBoxLinedBg780.png);
}

.boxContents {
   font-family: "Lucida Grande", Helvetica, Tahoma, sans-serif;
	font-size: 0.95em;
	margin-bottom: 4px;
	padding: 0;
   border-bottom: 1px solid #ededed;
}

.contentBoxLinedBottom {
	width: 160px;
	height: 5px;
	background: url(../images/contentBoxLinedBottom.png);
	background-repeat: no-repeat;
}

.contentBoxLinedBottom120 {
	width: 120px;
	height: 5px;
	background: url(../images/contentBoxLinedBottom120.png);
	background-repeat: no-repeat;
}

.contentBoxLinedBottom780 {
	width: 780px;
	height: 6px;
	background: url(../images/contentBoxLinedBottom780px.png);
	background-repeat: no-repeat;
}

.blt {
   width: 100%;
	background: url(../images/bottom_left_corner_small.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
	float: left;
}

.brt {
	width: 100%;
	background: url(../images/bottom_right_corner_small.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	float: right;
}

.tlt {
	width: 100%;
	background: url(../images/top_left_corner_small.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}

.trt {
	width: 100%;
	background: url(../images/top_right_corner_small.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	float: right;
}

.bll {
   width: 100%;
	background: url(../images/bottom_left_corner.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
	float: left;
}

.brl {
	width: 100%;
	background: url(../images/bottom_right_corner.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	float: right;
}

.tll {
	width: 100%;
	background: url(../images/top_left_corner.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}

.trl {
	width: 100%;
	background: url(../images/top_right_corner.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	float: right;
}

.blTitleCurve {
   position: relative;
	width: 100%;
	background: url(../images/bottom_left_corner_small.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
	float: left;
}

.brTitleCurve {
	position: relative;
	width: 100%;
	background: url(../images/bottom_right_corner_small.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	float: right;
}

.tlTitleCurve {
	position: relative;
	width: 100%;
	background: url(../images/top_left_corner_small.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}

.trTitleCurve {
	position: relative;
	width: 100%;
	background: url(../images/top_right_corner_small.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	float: right;
}

table {
	font-size:1.0em;
}

select {
	font-size: 1.0em;
	font-weight: normal;
}

select > option {
	font-size: 1.0em;
	font-weight: normal;
}

.line {
	position: relative;
	margin: 0 0 0.8em 3.2em;
	width: 88%;
	float: left;
	clear: both;
	border-top: 1px solid #bcbcbc;
}

a {
	font: 1em Verdana, "Lucida Grande", Helvetica, Arial, SunSans-Regular, sans-serif;
   text-decoration: none;
	color: #666;
}

a:hover {
	font: 1em Verdana, "Lucida Grande", Helvetica, Arial, SunSans-Regular, sans-serif;
	text-decoration: none;
	background: transparent;
	color: #666;
}

#mainMenu {
   background: url(../images/navigationBarBlack.png);
	background-repeat: repeat-x;
	position: relative;
	font: 85% Verdana, "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	height: 23px;
	margin: 0;
	float: right;
	width: 100%;
}

#mainMenu ul {
	padding: 0;
}

#mainMenu li {
	float: left;
	margin: -0.8em 0 0 0;
	padding: 0;
	width: 148px;
	display: block;
	text-align: center;
	color: #ffb600;
}

#mainMenu li a.link, li a.visited {
	background-color: transparent;
	text-decoration: none;
	color: #ffb600;
}

#mainMenu li a.hover {
	background-color: transparent;
	text-decoration: none;
	color: #ffb600;
}

.listBox {
	position: relative;
	font: 1em/1.4 Verdana, "Lucida Grande", Verdana, Arial, SunSans-Regular, sans-serif;
   position: relative;
	margin: 2em 0 2em 4.7em;
	clear: both;
}

.listBox ul {
	margin: 0;
	padding: 0;
}

.listBox li {
	float: left;
	list-style: none;
	padding: 0;
	width: 330px;
	height: 260px;
}

.leftHalfColumn {
	font: 90%/1.4 Verdana, "Lucida Grande", Arial, SunSans-Regular, sans-serif;
   position: relative;
	float: left;
	clear: left;
	margin-left: 10px;
	margin-top: 2px;
	text-align: justify;
	width: 56.5%;
}

.rightHalfColumn {
	font: 90%/1.4 Verdana, "Lucida Grande", Arial, SunSans-Regular, sans-serif;
	position: relative;
	float: left;
	margin-left: 10px;
	margin-top: 2px;
	text-align: justify;
	width: 46%;
}

.labelColumnAlignRight {
	font: 90%/1.4 Verdana, "Lucida Grande", Arial, SunSans-Regular, sans-serif;
	position: relative;
	float: left;
	clear: left;
	margin: 7px 8px 0px 20px;
	width: 30%;
	text-align: right;
	color: #333;
}

.labelColumn {
	font: 90%/1.4 Verdana, "Lucida Grande", Arial, SunSans-Regular, sans-serif;
	position: relative;
	float: left;
	clear: left;
	margin: 7px 8px 0 2em;
	width: 65%;
	text-align: left;
	color: #333;
}

.labelColumnForPopUp {
	font: 90%/1.4 Verdana, "Lucida Grande", Arial, SunSans-Regular, sans-serif;
   position: relative;
	float: left;
	clear: left;
	margin: 7px 8px 0 25px;
	width: 100px;
	text-align: right;
	color: #7c7c7c;
}

.dataColumn {
	font: 90%/1.4 Verdana, "Lucida Grande", Arial, SunSans-Regular, sans-serif;
	position: relative;
	float: left;
	clear: right;
	color: #339900;
	margin: 5px 2em 0 0;
	width: auto;
	text-align: left;
}

