/* CSS Document */

* {
margin:0;
padding:0;
outline:none;
}

body {
background: #edeecd;
font:70% Verdana;
color:#d7effb;
}

a {
color:#84a101;
}

a:hover {
text-decoration: underline;
color:#red;
}

#header {
height:150px;
display:block;
background:url(../images/header.gif) top center no-repeat;
}

#temp {
height:200px;
display:block;
background:url(../images/PLACEHOLDER_header.gif) top center no-repeat;
}

h1.main_title {
font:170% Century Gothic;
color:#fff;
font-weight:bold;
margin:0px auto 0;
text-align:center;
}

h1.main_title a {
color:#fff;
text-decoration:none;
}

#container {
width:760px;
margin:0 auto;
background:#66684a;
padding:5px;
}

#container ol {
margin:0 0 0 15px;
}

#navigation {
background:#000;
width:620px;
border-top:1px solid #66684a;
padding:8px 0;
text-align:center;
margin:10px auto 1px;
font:100% Georgia;
color:#fff;
letter-spacing:2px;
text-transform:uppercase;
}

#nav li {
list-style:none;
display:inline;
margin-right:0px;
}

#nav a {
padding:12px;
color:#edeecd;
text-decoration:none;
margin-right:0px;
}

#nav a:hover {
background:url(../images/nav_link_active.jpg) top repeat-x;
color:#fff;
}

#nav a.active {
background:url(../images/nav_link_active.jpg) top repeat-x;
color:#fff;
font-weight:bold;
}

#inner_container {
background: #66684a;
padding:10px 10px 10px 25px;
}

#sidebar {
width:200px;
padding:10px;
float:right;
background:#000;
color:#bdbdc1;
position: relative;
}

#sidebar a img {
	text-decoration: none;
	border: 0 none;
}

#container #sidebar h2 {
font-size:90%;
margin:10px 0;
color:#edeecd;
}

#container #sidebar h1 {
color:#edeecd;
}

#container #sidebar p {
text-indent:0;
font-size:90%;
line-height:17px;
color:#edeecd;
}

#content {
margin-right:240px;
}

#contentfull {
margin:0px;
}

blockquote {
background: #edeecd;
padding:2px 17px;
color:#66684a;
}


.tancolor {
color:#edeecd;
}

p {
margin:10px 0;
padding:5px;
line-height:20px;
/* text-indent:25px; */
}

p.note {
padding:20px;
background:#edeecd;
color:#66684a;
}

p.yellow{
color:#ffff33;
}

#container h1 {
font:170% Arial;
color:#fff;
margin:15px 0;
}

#container h2 {
font:110% Verdana;
color:#fff;
font-weight:bold;
margin:25px 0 15px;
}

#container h3 {
font:110% Verdana;
color:#fff;
font-weight:bold;
}

#container ul {
margin:10px 15px;
}

#container ul li {
margin:10px 0;
}

img.floatleft {
float: left;
margin: 0 10px 0 0;
position: relative;
}

img.floatright {
float: right;
margin: 0 0 0 10px;
position: relative;
}

#container img {
background:none;
padding:5px;
}

#footer {
width:750px;
background:none;
padding:5px;
margin:0 auto;
clear:both;
}

#content table {
width:475px;
background:#000;
margin:25px 0;
}

* html #content {
display: inline;
}

td {
padding:8px;
text-align:center;
background:url(../images/td.jpg) top left no-repeat #66684a;
font:100% Georgia;
}

th {
color:#fff;
padding:10px;
}

#footer p {
color: #66684a;
text-indent:0;
float:right;
}

#footer a {
color: #84a101;
text-indent:0;
}

#footer p.validate {
float:right;
}