/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.3;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
padding:5px 15px;
background-color:#f4f2ee;
font-family:sans-serif;
}
p {
padding:15px 5px;
}

#header {
border:1px solid #d9d7d2;
background-color:#1b2e4d;
margin:5px;
padding:5px 15px;
color:#c6d8f5;
}
#header h1{
font-size: 150%;
font-weight: bold;
padding: 10px 5px;
float:left;
margin-right:40px
}

div.content {
border:1px solid #d9d7d2;
background-color:#fff;
margin:5px;
padding:5px 15px;
}

div.content p{
border:1px dashed #aaa;
margin:2px 0;
}

.float-left {
display:block;
float:left;
margin:5px 15px;
}

.float-right {
display:block;
float:right;
margin:5px 15px;
}
.clear {
font-weight:bold;
color:red;
clear:both;
clear:left;
clear:right;
clear:none;
}

/* adapted from http://www.secondpicture.com/tutorials/web_design/css_ul_li_horizontal_css_menu.html */

/* Links */
a {
color:#737f8f;
text-decoration:none;
}
a:visited {
color:#526072;
}
a:hover {
color:#8ba4c5;
text-decoration:underline;
}

.menu ul {
list-style-type: none;
height: 50px;
}

.menu li {
float: left;
}

.menu ul a {
background-image: url(navi_bg_divider.png);
background-repeat: no-repeat;
background-position: right;
padding-right: 32px;
padding-left: 32px;
display: block;
line-height: 50px;
text-decoration: none;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
color: #ccc;
}

.menu ul a:hover {
color:#fff;
background-color:#4f627b;
}