
	/* <!-- */
	/* General styles */
	body {
		margin:0 auto;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fff url(/images/header_bg.gif) repeat-x;
		min-width:1007px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		max-width:1009px;
		font-size:90%;
	}
	a {
		color:#CC0099;
		text-decoration:none;
	}
	a:hover {
		text-decoration:none;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0 0 0 2px;
		font-size:18px;
	}
	textarea {
		color:#4D3D00;
		background:#FFFFE6;
		overflow:hidden;
		border:1px solid #FFCC00;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
	}

	#container {
		width: expression(document.body.clientWidth < 1010 ? "1007px" : "1009px"); /* set min-width for IE */
	}

	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
		height:184px;
	}
	#header {
		background:url(/images/header_bg.gif) repeat-x;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}

	/*header top */
	#header #headertop {
		clear:both;
		float:left;
		margin:0;
		padding:0;
		width:100%;
		height:28px;
	}
	
	#header #headertop ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:2px 0 0 0;
		padding:0;
	}
	#header #headertop ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header #headertop ul li a {
		display:block;
		float:right;
		margin:0 0 0 1px;
		padding:3px 15px;
		text-align:center;
		background:url(/images/mobile.png) left top no-repeat;
		color:#fff;
		font-size:11px;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		text-decoration:none;
		position:relative;
		line-height:1.3em;
	}
	#header #headertop ul li a:hover {
		color:#FFFF33;
		background:url(/images/mobile.png) left bottom no-repeat;
	}
	#header #headertop ul li a.active,
	#header #headertop ul li a.active:hover {
		color:#fff;
		font-weight:bold;
		text-decoration:underline;
	}
	#header #headertop ul li a span {
		display:block;
	}
	

	/*header middle */
	#header #headermiddle {
		clear:both;
		float:left;
		margin:0;
		padding:0;
		width:100%;
		height:119px;
		background:url(/images/logo.gif) no-repeat left;
		text-align:right
	}
	
	/*header bottom */
	#header #headerbottom {
		clear:both;
		float:left;
		margin:0;
		padding:0;
		width:100%;
		height:38px;
		background:url(/images/search_box.gif) right top no-repeat
		}
	
	#header #headerbottom ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:6px 0 0 0;
		padding:0;
	}
	#header #headerbottom ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header #headerbottom ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:url(/images/link_pad.png) right no-repeat;
		color:#fff;
		font-size:11px;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header #headerbottom ul li a:hover {
		color:#FFFF33;
	}
	#header #headerbottom ul li a.active,
	#header #headerbottom ul li a.active:hover {
		color:#fff;
		font-weight:bold;
		text-decoration:underline;
	}
	#header #headerbottom ul li a span {
		display:block;
	}
	
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* 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%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,

	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		background:#fff4f4;		/* right column background colour */
	}
	.threecol .colmid {
		right:18%;			/* width of the right column */
		background:#fff;		/* center column background colour */
	}
	.threecol .colleft {
		right:64%;			/* width of the middle column */
		background:#fff4f4;	/* left column background colour */
	}
	.threecol .col1 {
		width:62%;			/* width of center column content (column width minus padding on either side) */
		left:101%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:16%;			/* Width of left column content (column width minus padding on either side) */
		left:21%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:16%;			/* Width of right column content (column width minus padding on either side) */
		left:87%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #000;
	}
	#footer p {
		padding:10px;
		margin:0;
	}
	/* --> */



/* Column link style */

#vertmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
width: 160px;
padding: 0px;
margin: 0px;
}

#vertmenu h1 {
display: block;
font-size: 90%;
padding: 3px 0 5px 3px;
color: #B71E00;
margin: 0px;
width:159px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
font-size: 80%;
display: block;
border-bottom: 1px solid #f3ddea;
padding: 5px 0px 2px 20px;
text-decoration: none;
color: #7d0842;
width:160px;
background-image:url(/images/bullet.gif);
background-repeat:no-repeat;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
background: #ffeef8;
background-image:url(/images/bullet.gif);
color: #ff68c1;
background-position:0px -80px;
background-repeat:no-repeat;
}


#front_table td {
	text-align:center;
	background:#FFF4F4;
	}
#front_table table{
	background:#FFF;
	}
.table_heading{
	background:url(/images/td_head_bg.gif) repeat-x #DB4AAC;
	color:#FFFFFF;
	border:1px solid #E788C9;
	text-align:center;
	font-family:"Courier New", Courier, monospace;
	font-size:16px;
	font-weight:bold;
	}
	
.team-menu{
	list-style:none;
	display:inline; 
	width:500px;
	height:50px;
	padding:0;
	margin:0 auto;
	}
ul.team-menu li{
	display:inline;
	list-style:none;
	padding-right:10px;
	}
	