
html {
	width:100%;
	height:100%;
	padding:0px;
	border:0px;
	margin:0px;
}

body {
	width:100%;
	height:100%;
	padding:0px;
	border:0px;
	margin:0px;
	background-color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}

h1,h2,h3,h4,h5,h6 {font-family:Verdana, Arial, Helvetica, sans-serif;}

.opcs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F16823;
	letter-spacing: 7px;
	font-style: italic;
	font-weight: bold;
}

a {
	color:#F16823;
	font-weight:bold;
	text-decoration:none;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#F16823;
}

a:hover{
	color:#808080;
	font-weight:bold;
	text-decoration:none;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#808080;
}

a.nohover, a.nohover:hover {
	border: 0px;

}


/* News */
	
.news-date {
	color: #808080;
}
.news-headline {
	font-weight: bold;
	color: #808080;
}
.news-author {
	font-style: italic;
	color: #808080;
}


.copyright { 
	color: #A7A7A7; 
	font-weight:bold;
	font-size:x-small;
}

/* Layout */

/* Fixed Content */


#bottom_bar {
	color:#FFFFFF;
	background-color:#808080;
	width:100%;
	left:0px;
	z-index:2;
	clear:both;
	position:fixed;	
  bottom:0px;
}




/* Scrollable Content */


#top_bar {
	background-color:#808080;
	width:100%;
	left:0px;
	top:0px;
	height:69px;
	position:absolute;	
	z-index:0;
}



#logo{
	/*background-image:url(../logo/logo.gif);
		background-repeat:no-repeat;*/
	right:10px;
	top:44px;
	width:221px;
	height:68px;
	position:absolute;	
	z-index:2;
}

#tel{
	position:absolute;	
	right:240px;
	background-image: url("../images/Tel.gif");
	background-repeat:no-repeat;
	width:138px;
	height:18px;
	top:51px;
	z-index:1;
}

#headerImg {
	right:0px;
	top:69px;
	height:245px;
	z-index:0;
	position:absolute;
}


#title {
	left:11px;
	top:89px;
	width:146px;
	height:31px;
	position:absolute;
	z-index:1;
}

#bar_horiz {
	background-image: url("../images/bar_horiz.jpg");
	background-repeat:no-repeat;
	left:157px;
	top:96px;
	height:3px;
	right:0px;
	z-index:1;
	position:absolute;	
}

#bar_vert {
	background-image: url("../images/bar_vert.jpg");
	background-repeat:no-repeat;
	left:11px;
	top:120px;	
	width:3px;
	z-index:1;
	position:absolute;	
}

#content {
	position:absolute;
	top:125px;
	left:20px;
	width:90%;
	z-index:1;
}

