/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

*{
	margin:0;
	padding:0;
	outline:none;
	border:none;
}

img{
	border-style:none;
	text-align: center;
	float: none;
}

a:hover {
	text-decoration: underline;
}

a:link, a:visited, a:hover {
	color: #000;
	outline: none;
	-moz-outline-style:none;
	
}



body{
	margin:0px 0;
	outline-style: none; -moz-outline-style:none; 
	*focus: outline:0;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#6466A1

}

#bodycon {
	margin: auto;
	width: 800px;
	outline-style: none;


}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding-top: 0px;
	width: 100%;
	height: 150px;
	background-repeat:no-repeat;
	background-image: url(images/bannervar.jpg);
}

#siteInfo{
	clear: both;
	font-size: 70%;
	padding: 10px 10px 10px 10px;
	margin: auto;
	width:770px
	
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */


#Content_holder {
	width: 200px;
	float: left;
	height: auto;
	color: #000;
	font-size: 12px;
	padding-right: 5px;

}

#right_nav {
	width: 560px;
	float: right;
	height: auto;
	outline-style: none;
	text-align: left;
	font-size: 12px;
	overflow: auto;

}

#main_content{
	border:medium;
	border-style:solid;
	border-top:none;
	border-bottom-color:#000;
	background-color:#FFF
}
#background{
	margin:auto;
	width:800px;
	height:50px;
	background-image: url(images/bgr.jpg);
}
#textbox{
	padding-left:6px;
	padding-right:6px
}
