body {
    min-width: 800px;
    background-color: #fff;
    margin: 0.3em;
    padding: 0.3em;
    font-family: Lucida Grande, Verdana, Sans-serif;
    font-size: 1.0em;
    color: #4F5155;
}

pre {
	font-size: 1.2em;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

a {
    color: #003399;
    font-weight: normal;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h1 {
    color: #222;
    border-left: 5px solid #D0D0D0;
    font-size: 1.2em;
    font-weight: bold;
    margin: 24px 0 12px 0;
    padding: 10px 0 10px 5px;
    background-color: #e9e9e9;
}

h2 {
    color: #444;
    font-size: 1.1em;
    font-weight: bold;
    margin: 18px 0 9px 0;
    padding: 2px 0 2px 1px;
}

table {
    font-size: 0.85em;
}

.error {
    font-size: 0.8em;
    color: red;
}

#header,#menu,#content,#sub-section,#footer {
    overflow: hidden;
    display: inline-block;
}

/* safari and opera need this */
#footer {
    width: 100%;
}

#header,#menu,#content {
    float:left;
}

#sub-section {
    float:right;
}

#header {
    width:48%;
}

/* leaving room for rounding error (MSIE5.5) */
#menu {
    width:50.9%;
}

#content {
    width:78.9%;
    background-color: #fff;
    border-top: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
}

#sub-section {
    width:20%;
    background-color: #f9f9f9;
    font-size: 0.9em;
    text-align: center;
    padding-top: 5px;
}

#footer {
    clear: both;
    text-align: center;
    padding-top: 1em;
    font-size: 0.7em;
}

.message{ 
    border:1px solid #CCCCCC;
    border:1px solid #c93;
	width:450px;
    background:#ffc;
    padding:5px;
    color: #333333;
    margin-bottom:10px;
}

