body {
  background:#695E4A;
  font-family: Arial, Helvetica, sans-serif;
  font-size:0.7em;
  color:#695E4A;
  margin:0px;
}

/* Default Styles */
h1 {
  color: #695E4A;
  margin:0px;
  font-size:1.3em;
  padding-bottom:6px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
  color: #695E4A;
  margin:0px;
  font-size:1.1em;
  padding-bottom:6px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link {color:#695E4A; text-decoration:underline;}
a:visited {color:#695E4A; text-decoration:underline;}
a:hover {color:#827866; text-decoration:none;}
a:active {color:#695E4A; text-decoration:underline;}
/* End Default Styles */

#shell {
  margin-right: auto;
  margin-left: auto;
  width:770px;
  overflow: hidden;
  background: url(../images/design/shadow.jpg) repeat-y 0% 0%;
}

#subshell {
  margin-right: auto;
  margin-left: auto;
  width:760px;
  overflow: hidden;
  background: url(../images/design/main_bg.jpg) no-repeat 0% 0%;
}

#header {
  width:760px;
  height:92px;
}

#logo {
  background: url(../images/design/logo.jpg) no-repeat 0% 0%;
  width:220px;
  height:92px;
  float:right;
}

#logo img {width:100%; height:100%; border:0px;}

/* Navigation */
#menu {
  width:750px;
  height:24px;
  float:left;
  margin-left:5px;
  border-top:1px solid #827866;
  border-bottom:1px solid #827866;
}

#nav, #nav ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  font-size:1.0em;
  display:inline;
  float:right;
  margin-right:27px;
}

#nav li {
  float: left;
  margin-top: 0px;
  padding: 0px;
  position: relative;
  text-decoration: none;
  list-style-type: none;
}

#nav li ul {
  margin-top: 1px;
  margin-left: 0px;
  padding: 0px;
  position: absolute;
  z-index: 256;
  left: -999em;
}

#nav li a {
  color: #E9E3DB;
  text-decoration: none;
  margin: 0px;
  padding: 5px 7px 5px 7px;
  width: auto;
  display: block;
  font-weight:normal;
}

#nav li a:hover {
  color: #E9E3DB;
  text-decoration: none;
  background: url(../images/design/menu_rollover.jpg) repeat-x 50%;
  margin: 0px;
  width: auto;
  display: block;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul { left: -999em }

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li  li.sfhover ul, #nav li li li.sfhover ul { left: auto }

#nav li:hover, #nav li.hover {
  position: static;
}


#subnav, #subnav ul {
  list-style-type: none;
  float: left;
  margin-left:0px;
  padding: 0px;
  width: 148px;
}

#subnav li {
  color: #E9E3DB;
  margin-top: 0px;
  margin-left: 0px;
  padding: 0px;
  position: relative;
  width: 148px;
  background-color: #695E4A;
	border:0px;
}

/* IE6 Hack To Make The Dropdwon Menu Lineup */
* html ul#subnav li {margin-top:0px;}

#subnav li a {
  color: #E9E3DB;
  text-decoration: none;
  margin: 0px;
  display: block;
  height:18px;
  padding:3px 0 0 9px;
  font-size:1.0em;
  font-weight:normal;
}

#subnav li a:hover {
  color: #313131;
  text-decoration:none;
  background:#CFC8BE; 
  margin: 0px;
  display: block;
}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfhover ul ul, #subnav li.sfhover ul ul ul { color:#000000; left: -999em; }

/* Navigation Ends */ 

#content {
  width:720px;
  margin:16px 0 16px 20px;
  background:#E9E3DB url(../images/design/content_bg.jpg) no-repeat 0% 0%;
}


#contentbox {
  width:680px;
  padding-top:55px;
  margin-left:20px;
  padding-bottom:55px;
}

#contentbox li {
  list-style-type:square;
}

#contentbox img {
  border:1px solid #695E4A;
  margin-bottom:10px;
}

#contentboxhome {
  width:430px;
  padding:145px 50px 10px 20px;
  float:left;
} 

#flash {
  width:182px;
  height:439px;
  border:1px solid #695E4A;
  margin-top:16px;
  margin-bottom:16px;
  margin-left:16px;
  float:left;
  background:url(../images/design/flash_bg.jpg) no-repeat 0% 0%;
}

#footer {
  width:760px;
  height:27px;
  background: url(../images/design/footer_bg.jpg) repeat-x 0% 0%;
  color:#AFA698;
  margin:0px;
}

#rights {
  float:left;
  width:135px;
  margin-left:10px;
  padding-top:6px;
}

#design {
  float:left;
  padding-top:6px;
}

#footer  a {
  color:#AFA698;
  text-decoration:none;
}

#footer  a:hover {
  color:#AFA698;
  text-decoration:underline;
}

.nothing {
  clear:both;
  margin:0px;
  padding:0px;
}

input, textarea, select {
  border:1px solid #695E4A;
  font-family: Arial, Helvetica, sans-serif;
  font-size:1.0em;
  color:#695E4A;
}

label {visibility:hidden; display:none;}

.namefield {float:left; padding-top: 3px; width: 120px;}
.inputfield {float:left; width:555px; padding:2px;}
*html .inputfield {width:553px;}
.namefield2 {float:left; padding-top: 3px; width: 150px;}
.inputfield2 {float:left; width: 210px; padding:2px;}

.submitbutton {float:left; background:#695E4A; color:#EAE3DB; border:1px solid #827866;}

.left {
  float:left;
  margin-right:10px;
  margin-bottom:10px;
}

.right {
  float:right;
  margin-left:10px;
  margin-bottom:10px;
}