/* OAA Style - CSS Document */


body {
	margin: 20px 0px 20px 0px;
	padding: 0px;
	border: 0px;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
}

a:link      { color: #0270BB; text-decoration: none; }
a:visited   { color: #0270BB; text-decoration: none; }
a:active    { color: #0270BB; text-decoration: none; }
a:hover     { color: #0270BB; text-decoration: underline; }

a.button {
    display: block;
	width: auto;
    text-align: center;
	padding: 1px 5px 1px 5px;
	border: 1px solid black;	
	background-image: url(../images/button_background.jpg);
	background-repeat: repeat-x;
}

a.button:link{
	color: black;
	text-decoration: none;
	margin-top: -3px;
}

a.button:visited {
	color: black;
	text-decoration: none;
	margin-top: -3px;
}

a.button:hover{
    color: white;
    background-color: #0270BB;	
	background-image: url(../images/button_background_on.gif);
	background-repeat: repeat-x;
	margin-top: -3px;
}
	
h1 {
	color: black;
	text-align: left;
	margin: 0px 0px 0px 7px;
	padding-left: 3px;
	font-size: 130%;
	font-style: oblique;
	background-image: url(../images/heading_1.jpg);
	background-repeat: repeat-y;
}

h2 {
	color: #000033;
	font-size: 120%;
	font-style: oblique;
	margin: 7px 7px 0px 0px;
}

h3 {
	color: #000033;
	font-size: 105%;
	font-style: normal;
	margin-bottom: 0px;
}


h4 {
	color: #000033;
	font-variant: small-caps;
	font-size: 100%;
	margin: 0px;
}

#banner {
	background-color: #000000;
	border: 2px solid white;
	
}

#center {
	text-align: center;				/* Center Page */
	width: 998px;					/* Page Width */
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

.address {
	clear: both;
	background-color: black;
	border-right: 2px solid white;
	border-left: 2px solid white;
	color: white;
	padding: 4px;
	font-size: 80%;
}

.address a:link       { color: white; text-decoration: none; }
.address a:visited    { color: white; text-decoration: none; }
.address a:active     { color: white; text-decoration: none; }
.address a:hover      { color: white; text-decoration: underline; }

#linkbar {
	border-bottom: 2px solid white;
}

#content_wrapper {
	overflow: hidden;
	border-top: 2px solid white;
	border-right: 2px solid white;
	border-left: 2px solid white;
	background-image: url(../images/content_background.gif);
}

#content_wrapper_search {
	overflow: hidden;
	border-top: 2px solid white;
	border-right: 2px solid white;
	border-left: 2px solid white;
	background-image: url(../images/content_background_search.gif);
}

#menucolumn {
	float: left;
	width: 200px;
	background-image: url(../images/left_bar.jpg);
	background-repeat: no-repeat;
}

#menucontent {
	margin: 500px 0px 7px 0px;
}

#headlines {
	float: right;
	width: 300px;
}

#content {
	padding-top: 2px;
	float: left;
	width: 494px;
}

.textwrap {
	padding: 7px;
	text-align: left;
	font-size: 90%;
}

.textwrap li {
	list-style-type: square;
}

.highlight {
	padding: 7px;
	text-align: left;
	font-size: 80%;
}

.highlight a { font-variant: small-caps }

.highlight li {
	list-style-type: square;
	margin-left: -22px;
}

.highlightnews {
	margin: 7px;
	text-align: left;
	font-size: 80%;
	border-bottom: 1px dashed white;
}

.news {
	clear: both;
	border-top: 1px dashed #cccccc;
	text-align: left;
	margin: 7px;
	font-size: 90%;
}

.newsflash {
	clear: both;
	background-color: #F0F0F0;
	color: #CC0000;
	font-size: 100%;
	padding: 4px;
	text-align: center;
	font-weight: bold;
	margin-top: 7px;
	margin-left: 7px;
	margin-right: 7px;
	border-bottom: 1px dashed #CC0000;
	border-left: 1px dashed #CC0000;
	border-right: 1px dashed #CC0000;
	border-top: 1px dashed #CC0000;
}

.news li {
	list-style-type: square;
}

.right {
	float: right;
	margin-left: 3px;
	margin-bottom: 7px;
}

.left {
	float: left;
	margin-right: 3px;
	margin-bottom: 7px;
}

.titlebar {
	clear: both;
	background-color: black;
	color: white;
	font-variant: small-caps;
	font-size: 110%;
	padding: 4px;
}

.breadcrumb {
	text-align: left;
	margin: 0px 7px 7px 7px;
	padding: 3px;
	background-image: url(../images/breadcrumb.jpg);
	background-repeat: repeat-y;
	font-size: 75%;
	border-bottom: 1px solid black;
}

.breadcrumb a { font-variant: small-caps; }

#copywrite {
	background-color: white;
	border-bottom: 2px solid black;
	text-align: center;
	font-size: 75%;
	padding: 4px;
	font-variant: small-caps;
}

#top {
	position: fixed;
	position: fixed;
	bottom: 3px;
	right: 10px;
	z-index: 1000;
	font-size: 70%;
	font-variant: small-caps;
}

* html #top {
  position: absolute;
  bottom: 3px;
  right: 10px;
  top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}