/* This is internal css for OR */

body {
	padding: 0px;
	margin: 0px;
	background-image: url("images/bg3.gif");
	height:100%; 
	width:100%; 
	font-family:  verdana, Arial, georgia, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
	}
#container {
	width: 980px;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color: #ffffff;
	background-image:url("images/l-bg.gif");
	}

#banner {
	padding: 0;
	margin-top: 0px;
	width: 980px;
	height: 99px;
	background-image:url("images/top_bg.gif");
	background-repeat: repeat;
	}
#banner2 {
	float: left;
	margin-top: -18px;
	width: 980px;
	height: 99px;
	background-image:url("images/title.png");
	background-repeat: no-repeat;
	}
#content {
	padding: 0;
	margin-left: 200px;
	background-color: #fff;
	}
#maincontent {
	padding: 0;
	margin: 0;
	width: 755px;
	min-height: 550px;
	background-color: #fff;
	}
#sidebar-a {
	float: left;
	width: 191px;
	margin: 0;
	margin-right: 0;
	padding: 0;
	/* background-color: #FF9933; */
	}
#sidebar-a-content{
	padding: 0 5px 0 5px;
	}
#footer {
	height: 24px;
	background-image:url("images/footer.gif");
	background-repeat: repeat;
	padding-top: 5px;
	text-align:center; 
	}
#footer a {
	color: #000;
	}
img {
	border: 0px none;
	}
h2 {
	margin: 0 0 10px 0;
	padding: 5px 0;
	font: bold 9px "lucida grande", tahoma, geneva, sans-serif;
	text-transform: uppercase;
	color: #000;
	border-top: 1px solid #888;
	border-bottom: 1px dotted #888;
	}
/*
#navcontainer { width: 200px; }
*/

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	}
#navcontainer a {
	display: block;
	padding: 3px;
	width: 160px;
	color: #000;
	border-bottom: 1px solid #eee;
	}
#navcontainer a:link, #navlist a:visited {
	color: #000;
	text-decoration: none;
	}

#navcontainer a:hover {
	background-color: #FFC68F;
	color: #000;
	}


a:link { color: #999; text-decoration: none; }
a:visited { color: #999; text-decoration: none; }
a:hover { color: #000; text-decoration: underline; }

