/* Based on a template by Ben Meadowcroft, see http://www.benmeadowcroft.com/webdev/  for more info */
body
{
	color : #FFFFFF;
	background-color : #9CB8C9;
	background-image : url(images/light-balance-small.jpg);
	background-attachment : fixed;
	background-position : left bottom;
	background-repeat : no-repeat;
	font-family:sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	margin:0px;
	padding:0px;
}
h4
{
	text-align: center;
}
h5
{
	font-weight: bold;
	font-size: 15px;
}

/*
 * This ensures that text in paragraphs doesn't
 * stretch right across the screen. This only works
 * in more advanced browsers.
 */
.contentText p
{
	max-width:45em;
	width: 95%;
}

ul.menu
{
	list-style:none;
	margin:0px;
	font-size: 14px;
}

ul.menu li
{
	display:inline;
}

.menu
{
	text-align : center;
	border : thin solid rgb(0,0,0);
	font-weight : bold;
}

.menu a
{
	color : #333333;
	background-color : #E6E6E6;
	text-decoration: none;

}

.menu a:hover
{
	color : #FF0000;
	background-color : #E6E6E6;
}


.menu strong
{
	font-size : large;
}

.other
{
	text-align : left;
	background-color : #E6E6E6;
	color : rgb(0,0,0);
	font-weight : normal;
	font-size: 14px;
	border : thin solid rgb(0,0,0);
}

.contentText
{
	color : rgb(0,0,0);
}

.footer
{
	
}

.footer a:link
{
	color: rgb(0,0,0);
	background-color:transparent;
}
.other a {
	color: #000000;
	background-color: #E6E6E6;
	text-decoration: none;
	font-weight: bold;


}
.other a:hover {
	color: #FF0000;
	background-color: #E6E6E6;
}
