

/* CSS
--------------------------------------------------*/
body {
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
	background: #000000;
}

body,h1,h2,h3,h4,h5,h6,p,form,fieldset {
	margin: 0;
	padding: 0;
}

/* Links
--------------------------------------------------*/
a {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a img {
	border: none;
}

/* IDs
--------------------------------------------------*/
#embedded {
	width: 400px;
	height: 400px;
	margin: 0px auto 0px auto;
	/* border-color: red;
	border-style: solid;
	border-width: 2px; */
}

#wrapper {
	background-color:#aab4cb;
	width: 760px;
	padding: 0;
	margin: 10px auto 0px auto;
	border-color: #4d1010;
	border-style: solid;
	border-width: 2px;
}

#content {
	background: transparent;
	padding-left: 10px;
	padding-right: 10px;
}

#logohead {
	background: transparent;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 760px;
	padding: 0px;
	border-bottom-color: #4d1010;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	/* border: red solid 2px; */
	
}

#logofoot {
	background: #FFFFFF;
	padding: 5px 5px 13px 5px;
}

#pagehead {
	background: #CCCCCC;
	color: #FFFFFF;
	padding: 5px;
	font-size: 10pt;
	font-family: "Verdana", sans-serif;
}

#pagehead a {
	color: #FFFFFF;
	text-decoration: none;
}

#pagehead a:hover {
	text-decoration: underline;
}

#pagehead p {
	line-height: 13pt;
}

#subhead {
	margin: 0 0 10px 0;
}

#pageband {
	background: transparent url(../resources/graf_bg_shade.jpg) repeat-x top;
	color: #000000;
	position: absolute;
	left: 0;
	width: 100%;
	height: 60px;
}

#pagefoot {
	background-color:#aab4cb;
	color: Black;
	padding: 5px;
	font-size: 100%;
	font-weight: bold;
	margin: 10px auto 0px auto;
	font-family: "Verdana", sans-serif;
	width: 750px;
	/*border-bottom: 2px solid;
	border-bottom-color: #5AB000; */
	border-top: 2px solid;
	border-top-color: #4d1010;
}

#pagefoot a {
	text-decoration: none;
}

#pagefoot a:hover {
	text-decoration: underline;
}

#mainimage {
	margin: 0;
	padding: 0;
	text-align: center;
}

#mainimage img {
	margin-bottom: 10px;
}

#altmainimage {
	padding: 10px 0 10px 0;
	margin: 0 0 10px 0;
	width: 740px;
	overflow: auto;
	text-align: center;
}
#contact {
	margin-left: 25px;
	font-size: 120%;
}

/* Classes --------------------------------------------------*/

.byline {
	font-size: 80%;
	text-align: left;
	font-style: italic;
	font-weight: normal;
	margin-left: 10px;
	padding-top: 5px;
}
.low {
	display: none;
}

.smalltext {
	color: #000000;
	font-size: xx-small;
	font-family: "Verdana", sans-serif;	
	margin-left: 10px;
}

.clearer {
	clear: both;
	line-height: 0;
}

.left {
	float: left;
	clear: right;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.metatitle {
	margin-bottom: 10px;
}

.metatitle1 {
	font-size: 11pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}

.metatitle2 {
	margin-left: 10px;
	margin-top: 0.5em;
	float: left;
}

.metabox {
	background: #ffffff;
	padding: 5px;
	border: 1px solid #999999;
	text-align: left;
	font-size: 7pt;
	line-height: 12pt;
	width: 760px;
	margin: 0 auto;
}

.metaitem {
	margin-bottom: 4px;
}

.thumbcontainer {
	padding: 5px;
	background: #ffffff;
	height: auto;
}

.thumbmeta {
	margin-top: 5px;
	text-align: left;
	font-size: 7pt;
	line-height: 12pt;
}

.paginate {
	font-size: 8pt;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	text-align: center;
}

.imagenav {
	width: 500px;
	padding: 5px;
	margin: 0 auto;
	font-size: 8pt;
}

.framediv {
	background: transparent;
}

#framedivleft {
	background: transparent;
	width: 150px;
	float: left;
	margin: 10px 5px;
	text-align: center;
	overflow: hidden;
}

/* IE FIX */
#framedivright {
	background: transparent;
	width: 570px;
	float: right;
	margin: 10px;
}

html>body #framedivright {
	width: 580px;
	margin: 10px 10px 10px 0;
}

/* Headings
--------------------------------------------------*/
h1 {
	font-size: 200%;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 0;
	font-family: "Verdana", sans-serif;
	text-align: center;
	color: #4d1010;
}

#subhead h1 {
	margin: 10px 0 0 0;
}

/* Images
--------------------------------------------------*/
/* Tables
--------------------------------------------------*/
caption {
	display: none;
}

td.thumbtable {
	padding: 5px;
}

