
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#FF99FF url(images/headerc.gif) repeat-x;
		min-width:1200px;    	/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	a {
	text-decoration: none;
	font-weight: bold;
	color:  #FF00FF;
	outline: none;
	}
	a:active {
	color: #FF66FF;
	}
	a:hover {
	background: #FFCCFF;
	color: #FF00FF;
	text-decoration: underline;
	}
.underline a {
	text-decoration: none;
	font-weight: bold;
	color:  #FF00FF;
	outline: none;
	}
.underline a:active {
	color: #FF66FF;
	}
.underline a:hover {
	background: #FFFFFF;
	color: #FF00FF;
	text-decoration: none;
	}
	a.menu {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color:  #000000;
	outline: none;
	}
a.menu:active {
	color: #FF66FF;
	}
a.menu:hover {
	background: #FF00FF;
	color: #FFCCFF;
	text-decoration: underline;
	}
a.border {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color:  #000000;
	outline: none;
	}
a.border:active {
	color: #FF66FF;
	}
a.border:hover {
	background: #FF00FF;
	color: #FFCCFF;
	text-decoration: underline;
	}
	h1, h2 {

	margin-bottom: 1em;

	text-transform: lowercase;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	color: #FF00FF;

}


h1 {
	clear: both;
	
	letter-spacing: -2px;

	font-size: 26px;
	
	
}
	
	

}



h2 {

	letter-spacing: -1px;

	font-size: 22px:

}



h3 {
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}

h4 {
	font-size: 15px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
	p {

	margin-bottom: 2.5em;

	line-height: 140%;
	}
	
	img {
		margin:10px 10px 5px;
		border-style: 0;
	}
	
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
	}
	#header {
		border-bottom:1px solid #000;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:0 0 0 0;
		padding:0;
		text-transform: lowercase;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:2px 10px;
		text-align:center;
		background:#FFCCFF;
		color:#000;
		border-top:2px solid #FF66FF;
		border-left:2px solid #FF66FF;
		border-right:2px solid #FF66FF;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#FF66FF;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#FF00FF;
		border-top:2px solid #FF00FF;
		border-left:2px solid #FF00FF;
		border-right:2px solid #FF00FF;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		height: 25px;
		background:#FFCCFF;
		border-top:5px solid #FF00FF;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	#layoutdims p {
		text-align:right;
		line-height: 0;
		
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
		margin-top: 10px;
	}
	/* 2 Column (left menu) settings */
	.leftmenu {
		background:#fff;		/* right column background colour */
	}
	.leftmenu .colleft {
		right:80%;			/* right column width */
		background:#FF99FF;	/* left column background colour */
	}
	.leftmenu .col1 {
		width:76%;			/* right column content width */
		left:102%;			/* 100% plus left column left padding */
	}
	.leftmenu .col2 {
		width:16%;			/* left column content width (column width minus left and right padding) */
		left:6%;			/* (right column left and right padding) plus (left column left padding) */
	}
	/* 2 Column (left sub menu) settings */
	.leftsubmenu {
		background:#fff;		/* right column background colour */
	}
	.leftsubmenu .colleft {
		right:75%;			/* right column width */
		background:#FFCCFF;	/* left column background colour */
	}
	.leftsubmenu .col1 {
		width:71%;			/* right column content width */
		left:102%;			/* 100% plus left column left padding */
	}
	.leftsubmenu .col2 {
		width:21%;			/* left column content width (column width minus left and right padding) */
		left:6%;			/* (right column left and right padding) plus (left column left padding) */
	}
	/* 2 Column (right menu) settings */
	.rightmenu {
		background:#f0f;		/* right column background colour */
	}
	.rightmenu .colleft {
		right:25%;			/* right column width */
		background:#fff;		/* left column background colour */
	}
	.rightmenu .col1 {
		width:71%;			/* left column content width (left column width minus left and right padding) */
		left:27%;			/* (right column width) plus (left column left padding) */
	}
	.rightmenu .col2 {
		width:21%;			/* right column content width (right column width minus left and right padding) */
		left:31%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Full page settings */
	.fullpage {
		background:#fff;		/* page background colour */
	}
	.fullpage .col1 {
		width:96%;			/* page width minus left and right padding */
		left:2%;			/* page left padding */
	}

.picture-left {
	float: left;
	margin: 0 10px 10px;
}
.picture-right {
	float: right;
	margin: 0 10px 10px;
	}
.floatstop {
	clear:both;
}
#button {
	width: 12em;
	border-right: 1px solid #FFCCFF;
	border-left: 1px solid #FFCCFF;
	border-top: 1px solid #FFCCFF;
	border-bottom: 1px solid #FFCCFF;
	padding: 0 0 0 0;
	margin-bottom: 0.5em;
	font-size: 15px;
	text-transform: lowercase;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #FF00FF;
	color: #000000;
	}
#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#button li {
		border-bottom: 1px solid #FF00FF;
		margin: 0;
		}
#button li a {
		display: block;
		padding: 4px 4px 4px 1em;
		border-left: 10px solid #FF00FF;
		border-right: 10px solid #FFCCFF;
		background-color: #FF99FF;
		color: #000000;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

#button li a:hover {
		border-left: 10px solid #FF99FF;
		border-right: 10px solid #FF00FF;
		background-color: #FFCCFF;
		color: #000000;
		}
#button h3 {
		font-size: 16px;
		color: #FFFFFF;
		}
.button2 {
	width: 12em;
	border-right: 1px solid #FF00FF;
	border-left: 1px solid #FFCCFF;
	border-top: 1px solid #FFCCFF;
	border-bottom: 1px solid #FF00FF;
	padding: 0 0 0 0;
	margin-bottom: 0.5em;
	font-size: 15px;
	text-transform: lowercase;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #FF00FF;
	color: #000000;
	}
.button2 ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
.button2 li {
		border-bottom: 1px solid #FF00FF;
		margin: 0;
		}
.button2 li a {
		display: block;
		padding: 4px 4px 4px 0.5em;
		border-left: 5px solid #FF99FF;
		border-right: 5px solid #FF00FF;
		background-color: #FFCCFF;
		color: #000000;
		text-decoration: none;
		width: 89%;
		}

	html>body .button2 li a {
		width: auto;
		}

.button2 li a:hover {
		border-left: 5px solid #FF00FF;
		border-right: 5px solid #FFCCFF;
		background-color: #FF99FF;
		color: #000000;
		}
.button2 h3 {
		color: #FFFFFF;
		}
.box {
	margin:0px auto;
	width: 90%;
	text-align:left;
	padding:5px;
	background-color:#FFFFF;
	border:2px solid #FF66FF;
	}
.box p {
	margin-bottom: 0;

	line-height: 140%;
	
	}
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.indent {
	margin-left: 30px;
	margin-right: 30px;
	}	
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}
.ten {
	color: #cccccc;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}
.smenu {
	color: #000000;
	}
.pink {
	background-color: #FFCCFF;
	}
.indent {
	margin-left: 30px;
	margin-right: 30px;
	}
.font	{
	color: #FF00FF;
	}
.dpink {
	color: #FF99FF;
	}
.bpink {
	color: #FF0080;
	}

.lowcase {
	text-transform: lowercase;
	}	
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #000;
	}
	#footer p {
		padding:10px;
		margin:0;
	}
/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		background:#FFCCFF;
		border-top:2px solid #000000;
	}
	#footer p {
		padding:10px;
		margin:0;
	}