/* reset */
/*
 * Copyright (c) 2007, Yahoo! Inc. All rights reserved.
 * Code licensed under the BSD License:
 * http://developer.yahoo.net/yui/license.txt
 * version: 2.3.1
 * */
body { color:#000;background:#FFF; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,
 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; }
li { 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;font-variant:normal; }
sup,sub { line-height:-1px;vertical-align:text-top; }
sub{ vertical-align:text-bottom; } 
input, textarea, select { font-family:inherit;font-size:inherit;font-weight:inherit; }

/**/


/* Comments
   # for id 
   . for class
*/

/*----------------------------------------------------------------------------------------------------
                                  PAGE LAYOUT START
 ----------------------------------------------------------------------------------------------------*/

body {
  margin: 0;
  padding: 0;
  background:  #FFFFFF url(/images/bg01.jpg) repeat-x top left;
  font-size: 13px;
  color: #7F7F7F;
}

* {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}

/* HEADER */

#header {
  width: 890px;
  height: 190px;
  margin: 0px auto;  
}

/* Header logo */

#logo {
  float: left;
  padding: 40px 0 0 0;
}

#logo h1 {
  margin: 0;
  text-transform: lowercase;
  letter-spacing: -2px;
  font-size: 3.6em;
  font-weight: normal;
  padding-right: 20px;
  color: #FFFFFF;  
}

#logo p {
  margin: -5px 0 0 0;
  text-transform: uppercase;
  font-size: 1.22em;
  letter-spacing: -1px;
}

#logo a {
  text-decoration: none;
  color: #FFFFFF;
}

/* Header menu */

#menu {
  float: right;
}

#menu ul {
  margin: 0px;
  padding: 93px 0px 0px 0px;
  list-style: none;
}

#menu li {
  display: inline;
}

#menu a {
  display: block;
  float: left;
  margin-left: 20px;
  text-decoration: none;
  text-transform: lowercase;
  font-size: 1.36em;
  color: #FFFFFF;
}

#menu a:hover, .active a {
  border-bottom: 3px solid #FFFFFF;
}

/* Main content */

#page {
  border: 0px solid white;
  width: 90%;
  text-align: center;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

/*----------------------------------------------------------------------------------------------------
                                  PAGE LAYOUT END
 ----------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------
                                  STANDARD STUFF START
 ----------------------------------------------------------------------------------------------------*/

body, th, td, input, textarea, select, option {
  font-weight: normal;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
  font-weight: normal;
  color: #484848;
}

h1 {
  letter-spacing: -1px;
  font-size: 24px;
}

h2 {
  text-transform: lowercase;
  letter-spacing: -1px;
  font-size: 24px;
}

h3 {
  font-size: 1em;
  margin-top: 1em;
}

/*----------------------------------------------------------------------------------------------------
                                  STANDARD STUFF END
 ----------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------
                                  TABLES START
 ----------------------------------------------------------------------------------------------------*/

table.layout {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

table.content{  
  padding: 3px 5px 3px 5px;
  border: 0px solid red;
  width: 100%;
}
table.narrow_content{
  width: 400px;
  border: 0px solid red;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2em;
}

td.narrow_column {
  border: 0px solid yellow;
  width: 200px;
  padding: 0 20px 0 0;
}

td.wide_column {
  border: 0px solid yellow;
  margin: 2em;
  width: 450px;
}

td, th{
  vertical-align: top;
  text-align: left;  
}

.middleright {
  vertical-align: middle;
  text-align: right;
}
.center {
  text-align: center;
}

.right {
  text-align: right;
}

th.colspan_header, th.colspan_header_redline {  
  border-bottom: 1px solid;
  text-align: center;
}

th.colspan_header_redline {
  border-left: 20px solid #FFFFFF;
  border-bottom: 1px solid red;
}

/*----------------------------------------------------------------------------------------------------
                                  TABLES END
 ----------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------
                                  DETAILED DESIGN
 ----------------------------------------------------------------------------------------------------*/

p, ul, ol {
  line-height: 200%;
}

p, p.quote {
  margin-bottom: 15px;
}

p.quote {
  border-left: 1px solid white;
  padding-left: 10px; 
  margin-left: 10px;
  font-style: italic;
}

a {
  /*color: #7ACE11;*/
  color: #113EFA;
}

a:hover {
  text-decoration: underline;
  color: #7ACE11;
}

.textbox{
  background-color: #eee;
  width: 50%;
  text-align: justify;
  padding: 5px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.textbox ul{
  margin: 0 0 15px 15px;
}

.title {
  margin: 0;
  border-bottom: 2px solid #484848;
  color: #484848; 
}
