body {
	background-color: #143D5D;
}
div.center {
}
div.main {
	font-family: sans-serif;
	font-size: 11px;
	color: White;		
	width: 800px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
}
div.main2 {
	font-family: sans-serif;
	font-size: 11px;
	color: White;		
	width: 725px;
	margin: 0 0 0 20px;
	padding: 0 0 0 0;	
	text-align: justify;
}
div.left {
   top: 75px;
	width: 425px;
	height: 600px;
	position: absolute;	
	left: 50px;
	background-image: url(remembers-bgd1.jpg);
	background-repeat: no-repeat;
	font-family: sans-serif;
	font-size: 11px;
	color: White;	
	text-align: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
div.right {
	clear: both;
	width: 300px;
	position: absolute;
	top: 75px;
	left: 500px;
	height: 575px;
	font-family: sans-serif;
	font-size: 14px;
	color: White;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;		
}
div.left2 {
	position: absolute;	
  top: 75px;
	left: 50px;	 
	width: 450px;
	font-family: sans-serif;
	font-size: 11px;
	color: White;	
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
}
div.right2 {
	clear: both;
	width: 250px;
	position: absolute;
	top: 75px;
	left: 490px;
	font-family: sans-serif;
	font-size: 12px;
	color: White;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;		
}
div.right2b {
	clear: both;
	width: 300px;
	position: absolute;
	top: 75px;
	left: 490px;
	font-family: sans-serif;
	font-size: 12px;
	color: White;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;		
}
div.right4b {
	clear: both;
	width: 500px;
	position: absolute;
	top: 100px;
	left: 190px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='trans.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
div.right4b {
   background-image:url(trans.png);
}
div.right4inner {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-align: left;
	margin: 0 0 0 0;
	padding: 1px 10px 10px 10px;
}
img.profile {
	margin-left: 200px;
	margin-top: 25px;
	border: thin;
	border-color: Red;
	border-style: outset;
} 
img.poster {
	border: thin;
	border-color: Red;
	border-style: outset;
}
a:link, a:active, a:visited {
	font-family: sans-serif;
	font-size: 11px;
	color: White;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 5px;
}
a:hover {
	font-family: sans-serif;
	font-size: 11px;
	color: White;
	background-color: Red;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 5px;	
}
div.menu {
  width: 800px;
	height: 75px;
	float:left;
	margin-bottom: 5px;
	text-align: center;
}
div.rightsm {
	clear: both;
	width: 350px;
	position: absolute;
	top: 80px;
	left: 425px;
	font-family: sans-serif;
	font-size: 11px;
	color: White;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;		
}
input {
	font-family: sans-serif;
	font-size: 10px;
	color: #333333;
}
h1 {
	width: 400px;
	font-family: Arial, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
	border-bottom: solid 4px #000000;
}

h2 {
	width: 400px;
	font-family: Times New Roman, serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
	border-bottom: solid 1px red;
	margin-bottom: 8px;
}

h3 {
	font-family: sans-serif;
	font-size: 12px;
	color: white;
	background-color: Red;
	font-weight: bold;
}
h4 {
	font-family: sans-serif;
	font-size: 14px;
	color: Red;
	font-weight: bold;
}

.gala {
	font-family: sans-serif;
	font-size: 12px;
	color: #143D5D;
	background-color: white;
	font-weight: normal;
	padding: 1px 10px 2px 10px;
	margin: 0 0 10px 0;
}

fieldset {
	border: none;
	width: 400px;
	padding:0 0 0 0;
	margin-bottom: 5px;
}

legend {
	color: #ffffff;
	background: Red;
	border: 1px outset #cccccc;
	padding: 2px 4px 4px 4px;
	font-weight: bold;
}

label {
	width: 100px;
	float: left;
	margin: 2px 0 2px 0;
	text-align: left;
	vertical-align: top;
}

.inputText, .inputTextArea {
	margin: 2px 0 2px 5px;
	vertical-align: top;
}

.challengeImage {
	margin: 2px 0 2px 0;
	vertical-align: top;
}

select {
	margin: 2px 0px 2px 5px;
}

input.submit {
	color: #000000;
	background: #99cc99;
	border: 2px outset #cccccc;
	width: 120px;
}

.footer {
	clear: both;
	font-family: Arial, sans-serif;
	font-size: 6pt;
	color: #143D5D;	
}

.credit {
	font-family: Arial, sans-serif;
	font-size: 7pt;
	color: #e7e7e7;
}
.credit a:link, .credit a:active, .credit a:visited, .credit a:hover {
	font-family: Arial, sans-serif;
	font-size: 6pt;
	color: #143D5D;
	background-color: #143D5D;
}
.errorMessage {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #ff0000;
}

.entry {
	width: 400px;
	margin: 0 0 5px 0;
	padding: 0 0 4px 0;
	border-bottom: solid 1px #999999;
	clear: both;
}

#lastEntry {
	border-bottom: none;
}

.entry .field, .timestamp {
	margin: 0 0 0 0;
	padding: 2px 0 2px 0;
	clear: both;
}

.entry .field .label {
	float: left;
	width: 75px;
	margin: 0 6px 0 0;
	padding: 0 0 0 0;
	text-align: left;
	display: inline;
	font-weight: bold;
}

.entry .field .value {
   left: 10px;
	width: 400px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: inline;
}

.timestamp {
	margin: 0 0 4px 106px;
	padding: 8px 0 0 0;
	clear: both;
}

.navigation {
	width: 400px;
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: center;
}

#previous {
	font-size: 12pt;
	margin-right: 30px;
	display: inline;
}

#next {
	font-size: 12pt;
	margin-left: 30px;
    display: inline;
}

.pageNumberContainer {
	display: inline;
	text-align: center;
}

.pageNumber {
	margin-left: 4px;
	margin-right: 4px;
}

#currentPageNumber {
	font-weight: bold;
	color: #ff0000;
}

.entryCount {
	width: 400px;
	text-align: center;
	padding-bottom: 4px;
	margin-top: 8px;
}
.addOPEN {
	display: block;
} 
.addCLOSED {
	display: none;
} 
