body
{
	font-family: verdana, sans;
	font-size: 12px;
	background-color: #E6E6FA; /* lavender */
	background-color: #EDF1FA; /* very light gray */
}

a {
	color: #3E52C7;
}

a img
{
	border: 0;
}

td 
{
	padding-left: 0.5em;
	padding-right: 0.5em;
}

hr {
	border-color: #004795;
	color: #004795;
}

address {
	font-style: normal;
}

div#bodyframe {
	width: 910px;
	border: 8px solid #abbed2;
	min-height: 400px;
	margin: 0 auto 0 auto;
	background-color: #FDFDFD;
}

div#logo {
	margin-bottom: -4px;
}

/* MENU DESIGN */

div#menu {
	width: 906px;
	background-color: #004795;
	clear: right;
	border-top: 1px solid  #004795;
	border-bottom: 1px solid  #004795;
	height: 24px;
	position: relative;
	z-index: 5;
	padding-left: 4px;
}

div#menu a.toplevel {
	display: block;
	color: white;
	font-size: 120%;
	height: 24px;
	overflow: crop;
}

div#menu a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
}

div#menu a:hover {
	text-decoration: underline;

}

div#topmenu ul {
	margin: 0;
	padding: 0;
}

div#menu li {
/*	height: 24px;*/
	min-height: 24px;
	background-color: inherit;
	border-left: 4px solid #004795;
	margin-left: -4px;
	vertical-align: middle;
}

div#menu li:hover {
	border-left: 4px solid white;
	background-color: #00336b;
}

div#menu ul li ul {
	background-color: #004795;
	margin-top: -1px;
}

/* END OF MENU DESIGN */

div#main {
	clear: left;
	padding: 1em;
}

div#main h1 {
	color: #004795;
	font-weight: bold;
}

div#main h2, h3, h4, h5, h6
{
	color: #003976;
	font-style: italic;
	margin-top: 3em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a 
{
	color: inherit;
	font-style: inherit;
	font-weight: inherit;
	text-decoration: inherit;
}

div#main p {
	text-indent: 4em;
}

div#main p:first-letter {
	font-size: 120%;
	color: #004795;
	font-weight: bold;
}

div#main span.author {
	font-style: italic;
	text-align: right;
	width: 95%;
	display: block;
}

div#main div.infobox {
	width: 200px;
	border-left: 3px solid #abbed2;
	float: right;
	margin-bottom: 2em;
	margin-left: 2em;
	padding-left: 0.5em;
	clear: right;
}

div.infobox em, 
div.infobox h1 {
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	color: #004795;
	font-size: 120%;
}

div.infobox li {
	margin-left: -2em;
	list-style: none;
	text-indent: -1em;
	margin-bottom: 0.5em;
}

ul.news a {
	font-style: italic;
	text-decoration: none;
}

ul.news a:hover {
	text-decoration: underline;
}

span.date {
	font-style: italic;
	color: #004795;
}

div#copyright {
	text-align: center;
	font-size: 80%;
	color: #222;
}

div#copyright a {
	color: inherit;
	text-decoration: underline;
}

hr.cleaner {
	clear: both;
	color: inherit;
	width: 0;
	border: 0;
}

hr.leftCleaner {
	color: inherit;
	width: 0;
	clear: left;
	border: 0;
}

div.error {
	text-align: center;
	font-weight: bold;
	border: 1px dashed red;
	color: #B30003;
	padding: 0.5em;
	background-color: #FFF4C1;
	width: 640px;
}

div.more {
	font-style: italic;
	margin-left: 3em;
	padding-left: 1em;
	border-left: 3px solid #BABABA;
	display: none;
	visibility: hidden;
}

ul.listNumbered
{
	list-style-type: decimal;
}

ul.listNumbered li:first-line {
	font-weight: bold;
}

.quote {
	background-color: #eee;
	border: 1px dashed black;
	padding: 1em;
}

.quote pre {
	font-family: inherit;
}

/* 	GENERIC TABLE STYLES 	*/
td.cellSubmit {
	text-align: center;
	padding-top: 1em;
}

td.cellError {
	text-align: center;
	font-weight: bold;
	border: 1px dashed red;
	color: #B30003;
	padding: 0.5em;
	background-color: #FFF4C1;
}

th {
	font-size: 120%;
}

/* 	GALLERY STYLES	*/
div.galleryBox{
	width: 650px;
	position: absolute;
	margin-top: 2em;
}

div.galleryImageBox {
	width: 160px;
	height: 160px;
	text-align: center;
	float: left;
}

div.galleryImageBox h1 {
	font-size: 110%;
}

div.galleryImageBox span {
/*	text-align: center; */
}

/* 	LOGIN TABLE DESIGN	*/
table.loginTable {
	margin: 0 auto 0 auto;
	width: 40%;
	border: 0;
	padding: 1em;
}

/*	FORM ELEMENTS DESIGN	*/
input, textarea {
	border: 1px solid black;
	background-color: #F7F7F7;
}

/*	ADMIN DESIGN 	*/
textarea#editText {
	width: 640px;
	height: 500px;
}

textarea#editDescription {
	width: 640px;
	height: 100px;
}

table.articleList, table.newsList, table.galleryList, table.fileUploadForm {
	width: 640px;
}

table.fileUploadForm input {
	width: 98%;
}

/* SPONSORS */
div.sponsors {
	text-align: center;
}