/* General CSS Styles
------------------------------------------------------- */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:0;
	background-color: #ffffff;
	color: #000000;
	font-size: 12px;
}
h1 {
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #5E5C49;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 20px 20px 0px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding: 20px 20px 0px;
	background-position: left;
	border-bottom-style: 2;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000033;
	padding: 10px 20px 0px 32px;
	background-position: left;
	text-align: left;
}

hr {
	border: none;
	color: #807E6A;
	background-color: #807E6A;
	height: 1px;
	width: 96%;

}

a:link, a:visited, a:visited {
	color:#000000;
	text-decoration:underline;
	font-weight: bold;
}

a:hover {
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
	background-color: #92DDFB;
}

a:active {
    font-weight:bold;
	color: #000000;
	text-decoration:underline;
}

.sidenav{
	color: #000033;
	text-decoration:none;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.sidenav a:link, .sidenav a:visited, {
	color:#000000;
	text-decoration:none;
	font-weight: bold;
}

.sidenav a:hover {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	background-color: #F79E3C;
}

a:active {
    font-weight:bold;
	color: #000000;
	text-decoration:underline;
}

a.top:link {
	color: #666666;
	font-size: 9px;
	font-weight: bold;
	background-color: #CCCCCC;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
	margin: 0px;
	border: 1px none #E03B37;
	text-decoration: none;
}
a.top:visited {
	color: #666666;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
	margin: 0px;
	border: 1px none #E03B37;
}
a.top:hover {
	color: #666666;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	background-color: #92DDFB;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
	margin: 0px;
	border: 1px none #E03B37;
}
.tryThese {
	padding: 10px 10px 2px;
	font-size: 13px;
	color: #14477A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
.centreText {
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

/* Footer
------------------------------------------------------- */

.footer {
	padding: 0px 10px 2px;
	font-size: 10px;
	color: #14477A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Nav
------------------------------------------------------- */
#navcontainer {
	width: 150px;
	background-position: top;
	padding: 0px;
}

#navcontainer ul
{
	margin-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 150px;
background-color: #036;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #92DDFB;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;
color: #fff;
}

