/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-attachment : fixed;
	background-repeat : no-repeat;
	background-image : url(../images/ano.gif);
	background-position : bottom left;
}

#banner {
	background-attachment : fixed;
	background-repeat : no-repeat;
	background-image : url(../images/banner.jpg);
	background-position : top right;
	height: 130px;
}

a:link, a:visited, a:hover {
	color: #600;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2 {
	font-family: "Times New Roman", Times, serif;
}

h1{
 font-size: 14px;
 color: #666;
 margin: 0 0 7px 0;
 padding: 0px;
}

h2{
 font-size: 24px;
 color: #600;
 margin: 0px;
 padding: 0px;
font-weight: normal;
font-style: italic;
}

h3 {
	font-size: 13px;
	color: #000;
	margin: 20px 0 -10px 0;
	padding: 0px;
	font-weight: bolder;
}

hr {
	width: 80%;
	color: #600;
	text-align: center;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#content{
	margin: 10px 0 0 250px;
	padding: 10px;
	width: auto;
	background-attachment : scroll;
	background-repeat : no-repeat;
	background-image : url(../images/bg.gif);
	background-position : bottom;
}

#content img.r{
	float: right;
	padding: 0;
	margin: 0 0 10px 10px;
}

#copyRight{
	clear: both;
	border-top: 1px solid #333;
	font-size: 11px;
	font-style: italic;
	color: #333;
	padding: 10px 10px 10px 10px;
	margin: -1px 0 0 250px;
	text-align: right;
}

#copyRight p{
	text-align:justify;
	font-style: normal;
}

/************* #globalNav styles **************/

#globalNav{
	color: #600;
	font-weight: bold;
	top: 130px;
	padding: 7px 7px 2px 0;
	height: 20px;
	margin: 0 0 0 250px;
	white-space: nowrap;
	text-align: right;
	border-top: 1px solid #600;
}

#globalNav img{
 	display: block;
}

#globalNav a {
	color: #600;
	font-weight:bold;
	padding: 0px 5px; 
}

.emph {
	font-weight: bold;
}