* {
	margin: 0;
	padding: 0;
}

html, body {
	 min-height:100%; margin-bottom:1px;
}

body {
	background-color: #330066;
	text-align: center;
	font-size: 84%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0; 
	margin-bottom: 20px;
	color: #000;
}

a:link, a:visited {
   color: #330066;
   text-decoration: none;
}

a:hover, a:active {  
  color: #000;
  text-decoration: underline;
}

#container {
	width: 750px;
	border: 2px solid #fff;
	background-color: #EFE8E0;
	position: relative;
	margin-left: auto;
	margin-right: auto; 
	margin-top: 40px;
	text-align: left;
}

#header {
	height: 190px;
	background-image: url(images/header-bkg.gif);
	background-repeat: no-repeat;
	position: relative;
}

#header img.toplogo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: none;
}

#header div.logoblock {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 275px;
	text-align: center;
}

#navigation {
	float: left;
	width: 160px;
	margin-top: 20px;
}

#navigation ul {
	list-style-type: none;
	margin-left: 10px;
	font-weight: bold;
}

#navigation li {
	padding: 0 0 6px 0;
}

#navigation a {
	text-decoration: none;
}

#content {
  margin-left: 180px;
  margin-top: 20px;
  padding: 14px 14px 20px 0;
  min-height:380px;
   height:auto !important;
   height:380px;
}

#content h1, #content h2 {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
	color: #330066;
}

#content h2 {
	font-size: 1em;
	margin-bottom: 2px;
}

#content p {
   margin-bottom: 8px;
	line-height: 1.2em;
}

#content ul {
	margin: 10px 0 10px 10px;
	padding-left: 20px;
}

hr {
	border: none 0;
	border-top: 1px solid #330066;/*the border*/
	background-color: #330066;
	width: 80%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	margin-bottom: 12px;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#footer {
	font-size: .7em;
	text-align: right;
	width: 750px;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	color: #fff;
	text-align: center;
}

#footer p {
	 margin: 4px 0 0 0;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

p.copyright {
	padding-top: 8px;
}

p.quote {
	font-style: italic;
}

p.quoteauthor {
	color: #330066; 
}

/* form */
td.formlabel {	
	font-weight: bold;
	padding-right: 6px;
	vertical-align: top;
	color: #330066;
}

table.form td {
	padding: 0px 8px 8px 0;
	font-size: .9em; 
}

table.form {
	padding-top: 10px;
}

textbox {
	font-size: .9em;
}

fieldset {
width: 500px;
border: none;
}

table.portfolio {
	/* margin: 20px auto; */ /* use to center table of images */
}

table.portfolio td {
	padding: 20px 20px 0 0;
	text-align: center
}

table.portfolio p {
	text-align: center;
	font-weight: bold;
}


/* styles for gallery script */
td.desc {
	text-align: left;
	padding: 0 10px 10px 10px;
	vertical-align: top;
}

div.largenav {
	display: block;
	width: 368px; 
	position:relative;
	margin-bottom: 10px; 
	height: 40px; 
}

h2.portfolio {
	padding-bottom: 10px;
}

/* field for large image display */
.field {
	font-weight: bold;
}

img.thumb {
	padding: 0 20px 20px 0;
}