/* Resets (required for browser compatibility, developed by Yahoo!)
---------------------------------------------------------------------------*/
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}caption,th{text-align:left;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}



/* Main Body
---------------------------------------------------------------------------*/
body{background:#3b3b3b url(../images/bg-grad.jpg) repeat-x; background-attachment:fixed; font:normal 1em Arial, Helvetica, sans-serif;}


a:link, a:visited {text-decoration:underline;color:#9e0b11;}
                   
a:hover {color:#930c0c;text-decoration:underline;}


/* OAA Layout Objects
---------------------------------------------------------------------------*/
#OAA_container {
	background-color: #FFF;
	width: 1028px;
	margin: auto;
	height: auto;
	border: 2px solid #444;
	border: 1px #F7B809 solid;
}

	/* Header */
	#OAA_header {background:#333 url(../images/header-bg.jpg) 0 0 repeat-x; height:112px;}

	
	/* Navigation */
#OAA_navigation {
	float: left;
	width: 1030px;
	margin: 0px 0px 0px 0px;
	background: #FDDB82 url(../images/nav-bg-gold.jpg) 0px 0px repeat-x;
	border: solid 1px #000;
	border-right: none;
	border-left: none;
}

	/* Content  */
	#OAA_content {background:#fff url(../images/content-bg.jpg) 0px -3px repeat-x; padding:28px 40px 0px 40px; height:100%; overflow:auto; color:#000; }
		
			/* .right_bar {float:right; width:226px; margin:0px 0px 8px 20px; padding:12px; background-color:#CCC; border:solid 3px #DDD;}*/
	
	/* Footer */
#OAA_footer {
	height: 30px;
	background: url(../images/nav-bg-gold.jpg) 0 0 repeat-x;
	text-align: center;
	width: 1028px;
	margin: 0 auto;
}
	
	
	