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

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

body{
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	line-height: 14pt;
	margin: 0px;
	padding: 0px;
	background-color: #000066;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #00FFFF;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #00FF99;
	text-decoration: underline;
}

h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 20pt;
	color: #FFFF99;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}

h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	color: #FFFF99;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 20pt;
}

h3{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #FFFF99;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #FFFF99;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #FFFF99;
 margin: 0px;
 padding: 0px;
}

h6 {
	line-height: normal;
	text-decoration: none;
}


ol {
	line-height: 14pt;
	padding-left: 0px;
	margin-left: 0in;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: -35px;
}

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

#masthead{
	padding: 0.25in 0px 0.25in 1.95in;
	border-bottom: 1px solid #00FFFF;
	width: 100%;
}

#navBar{
	width: 1.75in;
	margin: 0px;
	padding: 5px 0px 5px 10px;
	border-right: 1px double #00FFFF;
	border-bottom: 1px double #00FFFF;
	position: absolute;
	left: 2px;
	top: 155px;
}

#column2{
	padding: 10px 0px 20px 10px;
	position: absolute;
	width: 70%;
	left: 181px;
	top: 155px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


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

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

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

#siteInfo{
	width: 100%;
	border: 1px solid #00FFFF;
	font-size: 75%;
	color: #cccccc;
	padding: 10px;
	position: absolute;
	left: 5px;
	top: 3000px;
	visibility: hidden;	
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

.quotation {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 10pt;
}
.photocaption {
	font-size: 8pt;
	line-height: normal;
}
.navbarlinks {
	font-size: 8pt;
	line-height: 10pt;
}
