body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;;
	background: url(bg.gif);
	background-repeat: repeat-x;
	background-color:#A3CCE4;
}

script{
width: 0px
}

#header{
	background: url(logo_02.gif);
	background-repeat: repeat-x;
	border-bottom-color:#999999;
	border-bottom: solid 1px;
	margin-top: 10px;
}

#header2{
	background: url(grad1.gif) repeat-x;
	padding:6px
}
	
#nav{
	position:absolute;
	top: 84px;
	width:175px;
	height:100%;
	background-color:#EEEEEE;
	border-right: solid 1px #AAAAAA;
}

#feature{
	margin-top: 20px;
	margin-left: 200px;
	margin-right: 20px;
	height:100px;
	background:#FFFFFF;
	border: solid 1px #AAAAAA;
}
#maintext{
	margin-top:10px;
	margin-left: 200px;
	margin-right: 20px;
	height:100px;
	background:#FFFFFF;
	border: solid 1px #AAAAAA;
}

#txtpadding{
	padding-left:10px;
	}

#featureHeading{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-style:italic;
	font-variant:small-caps;
	font-weight:400;
	padding: 5px 20px 5px 20px;
	background:url(star.gif) no-repeat #EEEEEE;
	border-bottom: solid 1px #AAAAAA;
}

/* SWIM2.0 :: Simple website menu
****************************************************************
* DOM scripting by brothercake -- http://www.brothercake.com/
* Licensed under GPL -- http://www.gnu.org/copyleft/gpl.html
****************************************************************
* For professional menu solutions visit -- http://www.udm4.com/ 
****************************************************************
*/
.tdspace{
	padding: 5;
}

.tdspace{
	padding: 10;
}


p {
	font-family: trebuchet MS, 'verdana';
	font-size: 12px;
	color:#000000;
	}

.title {
	font-family: trebuchet MS, 'verdana';
	font-size: 32px;
	color:#000000;
	padding: 4;
	padding-left: 20;
	}

.h1 {
	font-family: trebuchet MS, 'verdana';
	font-size: 18px;
	color:#FFFFFF;
	padding: 4;
	padding-left: 20;
	}
.breadcrumb {
	font-family: trebuchet MS, 'verdana';
	font-size: 10px;
	color:#000099;
	}

ul.vertical, ul.vertical li {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:100%;
	}

ul.vertical {
	position:relative;
	z-index:1000;
	cursor:default;
	width:100%;
	left:0;
	top:0em;
	}

ul.vertical li {
	position:relative;
	text-align:left;
	cursor:pointer;
	cursor:hand;
	width:100%;
	margin: 0px 0 0 0;
	border-top: solid 2px #FFFFFF;
	border-bottom: solid 1px #000000;
	}

ul.vertical ul {
	z-index:1020;
	cursor:default;
	position:relative;
	width:100%;
	margin:0 0 0 0;
	top:-100em;
	left:-1px;
	padding:1px 0 0 0;
	}
	
ul.vertical ul li {
	width:100%;
	}

ul.vertical ul ul {
	margin:-0.5em 0 0 7.7em;
	}

@media Screen, Projection { 
	ul.vertical li:hover > ul { top:0; }
	}

ul.vertical a, ul.vertical a:visited {
	display:block;
	cursor:pointer;
	cursor:hand;
	background: url(logo_02.gif);
	background-repeat: repeat-x;
	border:0px solid #CCCCCC;
	padding:5px;
	padding-left: 10px;
	font:normal normal bold 12px  trebuchet MS, tahoma, verdana, sans-serif;
	color:#000000;
	text-decoration:none;
	letter-spacing:2px;
	}
	
ul.vertical a:hover, ul.vertical a:focus, ul.vertical a.rollover, ul.vertical a.rollover:visited {
	background:#CCE6FF;
	color:#000000;
	border-top: solid 1px #005299;
	border-bottom: solid 1px #005299;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	padding-right:5px;
	}



@media screen, projection {
	* html ul.vertical li {
		display:inline; 
		f\loat:left; 
		background:#ffffff; 
		}
	}
* html ul.vertical li { position:static; }
* html ul.vertical a { position:relative; }
ul[class^="vertical"] ul { display:none; }
ul[class^="vertical"] ul { displa\y:block; }
