.style1 {color: red}


* {
	margin: 0;
	padding: 0;
	font-size: 100%;  
	font-weight: normal;
	list-style: none;
	text-decoration: none;
	border: 0;


	}
/* linkÃC¦â*/
a:link {
	color: #0099FF;
}
a:visited {
	color: #0099FF;
}
a:hover {
	color: #FFccFF;
}
a:active {
	color: #FFccFF;
}

body {
	font-size: 75%;
	line-height: 1.8;
	letter-spacing: 0.2em;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}


#header {
	background: #E8E8E8 url(../images/background.gif) left top repeat-x;
	padding-top: 80px;
}
#logo {
	position: absolute;
	left: 10px;
	top: 0px;
	width: 230px;
	height: 80px;
	background: url(../images/newlogo.gif) left top no-repeat;
}
#logo img {
	position: absolute;
	left: -9999px;
}


#globalNav {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	background: #E8E8E8 url(../images/global_nav_bg.gif) left top repeat-x;
	border-bottom: 1px solid #CCCCCC;
}
#globalNav li {
	float: left;
	width: 7em;
	border-right: 1px solid #CCCCCC;
}
#globalNav li a {
	display: block;
	width: 100%;
	line-height: 2.5em;
	color: #333333;
	text-align: center;
	background: #E8E8E8 url(../images/global_nav_a_bg.gif) 0 0 repeat-x;
}
#globalNav li a:hover {
	color: #FFFFFF;
	background: #50B622 url(../images/global_nav_a_bg.gif) 0 -100px repeat-x;
}

#contentWrapper {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 1150px;
	padding: 0px 0;
	background: #FFFFFF url(../images/leftside_bg2.gif) left top repeat-y;
}
#footer {
	clear: both;
	padding: 5px 0;
	border-top: 2px solid #CCCCCC;
	text-align: center;
	line-height: 1.5;

	

}


	#content {
		float: left;
		width: 99%;
		margin-right: -220px;
	}
	#advertisement {
		float: right;
		width: 220px;
		text-align: center;
		
	}
	

	#primary {
		float: right;
		width: 100%;
		margin-left: -220px;
	}
	#secondary {
		float: left;
		width: 200px;
	}
	

	#primary * {
		margin: 10px 208px 0 215px;
	}
	#primary * * {
		margin: 0;
	}

#primary h1 {
    padding: 10px 0;
	font-size: 150%;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
}
#primary p {
	font-size: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
	letter-spacing: 0.2em;
}

#primary .date {
	font-size: 100%;
	text-align: right;
	color: #666666;
}



#primary .list,#secondary .list {margin-bottom: 5px;}


#primary .list h2 {
	    padding: 3px 10px;
		background-color: #F3F3F3;
		border-left: 5px solid #CCCC99;
		border-bottom: 1px solid #CCCCCC;
	}
	

#primary .list h3 {padding: 3px 23px;border-bottom: 1px solid;

}


#secondary .list h2 {
    	
		padding: 3px 15px;
		color: #FFFFFF;
		background-color: #CCCC99;s
	}

#primary .list li,#secondary .list li {
 {
		margin: 5px 0 0 10px;
		padding-left: 15px;
		background: url(../images/arrow.gif) left center no-repeat;
		border-bottom: 1px dotted #CCCCCC;

	  }  

