* {
	margin : 0;
	padding : 0;
}

a {
	color : #437fda;
	font-style : normal;
}
a:visited {
	color : #3333ff;
	font-style : italic;
}
a:hover {
	color : #ba8f43;
}

h2 {
	color : #343434;
	font : italic 160% sans-serif;
}
h3 {
	color : #343434;
	font : italic 120% sans-serif;
	text-align : left;
}
h4 {
	color : #343434;
	font : bold italic 110% sans-serif;
	padding : 1em 1em 0 1em;
}

html {
	font : 80%/170% sans-serif;
	text-align : justify;
}

img {
	margin : 1em 1em 0 1em;
}
img.left {
	float : left;
	margin : 1em 1em 0 0;
}
img.right {
	float : right;
	margin : 1em 0 0 1em;
}

p {
	padding-top : 0.5em;
	padding-bottom : 0.5em;
}

blockquote {
	font-style : italic;
	margin : 1em 1em 0 1em;
	padding : 0 0 1em 0;
}
blockquote span {
	font-size : 200%;
	line-height : 1%;
	margin : 0 0.15em;
	position : relative;
	top : 0.25em;
}

ul {
	padding-left : 3em;
}

li {
	padding-top : 0.5em;
	padding-bottom : 0.5em;
}

#main {
	margin : auto;
	max-width : 65em;
	min-width : 40em;
	width : auto !important;
	width : 65em;
}

#header {
	background : #2b548c url('images/header_bg.png') repeat-x bottom left;
	padding : 2em 3em 2em 3em;
}
#header h1 {
	color : #ffffff;
	font : italic 200% sans-serif;
}
#header h2 {
	color : #ffffff;
	font : italic 140% sans-serif;
}

#menu {
	background : #ffffff url('images/menu_bg.png') repeat bottom left;
	/* Was:
             background : #437fda;
           This worked well with Firefox, but not Safari or IE.
           The image menu_bg.png is a small slice from the bottom of
           header_bg.png, so it should always blend well with the latter.
         */
	font : 100% sans-serif;
}
.submenu {
 	padding-left: 4em;
}

#menu ul {
	padding : 0.7em 2em;
}
#menu li {
	display : inline;
}
#menu li a {
	color : #ffffff;
	text-decoration : none;
	padding : 0.7em 1.25em;
}
#menu li a:hover {
	background : #2b548c;
}
#menu li.selected a {
	background : #ffffff;
	border : 1px solid #2b548c;
	border-bottom : 1px solid #ffffff;
	color : #437fda;
}
#menu li.selected a:hover {
	background : #ffffff;
	color : #ba8f43;
}

#content {
	font-size : 120%;
	height : auto !important;
	height : 1%;
	overflow : hidden;
	padding : 2em 0 0 0;
}
#content div {
	padding : 0 3em 2em 3em;
}

#panel {
	background : #efefef;
	border : 1px solid #dfdfdf;
	border-bottom : 1px solid #cfcfcf;
	border-top : none;
	height : auto !important;
	height : 1%;
	overflow : hidden;
	padding : 0 5em 2em 5em;
}
#panel div {
	padding : 2em 0 0 0;
}
div.left {
	left : -1em;
	right : 1em;
	float : left;
	position : relative;
	width : 50%;
}
div.right {
	left : 1em;
	right : 1em;
	float : right;
	position : relative;
	width : 50%;
}

hr {
	color: #437da;
	margin: 2em 9em 2em 9em;
}

dt {
	font-style: italic;
	padding-bottom: 0.5em
}

#bottom-navigation {
	font : bold italic 120% sans-serif;
	height : auto !important;
	height : 1%;
	overflow : hidden;
	padding : 0 3em 2em 3em;
	border-bottom : 1px solid #cfcfcf;
}

#footer {
	font-size : 75%;
	line-height:120%;
	margin : auto;
	padding : 3em 0 3em 0;
	text-align : center;
	width : 65%;
}


