/* GLOBAL ELEMENTS */
html,body {
   margin: 0; padding: 0;
   background: #FFFFFF;
   font-size: 100%;
font-family: Verdana;
	color: #444;
   text-align: center;
}
a {
   color: #62c2ea;
   text-decoration:none; 
}
a:hover {
   text-decoration: underline;
}
p {
   color: #444;
   line-height: 160%; margin: 5px 0;
}
p, td, th, ul {
   font-size: 70%;
}
html {overflow-y: scroll;}

/* LAYOUT */
#wrapper {
   width: 711px;
   margin: 0 auto 0 auto;
   text-align: left;
}
#largead {
   width: 100%;
}

#content {
  /* border-top: 3px solid #ce6c1c;
   border-bottom: 3px solid #ce6c1c;*/
   background:  url('themes/clouds/img/contentBG.png') repeat-y 1px;
   padding: 20px; padding-top: 0px; position: relative; z-index: 5; padding-bottom: 0px;

}

/* ELEMENTS */
h1 {
   font: bold 100% Verdana;
   color: #62c2ea;
   border-bottom: 1px solid #ccc;
   padding-bottom: 3px;
   margin: 0px 0 5px 0;
}
h6 {
   font: bold 70% Verdana;
   border-bottom: 1px solid #000;
   padding-top: 3px;
   padding-bottom: 2px;
   margin: 0px 0 5px 0;
}
h2 {
   font: bold 100% Verdana;
   color: #62c2ea;
   border-bottom: 1px solid #ccc;
   padding-bottom: 3px;
   margin: 25px 0 5px 0;
}
h3 {
   font: 250% Georgia, "Times New Roman", Times, serif;
   color: #fff;
   padding: 40px 0 10px 10px;
   margin: 0;
}
h3 span { color: #62c2ea; }
h3 a { color: #DDD; }
h3 a:hover { color: #62c2ea;  text-decoration: none;}
h3 a:hover span { color: #DDD;}
p+p { padding-top: 1em; }
form.form { font-size: 80%;  padding: 20px; padding-top: 0px; padding-bottom: 0px;}
form{ position: relative; left: -19px;  width: 700px;  margin-right: 40px; }
#options {
   list-style-type: none;
   width: 700px;
   margin: 10px; padding: 0;
}
#options li { 
   float: left;
   width: 170px;
   border-left: 5px solid #EEE;
}
#footer {
   margin: 10px 0 0 0; 
   font-size: 70%; padding: 10px; padding-top: 16px; min-height: 18px; position: relative; top: -10px; left: 1px;
   color: #ccc; background: url('themes/clouds/img/footer.png') no-repeat;
}
#header{
	position: relative;
	display: block; 
}
	#header h1, #header h1 a{
		margin-bottom: 0px; padding-bottom: 0px;
	}
#nav {
   text-align: right;
   list-style-type: none;
   font-size: 70%;

   margin: 20px 0 0 0;
   padding: 0;
   position: absolute;
   right: 10px;
   bottom: 78px; z-index: 6000;
}
#nav li {
   padding: 0 5px 0 5px;
   display: inline;
}

.left {
   float: left;
}

/* STYLES */
.first { margin-top: 0 }
input.textbox { width: 618px;  font: 100% Verdana; }
input.button {font: 100% Verdana; margin-top: 0px;}
input, select, option, form{ font-family: Verdana; }
label { font-weight: light; }
#error {
   padding: 2px;
   color:#DD2654;
}

/* TABLES USED IN COOKIE MANAGEMENT / EDIT BROWSER PAGES */
table {
   border-color: #CCC;
   border-width: 0 0 1px 1px;
   border-style: solid;
   width: 50%;
}
img.padding {
border-style: none;
padding: 1px 1px 10px 1px;
}
th {
   font-size: normal;
   background: #EEE;
   border-width: 2px;
}
td, th {
   border-color: #CCC;
   border-width: 1px 1px 0 0;
   border-style: solid;
   padding: 2px 10px 2px 10px;
}
td {background: #FFF;}
.full-width {
   width: 98%;
}
.large-table { 
   width: 75%; 
   margin-top: 15px;
}
.large-table td, .large-table th {
   padding: 5px;
}
td.small-note {
   font-size: 60%;
   padding: 2px;
   text-align: right;
}

/* TOOLTIP HOVER EFFECT */
label { font-weight: normal; line-height: 20px; cursor: help; color: #BBB; }
#tooltip{ width:20em; color: #666; background: #FFF; font-size: 12px; font-weight: normal; padding: 5px; border: 3px solid #EEE; text-align: left; z-index: 1000; }