/* CSS 2.1 for CCBot/1.0 (+http://www.commoncrawl.org/bot.html) */

html, body {
    margin:0;
    padding:0;
    height:101%;
}
body {
    text-align:center;
    font-family:Verdana, Helvetica, Arial, sans-serif;
    font-size:80%;
    line-height:1.3em;
    background-color:#d4d5d7;
    color:#000;
    height:101%;
}
h1, h2, h3, h4, h5, ul, li {margin:0;padding:0;}
h1 {font-size:1.4em;}
h2 {font-size:1.3em;}
h3 {font-size:1.2em;}
h4 {font-size:1.1em;}
h5 {font-size:1.0em;}

/* Header */
#header {
    height:80px;
    width:990px;
    margin:0px auto;
    text-align:left;
    background-color:#504e53;
    background-position:180px 0;
    background-repeat:no-repeat;
    
}
#header ul {
    list-style:none;
    padding:15px 0 0 10px;
    margin:0;
}
#header a {
    letter-spacing:1px;
    font-family:Helvetica, Arial, sans-serif;
    font-weight:bold;
    background:transparent url(../images/block_w.gif) 0 4px no-repeat;
    padding:0 0 0 30px;
    color:#fff;
}
#header a:link,
#header a:visited {
    text-decoration:underline;
}
#header a:hover,
#header a:active,
#header a:focus {
    text-decoration:none;
}
/* Base container */
#main {
    /*background:#fff url(../images/backg.gif) 0 0 repeat-y;*/
    text-align:left;
    width:990px;
    margin-bottom:10px;
    
}

/* Left column */
#left {
    width:175px;
    margin:0;
    padding:10px 0;
    background-color:#828387;
}
#left ul {
	margin:80px 0 0 0;
}
#left ul li {
    list-style:none;
}
#copyleft {
    padding:0 0 5px 0;
    background-color:#828387;
}
#copymid {
    background-color:#fff;
}
#copyright {
    background-color:#828387;
}
/* Middle column */
#center {
    
    padding:10px;
    background-color:#fff;
    text-align:left;
}

/* Right column */
#right {
    width:175px;
    padding:20px 0 0 0;
    background-color:#828387;
}
#right #ticker {
    width:150px;
    padding:5px;
    background-color:#fff;
    text-align:left;
    border:1px inset #000;
}
#right a.tlink {
	font-size:0.95em;
}

#search-note {
	left:50%;
	top:90px;
	width:400px;
	padding:10px;
	position:absolute;
	margin-left:-200px;
	display:none;
	z-index:99;
}
#search-note dd {
	padding-top:10px;
}
#search-note button {
	float:right;
}

.info {
	background-color:#e5edf4;
	border:3px solid #395872;
}
.error {
	background-color:#fae8ef;
	border:3px solid #f00;
}
.alert {
	background-color:#fff58a;
	border:3px solid #f46500;
}

