/* Style sheet design by Mike McAllister and Logikbox inc,copyright ©2002 */

/* Row tags for modulus switching design on listables */
.row0 {
	background-color: #9a4115;
} 
.row1 { }  

body {
	margin: 0;
	padding: 0;
	background: #cccccc;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	background: url(images/bg.jpg) repeat-x;
}

h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding: 0;
}

 li {text-align : left;}

p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	color: #ffffff;
	text-decoration: undeline;
}
a:visited {
	color: #ffffff;
	text-decoration: undeline;
}
a:hover {
	text-decoration: underline;
}

a.subnav {
	color: #000000;
	text-decoration: undeline;
	font-family :  Georgia,'Times New Roman',Times,serif;
	font-size : 8pt;
}
a.subnav:visited {
	color: #660000;
	text-decoration: undeline;
	font-family :  Georgia,'Times New Roman',Times,serif;
	font-size : 8pt;
}
a.subnav:hover {
color: #660000;
	text-decoration: underline;
	font-family :  Georgia,'Times New Roman',Times,serif;
	font-size : 8pt;
}
a.news_text {
	color: #660000;
	text-decoration: none;
}
a.news_text:visited {
	color: #660000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
  
 
/* END ANCHORS */
 

/* Start Text Elements ------------------------------------------------------------------------------------*/

H1 {
 	font-size : 18pt;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : bolder;
	font-family :  Georgia,'Times New Roman',Times,serif;
	color : #a89a71;
	line-height: 18pt;
	margin-left : 18px;
	margin-top : 20px;
	 
}

H2 {
	font-family : Georgia,'Times New Roman',Times,serif;
	font-size : 16px;
	font-style : normal;
	font-weight : bold;
	letter-spacing : normal;
	color: #ffffff;
	line-height: 16px;
	 
	}
	
	H3  {
	font-family : Georgia,'Times New Roman',Times,serif;
	font-size : 16px;
	font-style : normal;
	font-weight : bold;
	letter-spacing : normal;
	color: #000000;
	line-height: 10px;
	margin-left : 18px;
	margin-top : 20px;
	 
	}




.text {
	font-family : Georgia,'Times New Roman',Times,serif;
	font-weight : normal;
	font-size : 14px;
	line-height: 18px;
	padding: 20px;
	color: #ffffff;
	text-align : justify;
}
.text2 {
	font-family : Georgia,'Times New Roman',Times,serif;
	font-weight : normal;
	font-size : 14px;
	line-height: 18px;
	padding: 20px;
	color: #ffffff;
	 
}
.teaser {
	font-family : Georgia,'Times New Roman',Times,serif;
	font-weight : normal;
	font-size : 12px;
	line-height: 18px;
	 
	color: #d9d9d9;
}

.news_text {
	font-family : Georgia,'Times New Roman',Times,serif;
	font-weight : normal;
	font-size : 14px;
	line-height: 18px;
	color: #000000;
	text-align : justify;
}
.search_text {
	font-family : Georgia,'Times New Roman',Times,serif;
	font-weight : normal;
	font-size : 10px;
	line-height: 18px;
	color: #000000;
}
.footer_text {
	font-family : 'Times New Roman',Times,serif;
	font-weight : bold;
	font-size : 12px;
	line-height: 14px;
	color: #000000;
}

.profile_text {
	font-family : Georgia,'Times New Roman',Times,serif;
	font-weight : bold;
	font-size : 16px;
	line-height: 18px;
	color: #ffffff;
	text-align : justify;
}
/* = body Elements*/

.logo {
	background: #ffffff ;
}

 .content {
	background: #06234b ;
}
 .news {
	background: #898f6f url(images/news_bg.jpg) repeat-y;
}
 .search {
	background: #d7d2c2;
	/*url(images/searc_bg.jpg) repeat-y;*/
	width: 266px;
}
 .footer {
	background: #cccccc url(images/footer_bg.jpg) repeat-y;;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #000000;
}


	/*  --------------------- MASTER NAV  -------------------------*/
	
.underlinemenu{
font-weight: 700;
width: 100%;
background: #cccccc;
height:25px;
}

.underlinemenu ul{
padding: 0px 0px 0px 0px; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #000000;
padding: 6px 3px 10px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
font-family : Georgia,'Times New Roman',Times,serif;
font-size: .75em;
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
 
color: #871818;
}

#feedContent{
display:block;
height:500px;
overflow-y: auto;
width:100%;
padding-right:10px;
}
