
/* Define all the common colours. */
body
{
  background-color: white;
}

.Hyper
{
	color: #441111;      /* Magenta */
}

.bottomContentHeader,
#navigation a,
#navigation2 a,
#voicesNavigation a,
.middleContentHeader
{
	color: #dddddd; /* Very Light Grey */
  background: #444444; /* Dark Grey */ 
}

#navigation a:hover,
#navigation2 a:hover,
#voicesNavigation a:hover
{
	color: #444444; /* Dark Grey */ 
	background: #aaaaaa; /* Light Grey */
}

#navigationHeader
{
  color: rgb(0,0,255);
}
 
.bottomContentHeader,
#navigation a,
#navigation2 a,
#voicesNavigation a,
.middleContentHeader
{
} 
 
/* Define all the fonts and text decoration */

title
{
	font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
}

h1
{
	font-size: 15pt;
	font-family: georgia;
  font-style: bold;
}

h2
{
	font-size: 13pt;
	font-family: georgia;
  font-style: bold;
}

h3
{
	font-size: 12pt;
	font-family: georgia;
	font-style: bold;
} 
p,
ol
{
	font-size: 10pt;
	line-height: 20pt;
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 15pt;
}

#navigation a,
#navigation2 a,
#voicesNavigation a,
.Hyper
{
	font: bold 1em sans-serif; 
	text-decoration: none;
}

.Hyper
{
	text-decoration: underline;
}
/* Define all the dimensions and positioning */

body
{
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#header
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;

}

.topContent
{
	margin-top: 30px;
	margin-left: 180px;
	margin-right: 180px;
	margin-bottom: 30px;
	border: 1px solid black;
	padding: 5px;

}

.bottomContentHeader
{
	margin-left: 180px;
	margin-right: 180px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding-top: 1px;
	padding-left: 5px;
}

.bottomContent
{
	margin-left: 180px;
	margin-right: 180px;
	border: 1px solid black;
	padding-left: 5px;
}

.netText1
{
	position: absolute;
	display: block;
	left: 150px;
	top : 30px;
}

.netText2
{
	position: absolute;
	right: 150px;
	top :60px;
}

.Hyper
{
	position: absolute;
	right: 157px;
	top :100px;
}

.contentImages
{
	position: relative;
	float: left;
	padding-left: 5px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;

}

#navigation,
#navigation2
{
	position: absolute;
	top :155px;
	width: 150px;
	padding: 5px;
}

#voicesNavigation
{
	/*
	position: absolute;
	top :175px;
	width: 150px;
	padding: 5px;
	left: 60px;
  */
}

#navigation
{
	left: 60px;
}

#navigation2
{
	right: 60px;
}

#navigation a,
#navigation2 a,
#voicesNavigation
{
	display: block;
	text-align: center;
  margin: 0 0 1px;
  border-width: 0; 
}

#navigation a
{
  padding: 4px 10px;
}

#navigation2 a,
#voicesNavigation
{
  padding: 3px 8px;
}

#navigation a img,
#navigation2 a img
{
	height: 0; width: 0; border-width: 0;
}

#navigation a:hover img
#navigation2 a:hover img,
{
	position: absolute; top: 190px; left: 55px; height: 50px; width: 50px;
}


#footer
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	padding: 5px;
}
	
p
{
	margin: 0px 0px 12px 0px;
}

.middleContentHeader,
.middleContent
{
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 180px;
	margin-right: 180px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.middleContentHeader
{
  padding-top: 1px;
}

.middleContent
{
	margin-bottom: 30px;
	border-bottom: 1px solid black;
}
