body {
	font-family: Arial, sans-serif;
	color: #000099;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	text-align: justify;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #993300;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
	font: bold 120% Arial,sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

h2{
 	font: bold 114% Arial,sans-serif;
	color: #000000;
 	margin: 0px;
 	padding: 0px;
}

h3{
 	font: bold 100% Arial,sans-serif;
 	color: #000000;
 	margin: 0px;
 	padding: 0px;
}

h4{
 	font: 100% Arial,sans-serif;
 	color: #000000;
 	margin: 0px;
 	padding: 0px;
}

h5{
 	font: 100% Arial,sans-serif;
 	color: #000000;
 	margin: 0px;
 	padding: 0px;
}

h6 {
	font: 80% Arial,sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

/*************** list tag styles ***************/

ul{
 	list-style-type: square;
}

ul ul{
 	list-style-type: disc;
}

ul ul ul{
 	list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pagecell1{
	position:absolute;
	top: 114px;
	left: 14px;
	width: 95.6%;
	background-color: #FFFFDF;
}

#tl {
	position:absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}


#masthead{
	position: absolute;
	top: 4px;
	left: 14px;
	right: 2%;
	width: 94%;
}

#content{
	padding: 10px;
	float: left;
	clear: both;
	margin:0px 80px 0px 0px;
}

/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image:  url(/glbnav_background.gif);
	margin-top: 10px;
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 37px;
	left:33px;
}

#gnr {
	position: absolute;
	top: -1px;
	right:0px;
	left: 583px;
}

#globalLink{
	position: absolute;
	top: 4px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 17px;
	z-index: 100;
	width: 580px;
}

a.glink, a.glink:visited{
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #666666;
	background-image: url(images/glbnav_background.gif);
}

a.glink:hover{
  	font-size: 13px;
  	color: #000000;
  	background-image:   url(images/glblnav_selected.gif);
	text-decoration: none;
}

a.flink, a.flink:visited{
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #666666;
	background-image: url(images/glblnav_selected.gif);
}

a.flink:hover{
  	font-size: 13px;
  	color: #FFFFFF;
  	background-image:   url(images/glbnav_background.gif);
	text-decoration: none;
}

.skipLinks {display: none;}

/************** feature styles *****************/

.feature{
	padding: 10px 0px 20px 10px;
	font-size: 100%;
	min-height: 200px;
	text-align: justify;
}

html>body .feature {
	height: auto;
	width: 98%;
}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 10px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	font-size: small;
	color: #999999;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	border-top-color: #996633;
	border-top-style: solid;
	border-top-width: 1px;
}

/*************** story styles ******************/

.story{
	padding: 15px 0px 15px 10px;
	clear: both;
	font-size: 90%;
	min-height: 200px;
	text-align: justify;
}
html>body .story {height: auto;}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
	color: #000099;
}

.story a.capsule{
	font: bold 1em Arial, sans-serif;
	color: #CC6633;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}

.story img {
	float: left;
	padding: 10px 10px 10px 10px;
	clear: none;
	border: 0;
	margin: 10px 10px 10px 10px;
}

#pageNav img {
	background-color: #FFFFCC;
	border-right: 1px solid #;
	font: Verdana,sans-serif;
	text-align: right;
	font-size: 90%;
	top: auto;
	border: 3px solid #996633;
}

/*************** portfolio styles ******************/

.portfolio{
	padding: 15px 0px 15px 10px;
	clear: both;
	font-size: 90%;
	background-position: center;
	text-align: justify;
}

.portfolio td{
	padding: 15px;
	text-align: justify;
}

.portfolio img {
	float: left;
	padding: 5px;
	clear: none;
	border: 0;
	margin: 0px;
	height: auto;
	max-width:387px;
}
