@charset "utf-8";
/* CSS Document */

/* ALL PAGES */

/* opaque background for wallpapers*/
#wrapper_1 {	background-image: url('../img/opaque_bg_1.jpg');
				background-repeat: no-repeat;}

#wrapper_2 {	background-image: url('../img/opaque_bg_2.jpg');
				background-repeat: no-repeat;}


/* wallpaper styles */
#wallpaper_1{	background-image: url('../img/background_bw.bmp');
				background-repeat: repeat-y;
					position: absolute;
					top: 10px;
					z-index: -1;}

#wallpaper_2 {

}



/* navigation */
#navigation ul { list-style-type: none;}


#navigation li{ display: inline;
					float: left;
					font-size: 12px;
					margin-left: 10px;
					margin-top: 29px;}
										
#navigation a{  border-right: 1px solid #000000;
					display: block;
					color: #000000;
					font-weight: bold;
					text-decoration: none;
					padding-right: 5px;}				 
					 
#navigation a:hover{ color: #CC3300;
					border-right: 1px solid #CC3300;
					text-decoration: none;}

#navigation .current_page{ color: #CC3300;
					border-right: 1px solid #CC3300;
					text-decoration: none;}
				
#navigation .last_link{ border-right: 0px;}
#navigation a:hover.last_link{ border-right: 0px;}

html{	scrollbar-face-color:#808080;
		scrollbar-arrow-color:#FFFFFF;
		scrollbar-track-color:#FFFFFF;
		scrollbar-shadow-color:'';
		scrollbar-highlight-color:'';
		scrollbar-3dlight-color:'';
		scrollbar-darkshadow-Color:''}

h1{		font-family: arial;
		font-size: 12pt;
		font-weight: bold;
		color: #CC3300;
		padding-top: 20px;}
		
h2{		font-family: arial;
		font-size: 10pt;
		font-weight: bold;
		color: #000000;
		text-decoration: none;}

h3{		font-family: arial;
		font-size: 10pt;
		font-weight: bold;
		color: #808080;
		text-decoration: underline;}

body{	font-family: arial;
		font-size: 10pt;
		color: #000000;}

p{		margin-top: 5px;
		margin-bottom: 5px;
		font-size: 10pt;}
		
a{
		color: #CC3300;
		text-decoration: none;}

.text{	margin: 5px 20px 5px 25px;
		font-size: 9pt;}

.quote{ font-family: times;
		margin: 15px 20px 15px 25px;
		font-size: 10.5pt;			
		font-style: italic;}
		
.italics{	font-style: italic;}

.red_italics{	font-style: italic;
				color: #CC3300;}

#content {
		margin-right: 100px;
		margin-left: 180px;
}




/* HOMEPAGE - index.html */

/* wrapper */
#home_wrapper {	background-image:url('../img/oble_home_bg.jpg');
				background-repeat:no-repeat;}
		

/* introduction */
/* welcome */
#welcome h1{ color: #FFFFFF;
               margin-left: 25px;
			   margin-top: 0px;
			   padding-top: 0px;
			   padding-bottom: 0px;}

#welcome h2{ color: #FFFFFF;
               margin-left: 25px;
			   margin-bottom: 0px;
			   margin-top: 0px;
			   padding-top: 25px;
			   text-decoration: none;}				 
		
#welcome p{ color: #FFFFFF;}				 

#welcome p span.quote_ref{ margin-left: 100px;}


/* footer or copyright */

#home_copyright{ 	font-size: 8pt;
			font-style: italic;}

#copyright{ 	font-size: 8pt;
			font-style: italic;
			text-align:center;
			margin-top: 50px;}

/* NEWSFLASH PAGE - newsflash.html */

#newsflash_wrapper .h1{	font-family: arial;
						font-size: 9pt;
						color: #CC3300;
						font-weight: bold;
						margin: 0px auto 0px auto;}

#newsflash_wrapper .h2{	font-family: arial;
						font-size: 9pt;
						color: #CC3300;
						font-weight: bold;
						margin: 0px auto 0px auto;
						font-style: italic;}
						
#newsflash_wrapper .h2 span.subtitle{	font-style: normal;}

#newsflash_wrapper .h3{	font-family: arial;
						font-size: 8.5pt;
						color: #000000;
						font-weight: bold;
						margin: 0px auto 0px auto;
						font-style: italic;}

#newsflash_wrapper p.newsflash{	font-family: arial;
						font-size: 8.5pt;
						color: #000000;
						font-style: italic;}
						
#newsflash_wrapper p.newsflash_emphasis{ font-family: arial;
						font-size: 8.5pt;
						color: #CC3300;
						font-style: normal;}					

#newsflash_wrapper a.newsflash_link{	text-decoration: none;}



			

