@charset "utf-8";
/* CSS Document */

body {
	background-color:#DDDDDD;
	font-family:Georgia, "Times New Roman", Times, serif;
}


td {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #222222;
	text-align:justify;
}


p {
	padding: 0px;
}

.menuMain {
	color: #FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: none;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
    padding: 10px;
	background-color: #3a97bf; 
}

a.menuMain {
	text-decoration: none;
	height: auto;
	background-color: #3a97bf; 
	color: #FFFFFF;
}
a.menuMain:visited {
	text-decoration: none;
	height: auto;
	background-color: #3a97bf; 
	color: #FFFFFF;
}

a.menuMain:hover {
	color: #333333;
	background-color: #FFFFFF;
	border-left: 3px solid #1c5c77;
}

.menuMainBg {
	background-color: #3a97bf;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.footer {
	color: #333333;
	line-height: 200%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}

.spruik {
	color: #333333;
	line-height: 50%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	border-bottom: 1px dotted;
	text-decoration:none;
}

.spruik:hover {
	color: #666666;
	line-height: 50%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration:none;
}




.outside {
	background-color: #FFFFFF;
}

.content {
	background-color: #FFFFFF;
	padding: 0px 10px 10px 10px;
	line-height:200%;
	background-image:url(images/content_bg.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

h1 {
	border-bottom: 1px solid #666666;
	padding-bottom:5px;
}

a:link{
	color:#2A447D;
	text-decoration:underline;
}

a:visited{
	color:#2A447D;
	text-decoration:none;
}

a:hover{
	color:#2A447D;
	text-decoration:none;
}

