/* ##### Common Styles ##### */
body {
	color: rgb(0, 0, 0);
	background-color: rgb(255,255,255);
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 71%; /* Enables font size scaling in MSIE */
	margin: 0;
	padding: 0;
}

html > body {
	font-size: 8.5pt;
}

acronym, .titletip {
	border-bottom: rgb(153, 153, 153) 1px dotted;
	cursor: help;
	margin: 0;
	padding: 0 0 0.4px 0;
}

 ul, ol, dl {
   color: inherit;
	background-color: transparent;
	background-image: none;
}
            

label {
 cursor: pointer;
} 

.doNotDisplay {
	display: none;
}

.smallcaps {
	font-size: 110%;
	font-variant: small-caps;
}

/* ##### Header ##### */
.superHeader {
	color: rgb(0, 0, 0);
	background-color: rgb(204, 216, 244);
	background-image: url(../images/top_gradient.jpg);
	background-position: top;
	background-repeat: repeat-x;
	vertical-align: top;
	text-align: right;
	padding: .5em 1ex;
}

.superHeader a {
	color: rgb(255, 255, 255);
	background-color: transparent;
	text-decoration: none;
}

.midHeader {
	color: rgb(163, 183, 234);
	background-color: rgb(0, 0, 0);
	background-image: url(../images/header_back.jpg);
	background-repeat: repeat-x;
	background-position: right;
}

.headerTitle {
	font: bold 250% "Lucida Sans", Arial, Helvetica, sans-serif;
	margin: 0 0 0 4mm;
	padding: 0.25ex 0;
}

.subHeader {
	color: rgb(255, 255, 255);
	background-color: rgb(0, 51, 153);
	margin: 0;
	padding: 1ex 1ex 1ex 1.5mm;
}
.superHeader .left {
  position: absolute;
  left: 1.5mm;
  top: 0.75ex;
}

.superHeader .right {
  position: absolute;
  right: 1.5mm;
  top: 0.75ex;
}
.subHeader a {
	color: rgb(255, 255, 255);
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
  
.superHeader .highlight, .subHeader .highlight {
	color: rgb(253, 160, 91);
	background-color: transparent;
}

/* ##### Side Bar ##### */
#side-bar {
	width: 15em;
	float: left;
	clear: left;
	border-right: rgb(153, 153, 153) 1px solid;
	background-color: rgb(240,240,240);
	color: inherit;
	
}

#side-bar div {
	border-bottom: rgb(153, 153, 153) 1px solid;
}

.sideBarTitle {
	font-weight: bold;
	margin: 0 0 0.5em 2.5mm;
	padding: 1em 0 0 0;
}

#side-bar ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0 0 1.1em 0;
}

#side-bar li {
	margin: 0;
	padding: 0.1ex 0; /* Circumvents a rendering bug (?) in MSIE 6.0 */
}

#side-bar a {
	color: rgb(0, 89, 179);
	background-color: transparent;
	border-top: rgb(240,240,240) 1px solid;
	border-left: rgb(215, 215, 215) 2mm solid;
	border-bottom: rgb(240,240,240) 1px solid;
	border-right: rgb(240,240,240) 1px solid;
	text-decoration: none;
	margin: 0;
	padding: 0.5em 1ex 0.5em 3mm;
	display: block;
}

.thispage {
	color: rgb(0, 0, 0);
	background:#fff url(../images/background_form_element.gif) repeat-x top left;
	padding: 0.5em 1ex 0.5em 3mm;
	border-top: rgb(200, 200, 200) 1px solid;
	border-left: rgb(0,0,0) 2mm solid;
	border-bottom: rgb(153, 153, 153) 1px solid;
	text-decoration: none;
	margin: 0;
	display: block;
	list-style: square;
}

#side-bar a:hover {
	color: rgb(255, 255, 255);
	background-color: rgb(204, 216, 244);
	background-image: url(../images/top_gradient.jpg);
	background-position: top;
	background-repeat: repeat-x;
	border-top: rgb(247, 249, 253) 1px solid;
	border-left: rgb(45, 90, 197) 2mm solid;
	border-bottom: rgb(45, 90, 197) 1px solid;
	border-right: rgb(45, 90, 197) 1px solid;
	text-decoration: none;
}

.sideBarText {
	line-height: 1.5em;
	margin: 0 0 1em 0;
	padding: 0 1.5ex 0 2.5mm;
	display: block;
	background-color: rgb(204, 216, 244);
	color: inherit;
	background-image: url(../images/top_gradient.jpg);
	background-position: top;
	background-repeat: repeat-x;
	border: 1px solid rgb(240,240,249);
}

#side-bar .sideBarText a {
	text-decoration: underline;
	border: none;
	background-image: none;
	margin: 0;
	padding: 0;
	display: inline;
}

#side-bar .sideBarText a:hover {
	color: rgb(0, 102, 204);
	background-color: transparent;
	border: none;
	background-image: none;
	text-decoration: none;
}

