@CHARSET "UTF-8";
body {
    margin-top: 0px;
    background-color: #5577ff;
    font-family: Helvetica, Arial, FreeSans, san-serif;
    color: #000000;
}
#container {
    margin: 0px auto 0px auto;
    width: 700px;
    clear: both;
    background-color: #ffffff;
    padding: 0px 10px 10px 10px;
	border: 1px solid #000000;
	border-top: 0px;
	-moz-box-shadow: 3px 3px 3px #333333;
	-webkit-box-shadow: 3px 3px 3px #333333;
	box-shadow: 3px 3px 3px #333333;
}
nav li {
    float: left;
    margin: 0px 10px 0px 0px;
    list-style-type: none;
}
nav ul {padding-bottom: 10px}
h1 { font-size: 3em;  margin: 5px 0px 5px 0px; padding: 0px;}
h1 .small { font-size: 0.4em; }
h1 a { text-decoration: none;}
h2 { font-size: 1.5em; }
h3 {margin-bottom: 0px}
#header {height: 130px; border-bottom: 1px solid black; padding-top: 1px;}
#header_logo {float: left}
#header_logo img { height: 120px; width: 90px; margin-right: 5px;}
.description { font-size: 1em; margin-bottom: 5px; margin-top: 5px; font-style: italic; }
.download { float: right; }
hr { border: 0; width: 80%; border-bottom: 1px solid #aaa; }
.title, .title a { font-size: 1.8em;  margin: 5px 0px 5px 0px; padding: 0px; text-decoration: none;}
.footer { text-align:center; padding-top:30px; font-style: italic; }


/*ALTERNATE TEXT COLOR */
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
.title a,
.title a:visited,
#ALTERNATE_TEXT_COLOR
{
	color: #5577ff;
}

/*ALTERNATE TEXT BACKGROUND */
section h1,
section h2,
section h3,
section h4,
section h5,
#ALTERNATE_SECTION_BACKGROUND
{
	background-color: #DDDDFF;
	margin-bottom: 5px;
}

.emphasize {
    font-weight: bold;
}
.note {
    font-style: italic;
    font-size: .9em;
    background-color: #EEEEEE;
    border: 1px solid #cccccc;
    padding: 3px;
    margin: 5px 0px;
}

section section{
	margin-left: 20px;
}
section h2 {
    border-top: 3px solid black;
}

section h3, section h4{
    border-top: 1px solid black;
}

/* HEADER PADDING */
h1, h2, h3, h4, h5 { padding: 5px 3px 5px 3px}