

/* ------------------layout----------------*/


#logo {
   display:block;
  margin-top:0px;    
  margin-left:auto;
    margin-right:auto;
   width:380px;
    padding-top:22px;
}

#logo img {
    width:380px;
    border-style:none;
}


#nav {
	margin-top:12px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}


.header {
    height: 183px;
    width: 800px;
    margin: 0 auto;
    background-color: #363736;
    background-image: url(images/headbg.gif); 
    background-repeat: no-repeat;
    background-position: center center;
    text-align:center; /* IE 6< Fix */
}

.header-wrapper {
    background-color: #363736;
}

.header a {
    margin-top:8px;
    color: #d5d5d5;
    padding: 15px;
    font-size: 24px;
    text-decoration: none;
}

.bodycontainer {
	margin: 0 auto;
	padding-top:16px;
    border-top:1px solid #4c4c4c;
    background:url(images/body.gif) repeat-x;
}

.bodyend {
    padding-top:16px;
    border-bottom:1px solid #4c4c4c;
    background:url(images/bodyend.gif) repeat-x;
    clear:both
}

.footer {
    clear: both;
    background-color: #666565;   
    background-image: url(images/footer.gif);
    background-repeat: repeat-y;   
    height: 30px;

}

.footer-wrapper {
    background-color: #666565;   
}

/* -----------------standard layout (centered: content+updates)------------------ */
.standard .content-wrapper {
    width: 824px;
    margin: 0 auto;
}
   
.standard .content-inner{
    width: 524px;
    float: left;
    margin: 15px;
}    

.update-panel {
    width: 224px;
    float: right;
    margin: 10px;
    margin-top: 15px;
}

/* -----------------left-panel(sub menu) layout (left-menu+content)------------------ */
.submenu .content-wrapper {
width:800px;
margin: 0 auto;
}
   
.submenu .content-inner  {
   margin-top:15px;
    float:right;
width: 650px;
}

.submenu-panel {
    width: 120px; /*Width of left column*/
	margin-top:12px;
    float:left;
}



/* ------------------styles----------------*/

.header a:hover, .submenu-panel a:hover {
    color: #bfc871;
}

.header a.selectedlink {
    color: #bfc871;
}

.submenu-panel a.selectedlink {
    color: #797900;
	font-weight:bold;
}


 

.footer p {
   color: #c5c5c5;
   font-size: 12px;
    font-weight:bold;
   padding-top: 8px;
   text-align:center;
}

.footer a {
   color: #c5c5c5;
   font-size: 12px;
   text-decoration: none;
   }


.update-panel h1  {
    color: #4a4a49;
   font-size: 24px;
    text-align:center;
    padding-top:6px;
}

.update-panel h1 a {
    color: #4a4a49;
border-style:none;
text-decoration:none;		
}

.update-panel h2 {
    color: #797900;
   font-size: 16px;
    padding-top:16px;
}

.update-panel p {
    padding-left:6px;
    margin-top:6px;
}

.submenu-panel {
    text-align:center;
}

.submenu-panel a {
    display:block;
    margin-top:6px;
	color:#4a4a49;
  /*  font-weight:bold;*/
}

.update-panel, .submenu-panel {
    border-style: solid;
    border-width:1px;
    border-color:#CCCCCC;
    padding:8px;
    padding-bottom:14px;
    background:url(images/body.gif) repeat-x;
}

.newsentry {
    background-image:url(images/hr-small.gif);
    background-repeat:no-repeat;
    background-position: top center;
    margin-top: 20px;
    padding-left:12px;
}

.newsdate {
   font-size: 10px; 
    color:#555555;
}


.content-inner h1 {
   color: #4a4a49;
   font-size: 24px;
   background-image: url(images/h1.gif);
   background-repeat: no-repeat; 
   background-position: bottom left;
   font-style: normal;
    padding-bottom:6px;
    margin-bottom:12px;
}

.content-inner h2 {
   color: #4a4a49;
   font-size: 18px;
   font-style: normal; 
   margin: 8px;   
    margin-top:20px;
}

.content-inner h3 {
   color: #4a4a49;
   font-size: 14px;
   font-style: normal; 
   margin: 6px;   
}

.content-inner h4 {
   color: #4a4a49;
   font-size: 12px;
   font-style: normal; 
   margin: 5px;   
}

.content-inner h5 {
   color: #4a4a49;
   font-size: 10px;
   font-style: normal; 
   margin: 5px;   
}
.content-inner h6 {
   color: #4a4a49;
   font-size: 8px;
   font-style: normal; 
   margin: 4px;   
}


.content-inner ul {
   list-style-image: url(images/point.gif)
}

.content-inner li {
/*    margin-left: 40px;*/
    margin-top: 12px; 
}


.content-inner p {
    padding-top:2px;
     padding-bottom: 6px;
    padding-left:8px;
}

.content-inner a:visited {
    color:#858577;
}	

.caption {
	border: 2px solid #4a4a49;
	text-align: center;
	margin: 15px auto 15px auto;
	padding: 10px;
}

.caption p {
	text-align: center;
	font-style: italic;
	padding: 6px 0 0 0;
	margin: 4px 0 0 0;
    background-image:url(images/hr-small.gif);
    background-repeat:no-repeat;
    background-position: top center;
}

.code-example {
	font-family: "Courier New", Courier, monospace;
	text-wrap:pre;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:12px;
}


/*-----------general-----------*/

a:hover {
  text-decoration: none;
}

p, li {
   color: black;
   font-size: 13px;
   font-family: arial,sans-serif;
}

ul {
	margin: 10px 0 10px 0;
}

code {
   font-family: "Courier New", Courier, monospace;
}

a  {
  color: #797900;
  font-family: arial,sans-serif;
}

div {
  font-family: arial,sans-serif;  
}

/*
*  {
    margin: 0px;
    padding: 0px;
}*/

body {
    background-color: white;
}



