* {
    margin: 0em;
    padding: 0em;
}

html {
	min-height: 100.05%
}

body {
	background-color: #e8eaec;
	color: #6666666;
	font-family: arial,helvetica,sans-serif;
	font-size: 10pt;
}

a {
    color: #0077dd;
	text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

/* container */
#container {
	background-color: #ffffff;
	border: 2px solid #a0a0a0;
	color: #303030;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 1px;
	width: 900px;
}

/* header */
#header {
	background-color: #004778;
	background-image: url('../images/header.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	height: 75px;
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
	text-align: center;
	overflow: hidden;
}

#logo {
	float: left;
	width: 10.2em;
}
#logo h1 {
	color: #ffffff;
	font-size: 2.2em;
	letter-spacing: -0.05em;
	position: relative;
	text-align: center;
	top: 0.5em;
}
#logo img {
	background-color: #ff7f09;
	height: 0.15em;
	position: relative;
	text-align: center;
	width: 100%;
}		
#logo h2 {
	color: #e0e8ef;
	font-size: 0.7em;
	position: relative;
	text-align: center;
	white-space: nowrap;
}

#menu {
	float: right;
	position: relative;
	top: 3.5em;
}
#menu ul {
	list-style: none;
}
#menu li {
	border-left: dotted 1px #e0e8ef;
	display: inline;
	margin-left: 1em;
	padding-left: 1.1em;
}
#menu li.first {
	border: 0em;
	margin-left: 0em;
	padding-left: 0em;
}
#menu li a {
	color: #e0e8ef;
	font-weight: bold;
	padding: 0.1em;
	text-decoration: none;
}
#menu li a:hover {
	color: #ff7f09;	
	text-decoration: underline;
}

/* footer */
#footer {
	background-color: #004778;
	background-image: url('../images/header.gif');
	background-position: top;
	background-repeat: repeat-x;
	color: #e0e8ef;
	font-size: 0.75em;
	height: 20px;
	position: relative;
	overflow: hidden;
	vertical-align: top;
}
#footer ul {
	padding: 0.4em;
	list-style: none;
	text-align: center;
}
#footer li {
	display: inline;
	margin-left: 1.5em;
	margin-right: 1.5em;
	white-space: nowrap;
}
#footer a {
    color: #e0e8ef;
	text-decoration: none;
}
#footer a:hover {
	color: #ff7f09;	
}

/* content */
#content {
	background-color: #ffffff;
	line-height: 1.5em;
	height: 500px;
	padding-bottom: 1.5em;
	padding-left: 5em;
	padding-right: 5em;
	padding-top: 1.9em;
	position: relative;
	overflow: auto;
}
#content h2,h3,h4,h5,h6 {
	color: #545454;
	margin-bottom: 1em;
	border-bottom: dashed 1px #dfdfdf;
	padding-bottom: 0.3em;
}
#content h2 {
	text-align: left;
	font-size: 1.5em;
}
#content h3 {
	font-size: 1.1em;
}

#content p {
	margin-bottom: 1.5em;
	text-align: justify;
}
#content p.smaller {
	font-size: 0.8em;
	line-height: 1.1em;
}

#content ul {
	color: #ff0000;
	margin-bottom: 1.5em;
	margin-top: -0.7em;
	padding-left: 2.5em;
	list-style: disc;
}
#content ul li {
	color: #000000;
	padding-left: 0.1em;
}
