@charset "UTF-8";
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	background color: #2A2954;
}
#container {
	width: 980px;
	background: #333366;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#banner {
	position: relative;
}
#MenuBar1 {
	position: absolute;
	/* [disabled]top: 50px; */
	right: 0px;
	bottom: 0px;
}
#main_image {
	background-image: url(../Images/content_bkgd.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 980px;
	height: 381px;
	margin-left: 0px;
}
#left_column, #center_column, #right_column {
    width: 320px;
	float:left
}
#center_column, #right_column {
  margin-left: 10px;
}
#main_text {
	width: 297px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 30px;
	font-style: italic;
	color: #2A2954;
	line-height: 1.2;
	position: absolute;
	left: 642px;
	top: 76px;
	height: 216px;
}
#footer {
	background-image: url(../Images/footer_bkgd.jpg);
	position: relative;
	height: 70px;
	width: 980px;
}
.image {
	float: left;
	border: 1px solid #30F;
}
h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #CC6633;
	font-weight: bold;
	font-size: 18px;
}
h2 {
	color: #9999FF;
}
.text {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #CC6633;
	font-size: 18px;
	padding-left: 0px;
}
.smalltext {
	font-size: 12px;
	color: #9999FF;
	font-family: Arial, Helvetica, sans-serif;
}
.copyright {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin-top: 10px;
	padding-top: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	padding-left: 5px;
}
.blockquote {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 36px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 2px;
	line-height: 50px;
	border-left-style: none;
	border-left-color: #2A2954;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	color: #9999ff;
}
h1 {
	font-size: 36px;
	font-weight: normal;
	text-transform: uppercase;
	border-top-width: thick;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	color: #CC6633;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.list {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #9999FF;
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 30px;
}
.arttext {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #9999ff;
	margin: 0px;
}
a {
	color: #06F;
}
a:hover {
	color: #CC6633;
}
a:visited {
	color: #96F;
}
