/* Based on a template by Ben Meadowcroft, see http://www.benmeadowcroft.com/webdev/  for more info */
body
{
	color : black;
	/*background-color : rgb(255,255,255);*/
	background-color : rgb(49,101,156);
		/*background-image : url(images/light-balance-small.jpg);*/
	background-attachment : fixed;
	background-position : bottom left;
	background-repeat : no-repeat;
	/*font-family:sans-serif;*/
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;

}

img
{
	border: none;
}

h1, h2, h3, h4, h5, h6
{
	margin:0px;
	padding:0px;
}

h1
{
	color : rgb(204,204,204);
}

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

.contentText img
{
	float: left;
	margin: 5px 20px 0 0;
	/*border: 1px solid #e0e0d0;*/
	padding: 0;
	border: none;
}

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

ul.menu li
{
	display:inline;
}

.menu
{
	/*text-align : center;*/
	/*background-image : url(images/yellowfilter.gif);*/
	/*background-color : rgb(255,255,255);
	border : 1px solid rgb(0,0,0);*/
	font-weight : normal;
}

.menu a
{
	color : rgb(0,0,0);
	background-color : inherit;
}

.menu a:hover
{
	color : rgb(255,64,64);
	/*background-color : rgb(230,230,250);*/
	background-color : rgb(216,216,216);
}


.menu strong
{
	/*font-size : large;*/
	font-size: medium;
}

.other
{
	text-align : center;
	/*background-image : url(images/redfilter.gif);*/
	border : 1px solid rgb(0,0,0);
	/*background-color : inherit;*/
	background-color : rgb(255,255,255);
	color : rgb(0,0,0);
	/*font-weight : bold;*/
}

.contentText
{
	color : rgb(255,255,255);
	/*background-color : rgb(255,255,255);*/
	/*border : 1px solid;*/
}

.ce
{
margin: 0 auto;
}

.footer
{
	/*background-image : url(images/redfilter.gif);*/
}

.footer a:link
{
	color: rgb(0,0,0);
	background-color:transparent;
}

hr
{
	color: Black;
}
