@charset "utf-8";
/* CSS Document */

body
{ background:url(images/background.jpg) repeat-x;
  background-color: #161616 ;
  font-family: Arial,Verdana,Sans-serif;
  color: #333; 
  font-size: 8pt;
  text-align:center;
  padding: 0;
  margin: 0;
  min-height:600px;
}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
  	padding: 0;
	margin: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset,img { 
	border: 0;
	}
address,caption,cite,code,dfn,em,strong,th,var {
	font-weight: normal;
	font-style: normal;
	}
ol,ul {
	list-style: none;
	}
caption,th {
	text-align: left;
	}
label {
color:#ccc;}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
	}
h1 {   color:#FF9900;
  font-size:12pt;
  font-weight:bold;
  margin-top:0;
  margin-bottom:10px;}}
h2
{ background-color: #fff;
  color:#FF9900;
  font-size:10pt;
  font-weight:normal;
  margin-top:0;
  margin-bottom:0;}
q:before,q:after {
	content:'';
	}
abbr,acronym { border: 0;
	}
a { text-decoration:none; color:#FFCC00;}

a:hover { text-decoration:underline; color:#FFCC00;}
ul 
{ list-style:none;
  margin:0 5px;
  padding:0;}

li
{ padding:0 4px 10px 10px;
  background: url(images/arw.gif) 0 3px  no-repeat;}
	
#header
{ width:750px;
  margin-left:auto;
  margin-right:auto;  
  border:#CCC 1px solid;
  background-color:#111;
  color:#FF9900;
  text-align:left;
  height:105px;}
 
.menu 
{ width:auto;
  font-weight:bold;
  font-size:12pt;
  padding:35px 15px 0 0;
  overflow: hidden;}
  
#content
{ width:730px;
background-image:url(images/initialback.gif);
background-repeat:no-repeat;
background-color:#111;
margin-left:auto;
margin-right:auto;
margin-top:10px;
margin-bottom:10px;
  padding:10px;
  text-align:justify;
  min-height:400px;
  border:1px solid #ddd;}
  
#nav
{ margin-top:5px;
float:right;
margin-left:20px;
width:150px;
}
  
.navhead
{ 
  height:18px;
  padding: 3px 3px 0 5px;
  border:#ddd 1px solid;
  text-align: left;
  font-size:8pt;
  background-color:#eee;
  color:#666;}

.navitem
{ 
  padding: 15px 3px 0 3px;
  border-bottom:#ddd 1px solid;
  border-right:#ddd 1px solid;
  border-left:#ddd 1px solid;  
  font-size:8pt;
  font-weight: normal;
}
#footer
{ height:30px;
  width:750px;
  margin-left:auto;
  margin-right:auto;
  padding:10px 0;  
  border:#ccc 1px solid;
  background-color: #111;
  font-size:8pt;
  color:#999;
  text-align:center;}

