@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
	}

body{
background-color: #ebf6f9;
margin:0px;
padding:0 25px 0 25px;
text-align:center;
font: 100% Arial, Helvetica, sans-serif;
color: #4d4d4d;
	
}

.top {
	position: relative;
	height:25px;
	margin:0 auto;
	background-color: #ebf6f9;
	background-image: url(images/pic_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 675px;
	
}

#wrapper {    /* Exists to force Footer to stick to bottom of broswer window */
	position: relative;
	height: 90%;
	width:100%;
	background-color:#FFFFFF;
	background-image: url(images/header_bg.png);
	background-repeat: repeat-x;
	background-position: top;	
}

#container {
	width:675px;
	padding:0;
	margin:0 auto;
	overflow: hidden;
	text-align:left;
}


.logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: top;	
	height:129px;
	margin:0;
	}
	
.content_675 {
	background-image: url(images/content_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #5abad1;
	border-left-color: #5abad1;
	margin:0;
	padding:25px;
	font-size:13px;
	height:80%;
	}
	
.title {
	text-align:right;
	font-size:20px;
	color:#44798e;
	padding-bottom:20px;
}

.blue_bullet {
	list-style-position: outside;
	list-style-image: url(images/bullet.png);
	padding-left:20px;
	line-height:20px;

}

li .blue {
}

.gap {
	padding-top:50px;
}



.pagelink:link, .pagelink:active, .pagelink:visited {
	font-size:15px;
	color:#39a8c2;
	text-decoration:none;
	display:block;
	width:88px;
	height:21px;
	background-attachment: scroll;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position:right top;
}

.pagelink:hover {
	font-size:15px;
	color:#44798e;
	text-decoration:none;
	display:block;
	width:88px;
	height:21px;
	background-attachment: scroll;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position:right bottom;
	
}

.link_arrow:link,  .link_arrow:active,  .link_arrow:visited  {
	
	width:21px;
	height:21px;

}

.link_arrow:hover  {
	width:21px;
	height:21px;
 	background-attachment: scroll;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

a:link, a:active, a:visited {
	color:#39a8c2;
	
}

a:hover {
	color:#44798e;
	
}

.footer {
	
	height:25px;
	
	background-color: #ebf6f9;
	width:100%;
	padding-right:25px;
	padding-top:5px;
	text-align:right;
	font-size:11px;
	color:#5abad1;
}