/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: 12px 10px;
	background-image: url(graphic/notfoundick00.gif);
}

a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: 120%;
}

h2{
	font-size: 114%;
	padding-bottom: 5px;
	padding-top: 5px;
}

h3{
 font-size: 100%;
}

h4{
 font-size: 100%;
 font-weight: normal;
}

h5{
 font-size: 100%;
 color: #000000;
}

ul{
	list-style-type: square;
	margin-right: 70%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial, sans-serif;
 color: #000000;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 72px 0px 5px 5px;
	width: 100%;
}

#navBar{
	padding: 0px;
	border-right: none #ccc;
	border-bottom: none #ccc;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 60%;
}

#content{
	float:right;
	width: 100%;
	margin: 0;
	padding-top: 0;
	padding-right: 3%;
	padding-bottom: 0;
	padding-left: 10px;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 5px 0px 5px 15px;
}

#siteInfo{
	clear: none;
	font-size: 100%;
	color: #000000;
	margin-top: 10px;
	border-top: 1px solid #000000;
	border-right: 1px none #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px none #000000;
	padding-top: 10px;
	float: none;
	height: auto;
	width: 100%;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-decoration: none;
}
/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 3px 10px;
	margin-bottom: 5px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #000000;
	padding: 0px 0px 0px 15px;
	white-space: nowrap;
	font-family: "lr SVbN", "Osaka|";
	font-size: 14px;
	font-weight: bold;
}
