﻿body 
{
	font-family: Arial;
	font-size: 12px;
	margin: 10px;
}
.image_width
{
	width: 500px;
}
.image_border
{
	border: solid 1px black;
}
#pages
{
	width: 375px;
	text-align: center;
}
#most_popular
{
	position: absolute;
	top: 124px;
	left: 400px;
}
#report_link
{
	position: absolute;
	left: 320px;
	top: 75px;
	width: auto;
}
#photo_title
{
	width: 300px;
}
#loginname
{
	position: relative;
	width: 300px;
	top: -15px;
	left: 100px;
}
#faq
{
	position: absolute;
	top: 104px;
	right: 10px;
	border: solid 1px gray;
	width: 200px;
}
.faq_header
{
	background-color: Gray;
	width: 196px;
	padding: 2px;
}
.faq_text
{
	width: 196px;
	padding: 2px;
	background-color: White;
}
.faq_answers
{
	position: relative;
	top: 10px;
	border: solid 1px gray;
	padding: 4px;
	width: 65%;
}
.red_text
{
	color: Red;
	font-weight: bold;
}
.email_panel
{
	width: 500px;
	border: solid 1px silver;
	padding: 5px;
}
.error
{
	color: red;
	font-weight: bold;
}
.searchcolumn1,.searchcolumn2,.searchcolumn3
{
	width: 200px;
	font-weight: bold;
}
.small_text
{
	font-size: 10px;
}
hr
{
	color: black;
	height: 1px;
}

h1 {
color:#00638f;
font-size:1.8em;
font-weight:bold;
margin-bottom:0.8em;
}

h2 {
color:#00638f;
font-size:1.3em;
font-weight:bold;
margin-bottom:0.8em;
}

h3 {
color:#00638f;
font-size:1.1em;
font-weight:bold;
margin-bottom:0.8em;
}

a:link
{
	color: #00638f;
	text-decoration: underline;
}
a:active
{
	color: #00638f;
	text-decoration: underline;
}
a:visited
{
	color: #00638f;
	text-decoration: underline;
}
a:hover
{
	color: #00638f;
	text-decoration: none;
}
input[type=text],input[type=password]
{
	width: 200px;
}
textarea
{
	width: 200px;
	height: 75px;
}
input[type=file]
{
	width: 289px;
}
.dropdownlist
{
	width: 206px;
}
.dropdownlist2
{
	width: 150px;
}
.column_title
{
	width: 80px;
	text-align: right;
}

.comment_form
{
	background-color: #d0d395;
	width: 500px;
}
.comments
{
	background-color: #ebecd4;
	width: 500px;
}
