body {
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	line-height: 120%;
}

/********** ID  *************************************/

#skipnav {
  position: absolute;
  margin-top: -10000px;
  }
  
#skipnav a:focus, #skipnav a:active {
  margin-left: 0;
  }

#outerHeader {
	margin: 0 auto;
	background-image: url(../images/outerheaderbgspring.jpg);
	background-repeat: repeat-x;	
}

#header {	
	/*This does not control tab seating*/
	min-height: 143px;
	width: 900px;
	margin: 0 auto;
	/*background-image: url(../images/headerbg.jpg);*/
	background-image: url(../images/headerbgspring.jpg);
	background-repeat: no-repeat;
}

#outerContent {
	min-height: 300px;
	background-color: #FFF;
 }

#contentWrapper {
	font-size: 85%;
	font-family: 'Quicksand Book', Tahoma, Verdana, Arial, sans-serif;
	width: 900px;
	padding-top: 8px;
	margin: 0 auto;
	font-size: 80%;
	padding-bottom: 40px;
}

#content {
	width: 720px;
	margin: 0 auto 0 170px;
}

#content img {
	/*border: 1px solid #8FB0E3;*/
}

#leftcol {
	width: 150px;
	float: left;
	padding-top: 14px;
}

#outerFooter {
	clear: both;
	font-size: 85%;
	min-height: 40px;
	background-color: #264C98;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2750A0;
}

#footer {
	width: 900px;
	margin: 0 auto;
	font-size: 90%;
	min-height: 50px;
}

#footer p {
	/*font-family: /'Quicksand Book', Arial, sans-serif;*/
	font-family:Tahoma, verdana, sans-serif;
	/*float: left;*/
	color: #FFF;
}

/********** header navigation *********************/
#header {
	padding-top: 1px;
}

#header ul {
	margin: 114px 0 0 0;
	/*padding: 2px 0 0 0;*/
	padding: 3px 0 0 0;
	list-style-type: none;
	font-size: 75%;
	float: right;
}
  
#header li {
	float: left;
	/*This seats the tabs on the header image*/
	/*Dont increase these or the image sucks*/
	padding: 0px 2px 0px 3px;
	margin: 0 1px;
	background-image: url(../images/right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
  
#header a {
	float: left;
	display: block;
	/*This seats the tabs on the header image*/
	/*padding: 2px 12px 3px 16px;*/	
	padding: 2px 12px 6px 16px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	margin-right: 3px;
	background-image: url(../images/left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: 'Quicksand Bold', Arial, sans-serif;
}

#header li a:hover {
	background-color:#FFFFFF;
	color:#000000;
	background-image:url(../images/left_on.gif)
}
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {
	float: none;
}
/* End IE5-Mac hack */

#header a:hover, #header a:focus {
	color: #112E4E;    
}
  
#header #current {
	background-image: url(../images/right_on.gif);
}
  
#header #current a {
	background-image: url(../images/left_on.gif);
	color: #000;
	/*Don't decreatse this padding else image floats above and displays bg underneath*/
	padding-top: 5px;	
	padding-bottom:3px;
}

/********* Divs ************/
div.figure.right {
  float: right;
  width: 30%;
  border: thin silver solid;
  /*margin: 0.5em;
  padding: 0.5em;*/
  margin: 4px 0 2px 5px;
}

div.figure.right p {
  text-align: center;
  font-style: italic;
  font-size: 9px;
  text-indent: 0;
}

div.figure.left {
  float: left;
  width: 30%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure.left p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
/********* Side Navigation ********************/

#leftcol ul {
	list-style-type: none;
	padding: 0 0 265px 0;
	/*padding: 0 0 240px 0;*/
	/*padding: 0 0 230px 0;*/
	margin: 0;
	/*Use for fall:
	background-image: url(../images/tree.jpg);*/
	background-image: url(../images/bigspring.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	border: 1px solid #6E9FD9;
}

#leftcol li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4C8CC1;
}

#leftcol li a {
	text-decoration: none;
	display: block;
	color: #fff;
	/*background-color: #264C98;*/
	/*background-color: #2d4aa6;*/
	background-color: #2e469d;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}

#leftcol li a:hover, #leftcol li .youarehere {
	color: #264C98;
	background-color: #B0C4ED;
}
	
/************ For IE mac ********************/

 /*\*//*/
 #header {
	height: 143px;
}

 #outerContent {
	height: 300px;
}
/**/


/********** text elements ******************/

h1, h2, h3 {
	font-size: 150%;
	font-family: Tahoma,Verdana,"Georgia", sans-serif;
	letter-spacing: 0.1em;
	color: #264C98;
}

h2 {
	font-size: 140%;
	margin-top: 20px;
}

h3 {
	font-size: 130%;
	margin-bottom: 0;
}
/********** Generic classes **********************/

.right {
	float: right;
	margin: 4px 0 2px 5px;
}

.left {
	float: left;
	margin: 5px 8px 0 0;
}

.caption.right {
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#666666;
	caption-side:bottom;
	float:right;	
	}
	
.caption.left {
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#666666;
	caption-side:bottom;
	float:left;	
	}  
.clearit {
	font-size: 0;
	line-height: 0;
	clear: both;
}

.contentptitle{
	font-size: large;
	font-weight: bold;
}

.contentquestion{
	font-style: italic;
}

.tableborder {
	border-top:thin solid #666666;
	border-left: thin solid #666666;
	border-right: thin solid #666666;
	border-bottom: thin solid #666666;
	margin-top:20px;
	padding-top:20px;
	padding-right:20px;
	padding-bottom:25px;
	padding-left:20px;
}

.tablestandout {
	border-top: medium solid #FF0000; 
	border-left: medium solid #FF0000;
	border-right: medium solid #FF0000 ;
	border-bottom: medium solid #FF0000 ;
}

.tableblueborder {
	border-top: medium dotted #264C98; 
	border-left: medium dotted #264C98;
	border-right: medium dotted #264C98;
	border-bottom: medium dotted #264C98 ;
}


tr.noBorder td {border: 0; }

.approval {
	margin-top:5px;
	margin-right: 25px;
	margin-bottom:5px;
	margin-left:35px;	
} 
 
.projecttitle {
	font-size:11px;
	font-weight:bold;
} 

.required {
	color: #FF0000;
    font-weight:bold;
}
/*****  For ColdFusion 9, otherwise it doesn't recognize the tags *****/
 
em
{
	font-style: italic;
}
strong
{
	font-weight: bold;
}


/****** Window Pages ******/
#window {
	margin-left: 100px;
	line-height: normal;
	color:#333333;
}

#window h2 {
	font-weight: bold;
	text-decoration: none;
	line-height: normal;
}

#window h4 {
	font-weight: bold;
	line-height: normal;
	/*padding-bottom: 0px;*/
	padding:0px;
	color:#333333;
}
