* {
  margin: 0px;
  padding: 0px;}

html {height: 100%;}

body {
  height: 100%;
  margin: 0px;
  padding: 0px;
	font-family: Arial, Tahoma, Trebuchet MS, sans-serif;
	font-size: 0.75em;
	background: #fff url('/images/body-bg.png') 0 0 repeat-x;
	text-align: center;
	color: #30372C;}

img {border: 0px;}
fieldset {border: 0px;}
input, textarea {font-family: Arial, Tahoma, sans-serif;}
input.btn {border: none;}

a { color: #AA1315; }
a:hover { text-decoration: none; }

table {font-size: 1.0em;}

table img {margin: 0px 8px 8px 0px;}

h1 {
    background: url('/images/head-logo.jpg') no-repeat;
    font-size: 1.2em;
    width: 902px;
	  height: 127px;
	  margin: 0px auto;}
	
h1 a {
    display: block;
    width: 902px;
	  height: 127px;
		text-decoration: none; }

h1 a span {position: relative;  z-index: -1;}

#flash {
    width: 902px;
    height: 211px;
    margin: 0px auto;}
    
#flash img {float: left;}    

#main {
    width: 902px;
    margin: 0px auto;
}

#main #left {
          float: left;
          width: 176px;
          height: 558px;
          background: url('/images/left-bg-full.png') right 0 no-repeat;}
          
          ul#mainMenu, ul#subMenu {
                    font-family: Georgia, Times new roman, serif;
                    font-weight: bold;
                    text-align: right;
                    list-style-type: none;
                    margin: 25px 20px 25px 0px;}
                    
          ul#mainMenu {font-size: 1.4em;}
          ul#subMenu {font-size: 1.0em;}
                    
          ul#mainMenu li {margin-bottom: 5px;}
          ul#subMenu li {margin-bottom: 3px;}
          
          ul#mainMenu li a {
                          background: url('/images/main-menu1.jpg') right 2px no-repeat;
                          color: #AA1315;
                          text-decoration: none;
                          padding-right: 25px;}
                          
          ul#mainMenu li a:hover, ul#mainMenu li a.active {
                          background: url('/images/main-menu2.jpg') right 2px no-repeat;
                          color: #C5CDB9;}
                          
          ul#subMenu li a {
                          background: url('/images/sub-menu1.jpg') right 0px no-repeat;
                          color: #AA1315;
                          text-decoration: none;
                          padding-right: 25px;}
                          
          ul#subMenu li a:hover, ul#subMenu li a.active {
                          background: url('/images/sub-menu2.jpg') right 0px no-repeat;
                          color: #C5CDB9;}
          
          

#main #center {
          float: left;
          width: 410px;
          margin-left: 24px;
          text-align: left;}
          
       #center h2 {
                background: url('/images/h2-bg.jpg') left 3px no-repeat;
                color: #AA1315; 
                font-family: Georgia, Times new roman, serif;
                font-size: 1.4em;
                font-weight: bold;
                margin-bottom: 10px;
                padding-left: 25px;}
                
       #center h3 {
                margin-bottom: 3px;
                font-size: 1.2em;}
       
       #center h3.dot {
                background: url('/images/main-menu2.jpg') left top no-repeat;
                padding-left: 18px;}
       
       #center p {
                font-size: 0.9em;
                line-height: 1.3em;
                margin-bottom: 15px;}
                
       #center .news {
                width: 410px;
                margin-bottom: 20px;}
       
       #center .news img {
                      float: left;
                      border-right: 2px solid #CED5C2;
                      margin-right: 5px;}
                      
       #center .news h3 {
                      color: #AA1315;
                      font-size: 0.9em;
                      font-weight: bold;
                      margin-bottom: 4px;}
                      
       #center .news p {
                      float: right;
                      width: 342px;
                      margin: 0px;}
                        
       #center ul {
                margin: 0px 0px 15px 40px;
                font-size: 0.9em;}
       
       #center ul#links li {margin-bottom: 10px;}

#main #right {
          float: right;
          width: 276px;
          height: 558px;
          background: url('/images/right-bg-full.png') left 0 no-repeat;
          text-align: left;}
          
       #right h2 {
                color: #656F61; 
                font-family: Georgia, Times new roman, serif;
                font-size: 1.4em;
                font-weight: bold;
                margin-bottom: 10px;
                padding: 0px 30px 0px 20px;}
                
       #right p {
                color: #656F61;
                font-size: 0.9em;
                line-height: 1.3em;
                margin-bottom: 15px;
                padding: 0px 30px 0px 20px;}
                
       #right form {padding: 0px 20px;}
                           
       #right label, #right input, #right textarea {float: left; width: 226px;}
       #right input, #right textarea {border: 1px solid #CED5C2;}
       
       #right fieldset {margin-bottom: 5px;}
       
       #right label {
                color: #20241E;
                font-weight: bold;
                font-size: 0.9em;
                margin-bottom: 3px;
                display: block;}
                
       #right input {height: 22px;}
       
       #right input.btn {
                     border: none;
                     width: auto;
                     height: auto;
                     float: right;
                     margin: 3px 7px;}
                
       #right textarea {
                height: 150px;
                font-size: 0.9em;
                margin-bottom: 5px;}   

#main #footer {
          width: 902px;
          height: 50px;
          margin: 0px auto;
          clear: both;}
          
       #footer a#bottomLogo {
                  float: left;
                  margin-left: 15px;}
                          
       #footer p {
                  text-align: left;
                  font-size: 0.75em;
                  margin: 5px 0px 0px 45px;
                  float: left;}
                  
.bold {font-weight: bold;}
.cleaner {clear: both; height: 0px;}
