/*CSS RESET*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,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,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/*END RESET*/

body {
margin: 0; 
padding: 0;
text-align: center; 
background: #827b00;
font-family:Tahoma,Helvetica,Sans-Serif;
color:#333333;
font-size:12px;
}

h1 {
	font-size: 15px;
}

#container {
width: 1000px;
height: 768px;
margin: 0 auto 0 auto;
text-align: left;
border-right:#0e4c95 2px;
border-left:#0e4c95 2px;
background: #827b00 url(images/bg_Main.gif) no-repeat top center;
}

#header {
height: 5px;
background: #053d63;
}

#flash_header {
height: 379px;
background: #555555;
}

/*#buttons_outer {
float:left;
margin-bottom:2px;
margin-right:2px;
width:898px;
}*/

#buttons_inner {
background:#ffffff url(images/bg_nav.jpg) repeat scroll 0 0;
border:2px #0e4c95;
height:20px;
float:left;
width:898px;
}

#buttons {
float:left;
margin:0;
padding:0;
width:auto;
}

ul#mainlevel-nav {
font-size:0.8em;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}

ul#mainlevel-nav li {
background-image:none;
border-right:1px solid #0e4c95;
float:left;
font-size:14px;
line-height:20px;
margin:0;
padding-left:0;
padding-right:0;
white-space:nowrap;
}

li {
background-image:url(../images/arrow.png);
background-position:0 2px;
background-repeat:no-repeat;
line-height:15px;
padding-left:15px;
padding-top:0;
}

a:link, a:visited {
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
}

a:hover {
	color:#603913;
}

#footer a:link, #footer a:visited {
	color:#aba000;
	font-weight:normal;
	text-decoration:underline;	
}

#footer a:hover {
	color:#e7d91d;
}

#content {
	background:url(images/bg_Content.gif) repeat-y;
}

/*table {
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
	border-color: #1877bd;
	border-style: solid;
}

td {
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
	border-color: #1877bd;
	border-style: solid;
}*/

#footer {
	background:#603913;
	height:37px;
	border-top:2px solid #807801;
}

#footer_content_l {	
	font-size:10px;
	color:#aba000;
}

#footer_content_r {	
	font-size:10px;
	color:#aba000;
}