/* globals */
html,body{
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #4e84a0;
}

td {
	font-size: 14px; 
	font-style: normal; 
	line-height: 18px; 
	font-weight: normal;
	color: #333;
}

strong {
	font-size: 14px; 
	font-style: normal; 
	line-height: 16px; 
	font-weight: bold;
	color: #000033;
}

h1 {
	margin: 0;
	font-size: 13px;
	font-style: normal; 
	font-weight: normal;
	color: #FFF;
}

h2 {
	margin: 0 0 0 40px;
	font-size: 13px; 
	font-style: normal; 
	font-weight: bold;
	line-height: 26px;
	color: #FFF;
}

h3 {
	margin: 0;
	font-size: 15px;
	font-style: normal; 
	font-weight: bold;
	color: #000033;
}

#Credits {
	font-size: 12px;
	color: #FFF;
}

#PhotoDetail {
	padding: 370px 0 18px 170px;
	margin: 0;
	color: #FFF;
	font-size: 12px;
}

a.Credits {	
	color: #FFF;
	text-decoration: underline;
}

a.Credits:hover {
	text-decoration: none;
}

#Footer {
	color: #FFF;
	margin: 0;
}

a.Footer {	
	color: #FFF;
	text-decoration: none;
}

a.Footer:hover {
	text-decoration: underline;
}

.Quotes {
	font-size: 24px; 
	font-style: normal; 
	font-weight: bold;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li {
	background-image: url(../pics/OkayIconWhite.gif);
	background-repeat: no-repeat;
	background-position: 1.0em;
	padding-left: 3.0em;
	padding-bottom: 1px;
	font-size: 14px;
	color: #000033;
}

a.Active {
	font-size: 13px;
	margin: 0 10px 0 10px;
	color: #FFF;
	text-decoration: underline;
}
a.Active:hover {
	text-decoration: underline;
}

a.NotActive {
	font-size: 13px;
	margin: 0 10px 0 10px;
	color: #FFF;
	text-decoration: none;
}
a.NotActive:hover {
	text-decoration: underline;
}

.Btn {
	margin: 0 8px 0 0;
}

#Buttons {
	margin: 0 0 0 220px;
}

#Window {
	color: #333333;
	font-size: 13px;
	line-height: 20px;
}

a.BtnWindow {	
	font-size: 13px;
	margin: 0;
	color: #333333;
	text-decoration: none;
}

a.BtnWindow:hover {
	text-decoration: underline;
}

a.MainContent {	
	font-size: 14px;
	color: #FFF;
	text-decoration: underline;
}

a.MainContent:hover {
	text-decoration: none;
}

.floatRight {
	float: right;
	margin: 0 0 10px 10px;
}

#LeftContent {
	margin: 10px 10px 30px 40px;
	text-align: justify;
	color: #333;
}

#RightContent {
	margin: 10px 40px 30px 10px;
	text-align: justify;
	color: #333;
}

.textarea { 
	width: 100%; 
	height: 80px;
	padding: 2px; 
	border: 1px solid #FFF; 
	background: #9e9d9d;
	color: #FFF;
}

.textarea:hover { 
	background: #8c8c8c; 
}

.input { 
	margin: 0; 
	padding: 3px; 
	width: 100%; 
	border: 1px solid #FFF; 
	background: #9e9d9d;
	color: #FFF;	 
}

.input:hover { 
	background: #8c8c8c; 
}

.smallinput { 
	margin: 0; 
	padding: 3px; 
	width: 100px; 
	border: 1px solid #FFF; 
	background: #9e9d9d;
	color: #FFF;	 
}

.smallinput:hover { 
	background: #8c8c8c; 
}
.captcha { 
	margin: 0; 
	padding: 3px; 
	width: 200px; 
	border: 1px solid #FFF; 
	background: #9e9d9d;
	color: #FFF;	 
}

.captcha:hover { 
	background: #8c8c8c; 
}

.button { 
	margin: 0; 
	padding: 1px 1px 1px 1px;
	width: 100px; 
	border: 1px solid #FFF; 
	background: #9e9d9d;
	color: #FFF; 
}
