body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}

body {
	background: #35659a;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a, a:link, a:active, a:visited {
	color: #35659A;
}

a:hover {
	color: #BA6161;
}



#header {
	background-color: #003565;
	padding: 0 .5em;
	color: #c6d2df;
	height: 40px;
}

#header span {
	font-size: 18px;
	font-weight: bold;
}

#bread {
	background-color: #ba6161;
	padding: 0 1em;
	font-size: .8em;
	color: white;
	height: 18px;
}

#content {
	padding: .6em;
	margin: .6em;
	background-color: #ffffff;
	text-align: justify;
}

#footer {
	background-color: #ba6161;
	color: white;
	padding: 0 0.6em;
	line-height: 0.8em;
	height: 1em;
	clear: both;
}

#footer span {
	font-size: .7em;
}

#leftCollumn {
	background-color: #35659A;
	float: left;
	border: .6em solid #35659a;
	border-top: 0;
	border-left: 0;
	margin: -.6em .6em .6em -.6em;
	display: inline;
	clear: left;
}

.menu {
	width: 11em;
}
.menu a {
	font-size: .8em;
	line-height: 1.4em;
}

.menu ul li {
	border-bottom: 1px solid #35659a;
}

.menu ul li a {
	background-color:#ced7e7;
	padding: 0 1.25em;
	display: block;
	width: 11.25em;
	text-decoration: none;
	color: #003565;
}

.menu ul li a:hover {
    text-decoration: underline;
    color: #003565;
    background: #bec7d7;
}


h1, h2, h3, h4, h5, h6 {
	color: #BA6161;
	margin-bottom: .8em;
}

h1 {font-size: 1.7em}
h2 {font-size: 1.6em}
h3 {font-size: 1.5em}
h4 {font-size: 1.4em}
h5 {font-size: 1.3em}
h6 {font-size: 1.2em}

p {
	margin-bottom: 1em;
	font-size: .8em;
}

ul {
	list-style: disc;
	margin-left: 1em;
}

.menu ul {
	list-style: none;
	margin: 0;
}



