body {
	margin: 0;
	font-family: Arial, san-serif;
	font-size: 12px;
	background-color: #eee;
	color: #333;
}

p {
	margin-left: 10px;
}

.indent {
	margin-left: 10px;
}

a {
	color: #660000;
	font-weight: bold;
}

.color {
	color: #46498E;
	font-weight: bold;
}

img.border {
	border: 2px solid #46498E;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	border: 1px solid black;
	background-color: white;
}
.navbar {
	width: 800px;
	height: 25px;
	background-color: #9999cc;
	background-color: #72C270;
	background-color: #9093D5;
	background-color: #46498E;
	background-color: #660000;
	background-color: white;
	/* border-bottom: 2px solid black; */
	border-top: 1px solid black;
	margin-top:0;
	padding-top: 0;
	background-image: url(images/stripes2.jpg);
	background-repeat: repeat-x;
}
.navbar a {
	display: block;
	float: left;
	color: black;
	font-weight: bold;
	text-decoration: none;
	width: 80px;
	border: 3px solid #484c72;
	background-color: #ccccff;
	background-color: #B5B7E3;
	background-color: #CAB5E3;
	background-color: #D4D5F7;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 0;
}
.navbar a:hover {
	background-color: white;
}

.navtable {
	list-style: none;
	display: inline;
	margin-left: 0;
	margin-top: 3px;
	text-align: center;
}

.navtable li {
	display: inline;
	text-align: center;
	font-size: 12px;
}
		
#footer {
	width: 800px;
	background-color: #9999cc;
	background-color: #46498E;
	color: white;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 20px;
	border-top: 1px solid black;
}
#footer ul {
	list-style: none;
	display: inline;
	margin-left: 2px;
}
#footer ul li {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	color: white;
}
#footer a {
	color: white;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
	color: white;
	text-decoration: underline;
}
#main {
	padding: 20px;
	padding-top: 5px;
	font-size: 12px;
	text-align: justify;
}
h1 {
	color: white;
	font-size: 16px;
	height: 18px;
	padding: 2px;
	padding-left: 8px;
	width: 300px;
	background-image: url(images/h1bar2.jpg);
	background-repeat: no-repeat;
	font-weight: normal;
}
h1.wide {
	color: white;
	font-size: 16px;
	height: 18px;
	padding: 2px;
	padding-left: 8px;
	width: 720px;
	background-image: url(images/h1-003.jpg);
	background-repeat: no-repeat;
	font-weight: normal;
}
.text2 {
	color: #46498E;
	font-weight: bold;
	font-size: 12px;
}
.text3, b {
	font-weight: bold;
	color: #46498E;
}
.floatright {
	float: right;
	margin-left: 20px;
	border: 4px solid #46498E;
}
.hbox {
	margin-left: 10px;
	padding: 10px;
	border: 1px solid #D4D5F7;
	border-bottom: 1px solid #46498E;
	border-right: 1px solid #46498E;
	margin-bottom: 10px;
	background-color: #eee;
}

.hr {
	background-color: #9999cc; 
	height: 1px; 
	border: none;
}
colors {
	green: #72C270;
	blue: #46498E;
}