/* Adapted from: http://bluerobot.com/web/layouts/view_css.asp?layout=layout1 */

body {
        margin:0px;
        padding:0px;
        font-family:arial, helvetica, sans-serif;
        color:#333;
        background-color:white;
        }
h1 {
        /* margin:0px 0px 15px 0px; */
        padding:0px;
        font-size:28px;
        line-height:30px;
        font-weight:900;
        color:#ccc;
        }

h4 {
	color:#000033;
}
p {
        font:11px/20px  arial, helvetica, sans-serif;
        margin:0px 0px 16px 0px;
        padding:1px;
        }
#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}

a {
        color:#333333;
        font-size:11px;
        text-decoration:none;
        font-weight:600;
        font-family: arial, helvetica, sans-serif;
        }
a:link {color:#333333;}
a:visited {color:#333333;}
a:hover {
	background-color:#eee;
	color:#666666;
}
#Header {
	margin:50px 0px 10px 0px;
	padding:17px 2px 2px 20px;
	height:33px;
	line-height:11px;
	background-color:#000033;
	voice-family: "\"}\"";
	voice-family:inherit;
	height:14px;
	color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
        }
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:14px;}

#Content {
        margin:0px 50px 50px 200px;
        padding:10px;
        }

#Menu {
        position:absolute;
        top:120px;
        left:20px;
        width:172px;
        padding:10px;
        background-color:#eee;
        border:1px solid #333333;
        line-height:17px;
/* Again, the ugly brilliant hack. */
        voice-family: "\"}\"";
        voice-family:inherit;
        width:150px;
        }
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}

#convertedText {
	font-family: arial;
	}