/*-----Page Defaults-----*/
body {
	background-color: #000033;
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
font-size: 10pt; }
body,td,th {
	color: #ffffff;
}

li{
	list-style: none;
	}

/*-----Link Attributes-----*/
a:link {
	color: #d8cc88;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #d8cc88;
}
a:hover {
	text-decoration: underline;
	color: #cfab40;
}
a:active {
	text-decoration: none;
	color: #d8cc88;
}

/*-----Layer Definitions-----*/
#wrap {
	width: 900px;
	margin: 0 auto;
	text-align: left;
min-height: 720px;
background-image: url(images/backimage.jpg);
background-repeat: repeat-y; }

#main-content {
	width: 700px;
	margin: 20px 0px 40px 100px;
	line-height: 1.5em;
float: left;
min-height: 540px; }

#footer {
	margin: 0;
	padding: 0 0 3px 0;
	font-size: 8pt;
	background: url(images/footerend.jpg) no-repeat bottom left;
}

#footer p {
	margin: 0;
	padding: 32px 95px 8px 95px;
	background: url(images/footer.jpg) no-repeat top left;
}

/*----- text styles -----*/

h2.contenttitle {
	font-size: 30px;
	color: #d8cc88;
	font-weight: bold;
 font-style: italic;
 font-family: Times, "Times New Roman", serif;
}

h2.linktitle {
	font-size: 16px;
	color: #d8cc88;
	margin-bottom: 0px;
}

h2.linktitle a:link {
	font-size: 16px;
	text-decoration: none;
	color: #d8cc88;
}

h2.linktitle a:visited {
	font-size: 16px;
	text-decoration: none;
	color: #FFFFCC;
}

h2.linktitle a:hover {
	font-size: 16px;
	text-decoration: underline;
	color: #cfab40;
}

h2.linktitle a:active {
	font-size: 16px;
	text-decoration: none;
	color: #d8cc88;
}

.footernotes {
	color: #cfab40;
}

.footernotes a:link {
	color: #cfab40;
	text-decoration: none;
}

.footernotes a:visited {
	text-decoration: none;
	color: #cfab40;
}
.footernotes a:hover {
	text-decoration: underline;
	color: #cfab40;
}

.footernotes a:active {
	text-decoration: none;
	color: #cfab40;
}

.clear { /* to fix IE6 padding-top issue */
	clear: both;
	height: 0;
}

img{
	border: none;
}

img.contentimage {
	border: 1px solid #FFFFCC;
	padding: 4px;
	margin-left: 12px;
	margin-right: 12px;
}
img.contentimage_noleft {
	border: 1px solid #FFFFCC;
	padding: 4px;
	margin-left: 0px;
	margin-right: 12px;
}
img.contentimage_noright {
	border: 1px solid #FFFFCC;
	padding: 4px;
	margin-left: 12px;
	margin-right: 0px;
}
img.contentimage_noframe_noleft {
	padding: 4px;
	margin-left: 0px;
	margin-right: 12px;
}