.sideBarText form {
	margin: 0;
	padding: 0;
}

.sideBarText fieldset {
	margin: 0 0 1em 0;
	padding: 0 1.5ex 0 2.5mm;
}

.sideBarText legend {
	font-weight: bold;
	color: rgb(255,255,255);
	background-color: transparent;
}

#side-bar input, select, checkbox {
	margin: 0;
	padding: 0;
}

.lighterbackground {
	color: inherit;
	background-color: rgb(255, 255, 255);
}

/* ##### Main Copy ##### */
#main-copy {
	color: rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
	line-height: 1.5em;
	margin: 0 0 0 15em;
	padding: 0.5mm 5mm 5mm 5mm;
	border-left: rgb(153, 153, 153) 1px solid;
}

#main-copy a {
	color: rgb(0, 102, 204);
	background-color: transparent;
	text-decoration: underline;
}

#main-copy h1 {
	color: rgb(0, 51, 153);
	background-color: transparent;
	font-size: 150%;
	font-family:"Lucida Sans", Arial, Helvetica, sans-serif;
	margin: 2em 0 1em 0;
	padding: 0.5ex 0 0.5ex 0;
}
#main-copy h2 {
	color: rgb(0,0,0);
	background-color: transparent;
	font-size: 115%;
	font-weight:bold;
	margin: 1em 0 0 0;
	padding: 0.5ex 0 0.5ex 0;
	border-bottom: 1px solid #ccc;
	border-top: 3px solid #000;
}
#main-copy h3 {
	color: rgb(0,0,0);
	background-color: transparent;
	font-size: 110%;
	font-family:"Lucida Sans", Arial, Helvetica, sans-serif;
	margin: 2em 0 0 0;
	padding: 0;
}
#main-copy td {
	vertical-align:top;
	padding: 0 1em 0 0;
}
#main-copy ul {
	margin:.5em 0 0 0;
	padding:0;
}
#main-copy ul li {
	list-style: none url(../images/bullet_arrow_blue.gif);
	margin:0 0 .25em 3em;
	padding:0;
}
#main-copy li li {
	list-style-type: square;
	list-style-image:none;
	list-style-position:inherit;
	margin:0 0 0 2em;
	padding:0;
}

.TopOfPage {
	color: inherit;
	background: rgb(240,240,240) url(../images/background_form_element.gif) repeat-x top;
	font-size: 91%;
	text-decoration: none;
	margin: 2.5ex 1ex 0 2em;
	padding: 0 1em;
	float:right;
}
.rightcol {
	width: 35%;
	background-color:transparent;
	color: inherit;
	background-image:none;
}
.twocolumn {
	width: 50%;
	background-color:transparent;
	color: inherit;
	background-image:none;
}

dt {
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0;
}

dd {
	margin: 0 0 2em 2em;
	padding: 0;
}

/* ##### Footer ##### */
#footer {
	color: rgb(255, 255, 255);
	background-color: rgb(204, 216, 244);
	background-image: url(../images/top_gradient.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-size: 91%;
	margin: 0;
	padding: 1em 2.5mm 2.5ex 2.5mm;
	clear: both;
}

#footer .left {
	line-height: 1.45em;
	float: left;
	clear: left;
}
#footer .left img {
	vertical-align: middle;
}

#footer .right {
	text-align: right;
	line-height: 1.45em;
}

#footer a {
	color: rgb(255, 255, 255);
	background-color: transparent;
	text-decoration: underline;
}

.superHeader a:hover, .subHeader a:hover {
	text-decoration: underline;
}

#main-copy p, dl {
	margin: .5em 1ex 1em 0;
	padding: 0;
}

#main-copy a:hover, #footer a:hover {
	text-decoration: none;
}

.imgleft {
  position:relative;
  float:left;
  margin:.4em 1em .4em 0;
  }
.imgright {
  position:relative;
  float:right;
  margin:.4em 0 .4em 1em;
  }
  img.block {
  display:block;
  margin:.5em 0;
  }
  a img, .noline, a.noline:link, a.noline:visited, a.noline:hover, a.thumb {
  border-width:0;
  border: 0;
  }
  .imgleft, .left, img.left {
  float:left;
  margin:4px 15px 4px 0;
  }
.imgright, .right, img.right {
  float:right;
  margin:4px 0 4px 15px;
  }
img.imgleft, img.imgright {
  padding:4px;
  
  }
img.imgborder {
	border:1px solid #ddc;
}
	
.submit {
background: #fefefe url(../images/background_form_element.gif) repeat-x;
border: 3px double;
border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
margin: 0 0 .5em 0;
}

.submit:hover,
.submit:focus {
border: 3px double;
border-color: #F3DAA9 #E7B659 #E19F22 #E7B659;
}
.important {
	color: #961B1E;
	background-color: transparent;
}
.textright {
	text-align:right;
}
.textcenter {
	text-align:center;
}
