/***********************************************/
/* 3col_rightNav.css                              */
/* Use with template 3col_rightNav.html           */
/***********************************************/

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

body{
	font-family: "‚l‚r ‚oƒSƒVƒbƒN";
	color: #000000;
	line-height: normal;
	margin: auto;
	padding: 0px;
	font-size: 16px;
	font-weight: normal;
	font-variant: normal;
	float: none;
	height: auto;
	width: 1000px;
}

a{
	color: #0000ff;
}

a:link{
	color: #0000ff;
}

a:visited{
	color: #551A8B;
}

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

h1{
	font-family: "‚l‚r ‚oƒSƒVƒbƒN";
	font-size: 16px;
	color: #000000;
	margin: 0px;
}

h2{
 font-family: "‚l‚r ‚oƒSƒVƒbƒN";
 font-size: 16px;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h3{
	font-family: "‚l‚r ‚oƒSƒVƒbƒN";
	font-size: 100%;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

h4{
 font-family: "‚l‚r ‚oƒSƒVƒbƒN";
 font-size: 16px;
 font-weight: bold;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: "‚l‚r ‚oƒSƒVƒbƒN";
 font-size: 16px;
 color: #FF0000;
 margin: 0px;
 padding: 0px;
}



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

#masthead{
	width: 1000px;
	float: left;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN";
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #cccccc;
	margin: auto;
	padding: 0px;
}

#navBar{
	float: right;
	width: 200px;
	margin: auto;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN";
	font-size: 14px;
	background-position: top;
	text-align: left;
	height: auto;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	line-height: 120%;
}

#headlines{
	float:left;
	width: 250px;
	height: auto;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN";
	font-size: 14px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-top-width: 0px;
	border-left-width: 0px;
	font-style: normal;
	color: #000000;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	margin: auto;
	padding: 0px;
	line-height: 120%;
}

#content{
	float: left;
	width: 350px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN";
	font-size: 14px;
	margin: auto;
	padding: 0px;
	line-height: 150%;
}

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

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


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

#globalNav{
	color: #cccccc;
	height: 250px;
	width: 350px;
}

#globalNav img{
 display: block;
}

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

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

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

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 100%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


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

#siteInfo{
	clear: none;
	border: 1px solid #cccccc;
	font-size: 14px;
	color: #FFFFFF;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN";
	font-style: normal;
	line-height: normal;
	background-color: #8080FF;
	width: 1000px;
	margin: auto;
	float: right;
	padding: 5px;
	background-position: center bottom;
	text-align: center;
	line-height: 120%;
}

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

