html {
height:100%;
}

body {
font-family:Tahoma, sans-serif;
font-size:76%;
color:#000;
height:100%;
background:#fff url(/img/bg.jpg) repeat-x;
margin:0;
padding:0;
}

a {
text-decoration:none;
color:#00F;
font-size:1em;
padding:1px 2px;
}

a:hover {
background-color:#f4f4f4;
}

acronym {
border-bottom:1px dotted #c00;
cursor:help;
}

#container {
height:auto !important;
min-height:100%;
position:relative;
text-align:center;
}

#header {
background:url(/images/bg_branding.png) repeat-x 100% 5px;
width:750px;
margin:0 auto;
padding:0;
}

#header div {
background:url(/images/header_botm.jpg) no-repeat 0 70px;
text-align:left;
padding:45px 0 97px 20px;
}

#header h1 {
clear:both;
font-size:4em;
margin:0;
padding:43px 0 0 150px;
}

#header h1 a {
font-family:Century Gothic, sans-serif;
font-weight:400;
color:#FFF;
padding:0;
}

* html #header h1 {
padding-top:23px;
}

#header li {
display:inline;
list-style-type:none;
font-size:1.1em;
width:120px;
height:25px;
float:left;
text-align:center;
margin:0 4px;
}

#header li a {
display:block;
width:100%;
color:#fff;
padding-top:7px;
}

#header li a.on,#header li a:hover {
background-color:transparent;
color:#FFF;
text-decoration:underline;
}

#content {
width:750px;
padding-bottom:50px;
margin:0 auto;
}

* html #content {
padding-bottom:60px;
}

.SpecialHeadline {
text-decoration:blink;
color:red;
}

#content h3 {
color:#F00;
font-weight:400;
font-size:1.8em;
clear:both;
margin:0 0 20px;
}

#content h2 em {
color:#00F;
font-style:normal;
}

#content h2 {
color:#333;
font-weight:400;
font-size:1.8em;
clear:both;
margin:0 0 20px;
}

#content p {
line-height:2.5em;
letter-spacing:0.1em;
}

#content blockquote {
background-color:#FFFFF0;
border-top:1px solid #eee;
border-bottom:1px solid #eee;
margin:20px 0;
padding:10px 20px;
}

#content blockquote p {
text-indent:0;
margin:0;
}

#content img {
display:inline;
background:#ccc;
border:4px solid #f0f0f0;
padding:1px;
}

.left {
float:left;
margin:10px 10px 5px 0;
}

.right {
float:right;
margin:10px 0 5px 10px;
}

#content table p {
text-indent:0;
letter-spacing:normal;
line-height:normal;
margin-left:3px;
}

#content table h2 {
margin-left:3px;
}

#content ul.thumbs {
margin:20px 0;
padding:0;
}

#content ul.thumbs li {
float:left;
background-image:none;
margin:3px;
padding:0;
}

#content ul.thumbs li a img {
border:5px solid #ddd;
}

#content ul.thumbs li a:hover img {
border:5px solid #333;
}

#left {
float:left;
width:225px;
text-align:left;
margin-right:0;
}

#right {
float:right;
width:500px;
text-align:left;
}

.floatimgleft {
float:left;
margin-bottom:10px;
margin-right:10px;
background-color:#ddd;
border-top:1px solid #999;
border-right:2px solid #555;
border-bottom:2px solid #555;
border-left:1px solid #999;
width:auto;
padding:10px;
}

.floatimgright {
float:right;
background-color:#6EAFFF;
border-top:1px solid #999;
border-right:2px solid #555;
border-bottom:2px solid #555;
border-left:1px solid #999;
width:auto;
text-align:center;
margin:10px 5px 10px 10px;
padding:10px;
}

#footer {
width:100% !important;
z-index:500 !important;
background-color:#333;
color:#999;
font-size:11px;
border-top:3px solid #ccc;
top:1045px;
padding:10px 0;
}

#footer p {
text-align:center;
color:#FFF;
margin:0 10px;
}

#footer a:hover {
background-color:#222;
color:#FFF;
}

#footer a {
color:#FFF;
}

#header h1 a:hover,html>body #content ul.thumbs li a {
background-color:transparent;
}

#header ul,#header ol {
margin:0 35px;
padding:0;
}

#content:after,#content ul.thumbs:after {
content:".";
display:block;
clear:both;
height:0;
visibility:hidden;
}

div.floatimgleft img,div.floatimgright img {
border-top:2px solid #555;
border-right:1px solid #999;
border-bottom:1px solid #999;
border-left:2px solid #555;
}