/* 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-image : url(../images/bgimage.jpg);
	background-attachment : fixed;
	background-position : bottom left;
	/*background-repeat : no-repeat;*/
	background-repeat : repeat;
	font-family:Times New Roman;
	/*font-weight : bold;*/
}

h1
{
	margin:0px;
	padding:0px;
	font-family:sans-serif;
	font-weight : bold;
	color : rgb(30,144,255);

}

h2, h4, h5, h6
{
	margin:10px, 0px;
	padding: 10px;
	font-family:sans-serif;
	font-weight : bold;
	background-image : url(../images/bluefilter.gif);
	/*background-color:(0,0,0);*/
	text-align: center;
	color : rgb(0,154,205);
	
}

h3 
{
	margin:10px, 0px;
	padding: 5px;
	font-family:sans-serif;
	background-image : url(../images/greyfilter.gif);
	color : rgb(0,154,205);
	
	
}
/*
 * 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;
}

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

ul.menu li
{
	display:inline;
}

.menu
{
	text-align : center;
	background-image : url(../images/bluefilter.gif);
	border : thin solid rgb(0,0,0);
	/*font-weight : bold;*/
	
}

.menu a
{
	color : rgb(0,0,0);
	font-family:  Helvetica, Arial, Verdana, sans-serif,;
	font-size: 11pt; 
	background-color : inherit;
}

.menu a:hover
{
	/*color : rgb(70,130,180);*/
	background-color : rgb(0,191,255);
	color : rgb(0,104,139);
}


.menu strong
{
	font-size : large;
}

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

.contentText
{
	color : rgb(0,0,0);
	/*background-image : url(../images/greyfilter.gif);*/

	/*background-color : rgb(211,211,211);*/
	background-color : rgb(198,226,255);
	
	border : thin solid rgb(0,0,0);
    text-align: justify;
}

.date
{
	font-size: 8pt;
	color: rgb(108,123,139);
	
}

.sourceCode
{
	color: rgb(108,123,139);
	background-color : rgb(220,220,220);
	border : thin dashed rgb(200,200,200);
	font-size: 8pt;
}	

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

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