/* undohtml.css */
/* (CC) 2004-2005 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code/kbd too */
h1,h2,h3,h4,h5,h6,pre,code,kbd { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
dl,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,img,div
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address,abbr */
address,abbr { font-style:normal }

/* more varnish stripping as necessary... */

*{
	font-size:100%;
}

/*div {outline:1px dashed red;}*/


body{
	font:85%/140% "Trebuchet MS";
	text-align:center;
	background-color:#7B96B5;
	
}

#container {
background-color:#FFFFFF;
padding-top:10px;
padding-bottom:10px;
	width:770px;
	margin:5px auto;
	text-align:left;
	}
#top {
height:130px;
width:736px;
margin:0 auto;
background-color:#FFFFFF;
	background-image:url(images/main_logo.png);
	background-repeat:no-repeat;
}	
#top h1 {
text-indent:-9999px;
}

#menu a{
text-decoration:none;
color:#fff;
}
#menu a:hover{
text-decoration:underline;
}
#menu ul{
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:15px 17px;
padding-bottom:5px;
padding-top:5px;
background-color:#666;
border:1px solid black;
}
#menu li{
display:inline;
padding:10px 11px;
}
#main {
width:485px;
padding-top:10px;
	display:inline;
	float:left;
	background-color:transparent;
	margin-bottom:10px;
	margin-right:20px;
	margin-left:15px
}
#main a {color:#0066CC;
text-decoration:none;}
#main a:hover {text-decoration:underline;}
#main p {
margin-bottom:15px;}
#right {
background-color:#FFFF99;
padding:10px;
float:left;
width:220px;
margin-bottom:10px;	}
#right p{
font-size:80%;
line-height:130%;
text-align:right;
margin-bottom:20px;}
#right a{
text-decoration:none;
color:#000;
}
#right img a:hover {
border-color:#990000;
}
#right img {
border:1px solid black;
}
#logos{
height:110px;
clear:both;
width:740px;
background:url(images/logos.gif);
margin:0 auto;
margin-bottom:10px;
}
#footer{
clear:both;
width:740px;
border:1px solid #666;
margin:0 auto;
background-color:#CCCCCC;
}
#footer p{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:69%;
text-align:center;
}
#footer a{
color:#0066CC;
text-decoration:none;
}
#footer a:hover{
text-decoration:underline;}
blockquote {
text-align:right;
margin:20px;
}
blockquote p{
font-family:Georgia, "Times New Roman", Times, serif;
text-align:left;
font-style:italic;
}
cite {
font-style:normal;
font-size:80%;
}
h2, h3 {
color:#996600;
}
h2 {
font-size:130%;
margin-bottom:15px;
}
h3 {font-size:110%}
h3 em {color:#000;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:90%;
font-weight:normal;}
#red p {
text-align:left;
color:red;
font-size:14px;
font-weight:bold;
border:1px solid black;
background-color:#FFFFFF;
padding:5px;
}
.redtext {color:#FF0000;}
#keywords {
font-size:1%;
letter-spacing:1%;
line-height:1%;
color:#7B96B5;
}