* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: times, serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background-color:#6699cc;
}


#header {
	background-color: white;
	margin: 0px;
	padding: 0px;
	height: 65px;
}

#sub-header {
	background-color: #336699;
	width: 725px;
	text-align: right;
	color: white;
	margin: 0px;
}

#sub-sub-header {
	width: 100%;
	text-align: center;
	clear:both;
}




#container {
	width:100%;
	clear:both;
}


#center {
	padding: 1em;
	background-color: #e1f2eb;
	width:75%;
	margin-bottom: 10px;
	display:block;
	float:left;
}

#left {
	left:0;
	width: 15%;
	background-color: #6699cc;
	display: block;
	float:left;
	text-align: center;
}

#footer {
	height: 2em;
	background-color: #336699;
	color: white;
	clear: both;
}

.foot {
	padding: 0.5em;
	margin-left: 1.5em;
	float: left;
}

.foot a:link {
	color: white;
	text-decoration: underline;
}

.foot a:visited {
	color: white;
	text-decoration: underline;
}

.foot a:hover {
	color: #e1f2eb;
	text-decoration: underline;
}

.foot a:active {
	color: white;
	text-decoration: underline;
}

.hr {
	height: 3px;
	width: 500px;
	background-color: #336699;
}

ul {	list-style-type: none; 
	width: 100%;
} 

li {
	margin-bottom: 5px; 
}

.menu-ie a {
	text-align: center;
	margin: 10px;
	padding: 0.55em;
	display: block;
	text-align: center;
	text-decoration: none;
	color: white;
	background: #336699;
	font-size: 133%;
	float:left;
	border: 1px solid #e1f2eb;
	width: 5em;
}


.menu-ie a:hover {
	background: #336699;
	color: #c2f2de;
	border: 1px solid #c2f2de;
}

.menu-ie a:active {
	background: gray;
	color: #fff;
}


.sub-menu a {
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0.3em;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #e1f2eb;
	width: 75%;
	border: 1px solid #369;
	font-size: 133%;
}

.sub-menu a:hover {
	color: #c2f2de;
	border: 1px solid #c2f2de;
}

.sub-menu a:active {
	color: #c2f2de;
}

.list-content {
	list-style-type: disc;
	list-style-position: inside;
	margin-left:3em;
	width: 85%;
}

.ordered-list {
	margin-left:5em;
	width: 85%;
}

.sub-list-content {
	list-style-type: disc;
	list-style-image: url(arrow.gif);
	list-style-position: inside;
	margin-left:3em;
}


.picture-left {
	float:left;
	margin:0px;
	padding:0px;
}
.picture-left-p {
	float:left;
	margin:0px;
	padding:5px;
}
.picture-right {
	float:right;
	margin:0px;
	padding:0px;
}
.picture-right-p {
	float:right;
	margin:0px;
	padding:5px;
}
.picture-center {
	float:center;
        margin:0px;
        padding:3px;
}


.box {
	display: block;
	border: 1px solid #369;
	width: 22em;
	font-size: 120%;
	padding: 0.5em;
	margin: 0.5em;
	text-align: left;
}

p {margin: 0 0 10px 0;}

h1 {
	font-size: 180%;
	font-weight:bold;
	color: #AA0000;
}

h2 {	
	font-size: 137%;
	font-weight:bold;
	color: #AA0000;
}

h3 {
	font-size: 127%;
	font-weight:bold italic ;
	color: #AA0000;
}

h4 {
	font-weight: bold;
	font-size:127%;
	color: #369;
}

h5 {
	font-weight: bold;
	font-size: 120%;
	display: inline;
	color: #AA0000;
}
h6 {
	font-weight:bold;
	font-size: 140%;
	display: inline;
	color: #AA0000;
}

