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

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

body{
	font-family: Arial, sans-serif;
	color: #003366;
	margin: 0px;
	padding: 0px;
	background-color: #666666;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	letter-spacing: 0.1px;
	word-spacing: 0.1px;
}

a:link, a:visited, a:hover {
	color: #ECECD9;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

a:hover {
	color: #FF9900;
	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-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #F0F0E1;
	font-weight: bolder;
	font-variant: normal;
	word-spacing: 0.4em;
	letter-spacing: 0.2em;
	background-image: url(../kus.jpg);
	background-repeat: no-repeat;
	background-position: left;
	font-style: normal;
}

h2{
	font-size: 120%;
	color: #CCCCCC;
	font-weight: bolder;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	word-spacing: 0.2em;
	margin: 0px;
	padding: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

h3{
	font-size: 120%;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-variant: small-caps;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

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

h5{
	display: compact;
	margin: 0px;
	padding: 0px;
}

p{
	font-size: 80%;
	color: #CCCCCC;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
	

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

#masthead{
	margin: 0;
	width: 100%;
	background-color: #002142;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-bottom-width: 5px;
	border-bottom-style: ridge;
	border-bottom-color: #66CCFF;
}

#content{
	float: left;
	position: absolute;
	left: 0%;
	letter-spacing: 0.1px;
	word-spacing: 0.1px;
	display: block;
	margin: 0px;
	top: 50px;
	right: 0px;
	bottom: 0px;
	height: 94%;
	width: 100%;
	padding: 0px;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 36px;
}


/*************** #pageName styles **************/

#pageName{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	line-height: 1px;
	color: #CED7FF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


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

#globalNav{
	color: #cccccc;
	white-space: nowrap;
	font-size: small;
	font-weight: bolder;
	background-position: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 36px;
	display: block;
	margin: 0px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}



#search{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	position: absolute;
	top: 5px;
	right: 10px;
}
