@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	color: #333399;
	clear: both;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333399;
}

#container {
	width: 818px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

#header {
	width: 818px;
	height: 210px;
	margin: 0;
	padding: 0;
	float: left;
}

#navlist {
	width: 793px;
	height: 26px;
	margin: 0;
	padding: 10px 0 0 25px;
	float: left;
	background-color: #336699;
	border-bottom: 4px solid #003366;
}
/* Navigation List Starts*/

#navlist li {
	display: inline;
	list-style: none;
	margin-right: 2em;
	padding: 0;
	border-left: 0px;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}
/* Navigation Colour Selected Pages Begin*/
#navlist li.selected {
	list-style: none;
	margin-right: 2em;
	padding: 0;
	text-align: left;	
	color: #003366;
	font-weight: bold;
}

#navlist li a {
	display: inline;
	text-decoration: none;
}

#navlist li a:link { 
	color: #FFFFFF;
	border-bottom: none;
}

#navlist li a:visited { 
	color: #FFFFFF;
	border-bottom: none;
}

#navlist li a:hover {
	color: #33CCFF;
}

#navlist li a:active {
	color: #33CCFF;
}
/* Navigation List Ends*/

#main {
	width: 817px;
	height: auto;
	margin: 0;
	padding: 2em 0em 1em 0em;
	float: left;
}

p {
	margin: 1em 0;
}

h4 {
	margin: 1em 0 0 0;
	padding: 1em 0 0 0;
}
#main li {
	margin-left: 2em;
}

a:link {
	color: #333399;
	border-bottom: 1px dotted #33CCFF;
	text-decoration: none;
}
a:visited {
	color: #333399;
	border-bottom: 1px dotted #33CCFF;
	text-decoration: none;
}
a:hover {
	color: #33CCFF;
	border-bottom: 1px solid #33CCFF;
	text-decoration: none;
}
a:active {
	color: #33CCFF;
	border-bottom: 1px solid #33CCFF;
	text-decoration: none;
}
.pictureLeft {
	float: left;
	padding: 0em 1em 1em 0em;
}
.pictureLeft2 {
	float: left;
	padding: 0em 1em 0em 0em;
}
.pictureInfo {
	color: #CCCCCC;
	float: left;
	clear: left;
}
.pictureRight {
	float: right;
	padding-right: 0em;
	padding-left: 1em;
}

.quotee {
	color: #000000;
}

.input {
	border: 0;
}

#memories {
	display: inline-block;
	width: 500px;
}

.quotemark {
	font-size: 1.2em;
	font-weight: bold;
}

.quote {
}
/*Footer Area Begins*/
#footer {
	color: #CCCCCC;
	text-align: right;
	font-size: x-small;
	width: 818px;
	height: 50px;
}
.info {
	color: #999999;
}
a.info:link {
	color: #999999;
	text-decoration: none;
	border: none;
}
a.info:visited {
	color: #999999;
	text-decoration: none;
	border: none;
}
a.info:hover {
	color: #333399;
	text-decoration: underline;
	border: none;
}
a.info:active {
	color: #333399;
	text-decoration: underline;
	border: none;
}
/*Footer Area Ends*/