/* Default CSS Stylesheet for a new Web Application project */



body {
	background: #808080;
	font-family: Microsoft Sans Serif, Tahoma,  Arial, Helvetica,  ;
}
h1	{	
	padding-top:10px;
	font-family:Tahoma;
	font-size: 14pt;
	font-weight:bold;
	text-align:center;
	color: #660000;
	font-style:normal;
	text-decoration:	none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform:	none;
	}			
h2	{
	font-family:Tahoma;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	color: white;
	font-style:normal;
	font-weight:bold;
	letter-spacing: normal;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 0px;
	text-align:left;
	padding-bottom:0px;
	margin-bottom:0px;
	}	
h3 {
	font-family:Tahoma;
	font-size: 9pt;
	word-spacing: normal;
	text-transform: none;
	color: #660000;
	font-style:normal;
	font-weight:bold;
	letter-spacing: normal;
	text-decoration: none;
	padding-left: 50px;
	padding-right: 50px;
	text-align:left;
	margin-bottom:0px;
}	
h4 {
	font-family:Tahoma;
	font-size: 9pt;
	word-spacing: normal;
	text-transform: none;
	color: #660000;
	font-style:normal;
	font-weight:bold;
	letter-spacing: normal;
	text-decoration: underline;
	padding-left: 50px;
	padding-right: 50px;
	text-align:left;
	margin-bottom:0px;
}		
h5, dt	{	
	font-size: x-small;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}		
h6	{	
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
tfoot, thead	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}
	
.bold {
	font-weight:bold
	}
.bold-italic {
	font-weight:bold; font-style:italic
	}
ul {
	font-weight: normal;
	font-size: 9pt;
	color: Black;
	text-align:left;
	padding-left: 50px;
	padding-right: 50px;
	list-style-type:disc;
	margin-bottom: 0px;
	margin-top:0px;
}
ul ul {
	font-weight: normal;
	font-size: 9pt;
	color: Black;
	text-align:left;
	padding-left: 0px;
	padding-right: 50px;
	list-style-type:square;
	margin-bottom: 0px;
	margin-top:0px;
}
.text9pt
{
	font-weight: normal;
	font-size: 9pt;
	color: #333333;
	padding-left: 50px;
	padding-right: 50px;
	text-align:left;
	line-height:140%;
}
.text9pt-center
{
	font-weight: normal;
	font-size: 9pt;
	color: Black;
	padding-left: 225px;
	line-height:140%;
}
.text9pt-ul
{
	font-weight: normal;
	font-size: 9pt;
	color: Black;
	padding-left: 50px;
	padding-right: 50px;
	text-align:left;
	line-height:140%;
	text-decoration:underline;
}
.text9pt-italic-bold
{
	font-size: 9pt;
	font-weight: bold;
	font-style:italic;
	color: Black;
	padding-left: 75px;
	padding-right: 75px;
	text-align:left;
}
.text8pt
{
	font-weight: normal;
	font-size: 8pt;
	color: Black;
	padding-left: 50px;
	padding-right: 50px;
	text-align:left;
}
.text8pt-italic-bold
{
	font-weight: bold;
	font-style:italic;
	font-size: 8pt;
	color: Black;
	padding-left: 50px;
	padding-right: 50px;
	text-align:left;
}

/*********************/
/* MAIN NAV */
/*********************/

#nav {
	margin-bottom: 0px;
	position: absolute;
	top: 75px;
	left: 5px;
}

#nav li {
	list-style-type: none;
	padding: 0px;
	margin: 0;
	float: left;
}

#nav a {
	display: block;
	font-size: 11px;
	color: #D6ECAE;
	text-decoration: none;
	background-color: #294E56;
	padding: 2px 2px 2px 3px;
	width: 8em;
	margin-left: 2px;
	border-right: 1px solid #73AFB7;
	border-bottom: 1px solid #73AFB7;
	font-weight: bold;
	margin-bottom: 2px;
}

#nav a:hover {
	background: #73AFB7;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
}

/*highlight "you are here" buttons*/
#home #nav a#homeLink,
#feature #nav a#featureLink {
	background: #73AFB7;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
}

/*********************/
/* SIDEBAR */
/*********************/
.sidebar-list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 8pt;
}
.sidebar-list {
	display: inline;
}
.sidebar-list .title {
	font-weight: normal;
	display: block;
	color: white;
}
.sidebar-list a 
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	padding: 5px;
	color: white;
	line-height: 110%;
	background: transparant;
}
.sidebar-list a:visited {font-weight:normal; color:white; text-decoration: none;}  /* visited link */
.sidebar-list a:hover {font-weight:normal; color:white; text-decoration: underline;}   /* mouse over link */
.sidebar-list a:active {font-weight:normal; color:white; text-decoration: none;}   /* selected link */
 
/* hack for IE 6 < to make entire block clickable */
* html .sidebar-list a {
	height: 1px; 
}
/****************************/
/* footer
/***************************/
a:link {color: #660000; font-weight:normal; text-decoration: none;}     /* unvisited link */
a:visited {color: #660000; font-weight:normal; text-decoration: none;}  /* visited link */
a:hover {color: #660000; font-weight:normal; text-decoration: underline;}   /* mouse over link */
a:active {color: #660000; font-weight:normal; text-decoration: underline;}   /* selected link */
 

