/* CSS Document */

body {
	color: black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left:0px;
	margin-top:10px;
	margin-right:0px;
	margin-bottom:10px;
	background-color:#E0E5E9;
}

a:link {
	color: #AA6E7E;
	text-decoration: underline;
	font-weight: bold
}

a:visited {
	color: #AA6E7E;
	text-decoration: underline;
	font-weight: bold
}

a:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: bold
}

a:active {
	color: #AFAFFF;
	text-decoration: underline;
	font-weight: bold
}


h1 {
font-size:24px;
color:#6F5F83;
}

h2 {
font-size:20px;
color:#AA6E7E;
}

h3 {
font-size:18px;
color:#70709f;
}

h4 {
font-size:15px;
color:#777777;
}

h5 {
font-size:13px;
}


#header {
border-bottom:8px solid #AA6E7E; text-align:right;
}

#main_table {
border:8px solid #AA6E7E;
}

#navigation_menu {
text-align:right;
padding:2px;
font-size:10px;
background-color:white;
height:15px;
}

#bottom_navigation {
background-color:white;
text-align:right;
padding:3px;
height:160px;
background-image:url(/graphics/footer_image.jpg);
background-position: top right;
background-repeat:no-repeat;
}

 .content {
background-color:white;
padding:6px;
border-top:8px solid #AA6E7E;
}

.copyright2 {
	color: #666666;
	font-family:  Arial, sans-serif;
	font-size: 9px;
	text-align:center;
	height:28px;
	vertical-align:middle;
}

/*.copyright2 a:link,a:visited {
	text-decoration: underline;
	color: #666666;
}
.copyright2 a:hover {
	text-decoration: underline;
	color: #666666;
}
.copyright2 a:active {
	text-decoration: underline;
	color: #666666;
} */


.credits {
	color: #666666;
	font-size: 10px;
}

input, select, textarea {
	border: 1px solid #B38671; 
	font-size: 12px; 
	background-color:#efefef;
	font-family:  veranda, arial, sans-serif;
}

.pictures {
border:3px solid #AA6E7E;
}

.title {
	font-size: 14px;
}
