/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0; 
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

a {
	cursor: pointer;
}

ol, ul {
	list-style: inside;
	line-height: 20px;
	list-style-type: disc;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
	padding-top: 10px;
	padding-bottom: 10px;
}

	
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #c5d9ce url(/images/bg.jpg) repeat-y;
	line-height: 15px;
	color: #042b54;
	font-size: 12px;
	overflow-x: hidden;
}

h2 {
	font-style: italic;
	font-weight: bold;
	padding-bottom: 5px;
}

#wrapper {
	width: 862px;
	margin: 0 auto;
	overflow: none;
}

#header {
	background: url(/images/felicity-bgheader.png) no-repeat;
	width: 862px;
	height: 147px;
}

#content {
	background: url(/images/bg-felicitycontent.png) no-repeat;
	height: 515px;
	padding: 0 30px;
}

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #042b54;
	padding-top:20px;
}

#header #menu {
	clear: both;
	margin: 20px 0 0 50px;
	float: left;
	width: 785px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003463;
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
}

#footer {
	clear: both;
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	margin-top: 5px;
}

#footer a:link, #footer a:visited {
	text-decoration: underline;
	color: #003463;
}

#footer a:hover, #footer a:active {
	text-decoration: none;
	color: #003463;
}

#footer #footerleft {
	float: left;
}

#footer #footerright {
	float: right;
}

#testcontent {
	height: 450px;
	overflow: auto;
	width: 800px;
}

#felicityporto {
	clear: both;
	margin-top: 40px;
}

#felicityporto img {
	display: inline;
	margin-right: 20px;
	margin-top: 10px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #042b54;
	padding-top:20px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #042b54;
	padding-top:20px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #042b54;
	padding-top:20px;
}

a:link, a:visited {
	color: #042b54;
	text-decoration: underline;
}

a:hover, a:active {
	color: #042b54;
	text-decoration: none;
}

.themenu {
	background: url(/images/dot.png) no-repeat;
	padding-left: 10px;
	padding-right: 20px;
	font-size: 11px;
	cursor: pointer;
}

.themenuhover {
	background: url(/images/dothover.png) no-repeat;
	padding-left: 10px;
	padding-right: 20px;
	font-size: 11px;
	color: #333;
	text-decoration: underline;
	cursor: pointer;
}