/* Layout Stylesheet */
body{
 margin: 0;
 padding:0;
 background:#FFFFFF;
 color: #333333;
 font-family: Verdana, Helvetica, Arial, sans-serif;
 }

#header{
 height:149px;
 width:100%;
 background:#FFFFFF;
 margin:0;
 padding: 0;
}

#header img {
 width: 800px;
 border: 0;
 }

#l_sidebar{
 float: left;
 width:145px;
 margin: 0;
 height: 100%;
}

#nav {
 width: 145px;
 margin: 0;
 padding: 0;
}

#nav li {
 list-style: none;
 background-image: url(/images/nav_button.png);
 background-repeat: no-repeat;
 line-height: 28px;
 width:145px;
 text-indent: 15px;
 display:block;
 font-weight: bold;
 color: black;
 margin:0;
 padding:0;
}

#nav ul {
 padding: 0;
 margin-left: 15px;
}

#nav ul li {
 list-style: none;
 background-image: url(/images/nav_button_2.png);
 background-repeat: no-repeat;
 line-height: 28px;
 width:130px;
 text-indent: 3px;
 display:block;
 font-weight: normal;
 font-size: 12px;
 color: black;
 padding:0;
 letter-spacing: -0.05em;
}

#nav a, #nav {
 text-decoration: none;
 color: black;
}

#nav a:hover, #nav span {
 color: white;
}

#c-block {
 width:100%;
 background:#FFFFFF;
 background-image: url(/images/nav-background.png);
 background-repeat: repeat-y;
 height:100%;
 max-width: 62em;
 color: black;
}

#content{
 margin:0 200px 0px 160px ;
 min-width: 40em;
 max-width: 45em;
 background:#FFFFFF;
 font-size: small;
}

#content h1 {
font-size: 150%;
color: #000080;
text-align: center;
font-weight: bold;
line-height: 1.5em;
}

#content h2 {
font-size: large;
font-weight: bold;
text-align: left;
line-height: 1.5em;
}

#content h3 {
font-size: normal;
font-weight: bold;
text-align: left;
line-height: 1.5em;
}

#content p {
font-weight: normal;
}

.center {
 text-align: center;
}

ul.text_columns {
 width: 40em;
}

ul.text_columns li {
 float: left;
 width: 10em;
}

#r_sidebar{
 float: right;
 width: 180px;
 color: #333333;
 padding: 0;
 margin-left:10px;
 font-size: small; 
}

#r_sidebar h1, #r_sidebar h2, #r_sidebar h3 {
 font-weight:normal;
 background-color: #EFAE5A;
 padding-left: 10px; 
}

#r_sidebar p {
}

#r_sidebar img {
 border:0;
 width: 45px;
}

#footer {
 height:35px;
 margin: 0 200px 0 160px;
 text-align: center;
 clear:both;
 font-size: small;
}

#validator, #validator a, #validator img{
 float: right;
 text-decoration: none;
 border: 0;
}
