/* CSS Document */
.background {
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
}
body {
	background-color: #b7cde5;
	padding: 15px;
	/*text-indent: 15px;*/
}
body,td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4185c2;
}

.bg_bottom {
	background-image: url(images/bg_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.page_title {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	color: #4286c3;
}
a:hover .rollover{
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
}

.img_title{
	padding-bottom:10px;
}

.content_area {
	vertical-align: top;
	padding: 10px 30px 30px 30px;
	width:666px;
}

/* Expandable Div */

.expandList {
	display:none;
}

.expandLink:link, .expandLink:active, .expandLink:visited{
	text-decoration:none;
	font-weight:bold;
	color:#4285bc;
}
.expandLink:hover, .expandLink:focus{
	text-decoration:none;
	font-weight:bold;
	color:#7aa0cd;
}


/* LINKS */
a:link, a:active, a:visited{
	color: #48B39C; 
	text-decoration: underline;
}
a:hover, a:focus{
	color: #4286C2; 
	text-decoration: none;
}
