/* CSS Document */
body{
	margin:0;
	padding:0;
	border:none;
	background:white center;
	font:small "Trebuchet MS", Verdana,arial,sans-serif !important;
	font /**/:x-small "Trebuchet MS", Verdana,arial,sans-serif;
	text-align:left;
	color:#666;
}
table.header{
	width:100%;
	border-collapse:collapse;
	padding:0;
	margin:0;
}
table.header tr, table.header td{
	padding:0;
	margin:0;
}
.footer{
	bottom:0;
	clear:both;
	width:100%;
	text-align:center;
	font-size:.9em;
	position: relative;  /* Needed for Safari */
	background-color: #e7e7e7;
	border-top:4px solid #692453;
}
div#leftCol{
	width:203px;
	border-left:1px solid #ccc;
	vertical-align:top;
	float:left;
	/*background-image: url(/Images/bar-orange.gif);
    background-repeat: repeat-y;*/
}
div#leftCol .subMenu{
	width:166px;/*166*/
	padding:0 10px;
	border-left:7px solid #FF9900;
	border-right:7px solid #FF9900;
	margin:0 2px !important;
	margin:0 1px;
}
div#leftCol .subMenu li{
	font-size:85%;
	margin:0;
	width:165px !important;
	width:150px;
}
div#rightCol{
	width:545px !important;
	width:545px;/*545*/
	border:1px solid #ccc;
	vertical-align:top;
	float:left;
	text-align:left;
	padding:10px 15px 0;
}
img{
	border:0;
}
img.mainImg {
	float:left;
	margin-bottom:8px;
}
a:link {
	text-decoration:underline;
	color:#0000FF;
}
a:hover{
	text-decoration:none;
}
/*a:visited{
	text-decoration:underline;
	color:#FF00FF;
}*/


.header{
  font-size:110%;
  font-weight:bold;
}
ul, ol{
	/*position:relative;
	top:-10px;*/
	margin:0;
}
/*ul li, ol li{
	position:relative;
	left:-38px !important;
	left:0px;
	list-style-position:inside;
	margin-right:0;
}*/
li {
	list-style-position: outside;
	margin-left:15px;
}
p {
	clear:both;
}
.bold{font-weight:bold}


/* text colors */
.attention {
	color:#cc6600;
}
.attention a:hover{
	color:#ff9900;
}
.attention a:visited, .attention a:active{
	color:#c586a9;
}
/*.gray{
	color:#666;
}*/
.dark{
	color:#333333;
	font-weight:bold;
}
.rust{
	color:#cc6600;
	font-weight:bold;
	font-size:120%;
}
.white{
	color:#fff;
	font-weight:bold;
}
.headColor{
	color:#663366;
}
.subHeadColor{
	color:#CC6600;
}
.subHeadColor2{
	color:#990066;
	clear:none;
}
.calloutRed{
	color:#FF0000;
	font-weight:bold;
	font-variant:small-caps;
}
.callout{
	color:#CC9966;
}
/* end text colors */

h1{
  font-size:170%;
  font-weight:bold;
  clear:both;
  padding-top:5px;
  margin:0 0 .2em;  
}
h2{
  font-size:150%;
  font-weight:bold;
  clear:both;
  color:#6f254e;
  margin:0 0 .2em;
}
h3{
  font-size:130%;
  font-weight:bold;
  clear:both;
  color:#000;
  margin:0 0 .5em;
}
h4{
  font-size:115%;
  font-weight:bold;
  clear:both;
  color:#000;
  margin:0 0 .1em;
}
.req{
	padding-right:.5em;
	color:#FF0000;
}
.reqMsg{
	font-size:95%;
	font-weight:bolder;
}
.sError{
	color:#FF0000;
	padding-left:3px;
	font-weight:bold;
}
div.row {
  clear:both;
  padding-top:5px;
}
div.main {
	width:760px;
	text-align:left;
}

/*div.footer {
	margin-bottom:2em;
	position:relative;
	top:0px !important;
	top:-8px;
	font-size:85%;
}*/
div#user{
	padding-right:10px;
	font-weight:normal;
	vertical-align:text-bottom;
}
div#user a{
	color:#cc6600;
	font-weight:normal;
}
div#user a:hover{
	color:#6f254e;
}
div.gray a:link {
	text-decoration:underline;
	color:#666;
}
div.gray a:hover{
	text-decoration:none;
}
div.gray a:visited{
	text-decoration:underline;
	color:#666;
}
.notInput{
  width:auto;
  text-align:left;
  margin: 2px 7px;
}
/*Forms*/
span.isLabel {
  float:left;
  width:160px;
  text-align:right;
}
span.isLabelL {
  float:left;
  width:140px;
  text-align:left;
  font-weight:bold;
}
input, textarea {
  float:left;
  width:auto;
  /*text-align:left;*/
  margin-left:10px;
  margin-right:10px;
  border:1px solid;
  border-color:#CCCCCC;
  background:#f7f7f7;
  padding-bottom:0;
}
input:focus, textarea:focus{
  border-color:#663300 #FFCC66 #FFCC99 #996600;
  background:#fff;
}
option, .option {
	float:none;
	clear:none;
	border:none;
	background:none;	
	margin:0 5px;/**/
}
.chkBox{
	margin-left:15px;
	padding:0;
	border:0;
	background:none
}
img.hand{
	cursor:pointer;
}
a.shhLink {
	text-decoration:none;
	color:#999;
	font-style:italic;
	font-weight:normal;
}
a.boxbtn {
	margin:2em;
	padding:.2em .5em;
	border:1px solid #666;
	background-color:#e5e5e5;
	text-decoration:none;
}