/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #222;
	line-height: 1.166;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	background-color: #edeff3;
	
	/*orange=#FF850B; ... #b7c0d2; warm slate grey */
}

a:link, a:visited {
	color: #039;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #FF850B;
	font-weight: bold;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 150%;
 color: #039;
 padding-top: 15px;
 font-weight: bold;
 text-align: center;
}

h2{
 font-size: 114%;
 color: #03c;
 font-style: italic;
}

h3{
 font-size: 100%;
 color: #03f;
}

h4 h5{
 font-size: 100%;
 font-weight: normal;
 color: #036;
}

ul{
 list-style-type: square;
}

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

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

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				
.required {
	color: red; 
}

td.app { 
	/*border: 1px solid #039; */ 
	/*text-align: center; */
	/*padding: 2px; */
	/*margin: 5px; */
	line-height: 1em;}
	
table.app { margin-left: auto;
margin-right: auto; }


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

#allcontent{
 	width: 778px;
	/* 778 --- header logo 707px*/
 	margin-left: auto;
	margin-right: auto;
	padding: 0;
	margin-top: 0;
/* 	!background-color: #039; */
	border: 1px solid #039;
	background-color: white;
	/* light orange=#FFAA55; ... #edeff3; light slate grey */  
}

#header{
	text-align: center;
	background-color: #edeff3;  /*#b7c0d2; warm slate grey */
	margin-top: 10px;
	/*background-image: url(/images/top_curve.gif); 
	background-repeat: no-repeat;
	background-position: bottom center;
	color: white;
	font-weight: bold;*/
}

#navigation{
	float: left;
	width: 200px;
	color: #039;
/*	!color: #000;
	!background-color: #fff;  */
	font-weight: bold;
	line-height: 1em;
	margin-top: 2em;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 0;
/*	background-image: url(/images/full_nav.gif); 
	background-repeat: no-repeat;
	background-position: top center;*/

/*	border-left: thin solid #039; */
}

#main{
	margin: 0px auto 0px 235px; 
/*	!border-right: thin solid #039;
	!background-color: white; */
	padding: 5px 25px 5px 5px;
/*	border-left: thin solid #039;
	border-right: thin solid #039;
	border-top: thin solid #fff;
	border-bottom: thin solid #fff;  */
}

#footer {
 	clear: both;
/* 	!background-image: url(/images/bottom_curve.gif);
	!background-repeat: no-repeat;
	!background-position: top center;  */
	color: white;
	text-align: center;
	font-style: italic;
	font-size: small;
	height: 20px;
	background-color: #039;
}

#trailer {
	text-align: center;
	background-color: #edeff3;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

/*********** #navigation styles ***********/

#navigation ul {
	list-style: none;
	margin: 0px;
	padding-left: 15px;
	background-color: #edeff3;
	border-left: 1px solid #039;
	border-right: 1px solid #039;
	border-top: 1px solid #edeff3;
	border-bottom: 1px solid #edeff3;
}

#navigation li {
	margin-top: 3px;
	margin-bottom: 3px;
	/*color: white; */
	line-height: 1.4em;
	list-style-type:disk;
} 
	
#navigation ul ul { margin-left: 1em;
					border: none; 
					font-size: .9em;}

a.act { color: #FF850B; }

#navigation p.topnav { height: 17px;
padding: 3px 0px 0px 15px;
margin: 0;
background-image: url("/images/topbutton.gif"); }

#navigation p.botnav { height: 17px;
padding: 0px 0px 3px 15px;
margin: 0;
background-image: url("/images/endbutton.gif"); }

#navigation p.button { height: 26px;
padding: 7px 0px 3px 15px;
margin: 0;
background-image: url("/images/topendnav.gif");
background-repeat:no-repeat; }
	
/* background-repeat: no-repeat;
	background-position: top center; */

/*#navigation #currentpage a {
	background: #edeff3;
	color: #333;
	}*/

#navigation ul a:link, #navigation ul a:visited {display: block;}
