body {
	background-color: silver;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

a {
	color: #1e56a1;
}

#header a {
	text-decoration:none;
	color:  white;
}

h1, h2, h3 {
	color: #357ca2;
	font-weight: bold;
}

img {
	margin: 10px;
	border-style: none;
}

#content p {
	text-align: justify;
	text-indent: 0px;
}

#container {
	margin-left: 10%;
	margin-right: 10%;
	text-align: justify;
	text-indent: 8px;
	padding: 5px;
}

ul#menu, div#submenu, ul#weeks {
	text-transform: capitalize;
	text-align: center;
	top: 0;
	right: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	//position: relative;
}

ul#menu {
	color: white;
	background-color: #357ca2;
	border-style: solid;
	border-color: white;
	float: left;
	right: 0;
	position: relative;
	top: 0;
}

#miniheader {
	position: relative;
}

ul#weeks {
	color: white;
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: #357ca2;
	border-top-style: solid;
	border-top-color: white;
	border-right-style: solid;
	border-right-color: white;
}

#breadcrumb p {
	padding-bottom: 3px;
	background-color: white;
	font-variant: small-caps;
	text-transform: capitalize;
	padding-left: 20px;
	margin: 0;
}

div#submenu ul {
	margin: 0;
}

ul#menu li, div#submenu li, ul#weeks li{
	display: inline;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
}

ul#menu li:hover, div#submenu li:hover, ul#weeks li:hover{
	color: #68acf5;
}


div#content {
	background-color: white;
	border-style: solid;
	border-color: #357ca2;
	padding: 20px;
}

div#submenu {
	margin: 0 0px;
	background-color: rgba(240,121,37,0.8);
	border-style: solid;
	border-color: white;
	text-align: left;
}

div#submenu li {
	border-right-style: none;
	border-left-style: none;
	color: white;
}
