	
body {
	background-color: #E6EBBF;
	background-image: url(../images/ca_background_tile.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin:0;
	padding:0;
}
#page {
	width: 975px;
	left: 50%;
	top: 0px;
	margin-left: -489px;
	position: absolute;
	height: 100%;
}
#header {
	background-image: url(../images/ca_background_header.jpg);
	background-repeat: no-repeat;
	height: 162px;
	padding-left: 84px;
	z-index: 0;
}

#content {
	background-image: url(../images/ca_background_content.jpg);
	background-repeat: no-repeat;
	height: 277px;
}
#text {  /* For pages without subnav */
	padding-left: 105px;
	padding-top: 25px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 17px;
	width: 450px;
}
.newshead a:link {
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
}


#text2 {  /* For pages without subnav */
	padding-top: 25px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 17px;
	position: absolute;
	left: 230px;
	float: right;
	width: 350px;
}
#text3 {  /* For pages with subnav */
	padding-top: 25px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 17px;
	position: absolute;
	left: 84px;
	float: right;
	width: 350px;
}

#text4 {  /* For pages with subnav and no photo on the right */
	padding-top: 25px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 17px;
	position: absolute;
	left: 230px;
	float: right;
	width: 450px;
}

#subnav {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 125px;
	padding-left: 83px;
	float: left;
	padding-top: 25px;
	text-align: right;
}
h1 {
	font-size: 16px;
	display: block;
	margin-bottom: 0px;
	padding-bottom: 3px;
	line-height: 1.3em;
}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 17px;
	margin-top: 0px;
	padding-top: 3px;
}
.title {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
}
.newshead {
	font-size: 14px;
	font-weight: bold;
}
#whitelink a{
	color: #fff;
}
p {
	margin-top: 0px;
	margin-bottom: 5px;
}
p.text {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	color: #96E2FF;
}
a:hover {
	color: #FFFFFF;
}
a:visited {
	color: #96E2FF;
}
.bullets {
	text-indent: -1.3em;
	padding-left: 1.3em;
}
td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3389B0;
}

#news {
	margin-bottom: 1em;
	color: #333;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
}
#news ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
}	
#news li {
		border-bottom: 1px solid #90bade;
		margin: 0;
}
#news li a {
	display: block;
	color: #fff;
	text-decoration: none;
	width: 100%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
}
html>body #news li a {
		width: auto;
}
#news li a:hover {
		background-color: #2379BD;
	
}
