/*/////////////////////////////////
reset
/////////////////////////////////*/
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,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;}ol,ul {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;}

/*/////////////////////////////////
globals
/////////////////////////////////*/
body {
	font: 11px Helvetica, Arial,sans-serif;
	background:#ffe6a9;
	color:#005a31;
	text-align: center;
}
div {
  text-align: left ! important;
}
a, a:visited {
  color: #005a31;
}
p {
  padding-bottom: 10px;
}
h1,h2,h3,h4,h5,h6,textarea,input,p {
  font-family: Helvetica, Arial,sans-serif;
}
h1 {
  color: #005a31;
	font-size:12px;
	font-weight: bold;
	padding-bottom: 10px;
	clear: left;
	float: none;
}

h2 {
	font-size:12px;
	font-weight: bold;
}
.input {
  width: 350px;
  height: 16px;
  clear: right;
  font-size: 11px;
  margin-bottom: 5px;
  border: 1px solid #999;
}
.submit {
  font-size: 11px;
  margin-left: 100px;
  width: 100px;
  background: #005a31;
  color: #fff;
  border: 0;
  height: 15px;
  cursor: pointer;
}
.submit:hover {
  color: #ffe6a9;
}
label {
  width: 100px;
  display: block;
  float: left;
  clear: left;
  height: 16px;
  margin-bottom: 5px;
}
table {
  width: 465px;
}
th {
  font-weight: normal;
}
td {
  padding: 3px 0;
  width: 150px;
}
textarea {
  font-size: 11px;
  width: 350px;
  clear: right;
  border: 1px solid #999;
  margin-bottom: 5px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.error {
  color: #f00;
}

/*/////////////////////////////////
frame
/////////////////////////////////*/
#container {
  width: 700px;
  text-align: left;
  margin: 30px auto 30px;
}
/*/////////////////////////////////
header
/////////////////////////////////*/
#header {
  width: 465px;
  margin-left: 245px;
 height: 170px;
 text-transform: uppercase;
 font-weight: bold;
}
#logo {
  width: 242px;
  height: 106px;
  float: none;
}
#menu ul{
  margin-top: 10px;
}
#menu li {
  display: inline;
}
#menu li span {
  color: #000;
  font-size: 10px;
  padding-right: 15px;
}
#menu li a {
  font-weight: bold;
  font-size: 10px;
  padding-right: 15px;
  text-decoration: none;
}
#menu li a:hover{
	color: #000;
}


/*/////////////////////////////////
content
/////////////////////////////////*/
div.img {
  width: 700px;
  float: none;
  clear: both;
}
div.thumbs {
  width: 470px;
  margin-left: 20px;
  float: right;
}
img.thumb {
  margin: 0 10px 10px 0;
  width: 223px;
  float: left;
}
img.pic {
  margin: 0 10px 20px 15px;
  float: right;
  height: 350px;
}
.home {
  width: 225px;
}
.full {
  float: right;
  width: 456px;
}
.para {
  margin-bottom: 20px;
}
.links a {
  text-decoration: none;
  font-weight: bold;
}
.links a:hover {
  text-decoration: underline;
}

/*/////////////////////////////////
footer
/////////////////////////////////*/
#footer {
  width: 700px;
  float: none;
  clear: both;
  padding-top: 20px;
  margin: 30px 0;
  height: 30px;
}
#footer p,  #footer a {
  color: #666;
}