@charset "utf-8";
/* CSS Document */

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 12px;
	font-family: arial;
	color: #666666;
}
img { border: 0px; }


a { color: #5dbae9; }

#header {
	background-image: url('/images/header-bg.gif');
	background-repeat: repeat-x;
	height: 58px;
}

#nav {
	background-image: url('/images/nav-bg.gif');
	background-repeat: repeat-x;
	height: 64px;
}

#content-area {
	height: 400px;
}
#content-left {
	background-image: url('/images/content-left.gif');
	background-repeat: repeat-y;
}
#content-right {
	background-image: url('/images/content-right.gif');
	background-repeat: repeat-y;
}
#context-area {
	width: 900px;
	padding: 8px;
}

#footer {
	background-image: url('/images/footer-bg.gif');
	background-repeat: repeat-x;
	height: 56px;
	cursor: default;
	font-size: 10px;
}
#footer a {
	color: #666666;
	text-decoration: none;
	font-family: verdana;
}


.news-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #333333;
}



h1 { color: #5dbae9; font-family: georgia; }
h2 { color: #6f6f6f; font-family: georgia; }

.greybackground {
	background-color: #e5e5e5;
	padding: 5px;
}
.greybackground2 {
	background-color: #cccccc;
	padding: 5px;
	color: #FFFFFF;
}
.bluebackground {
	background-color: #5dbae9;
	padding: 4px;
	color: #FFFFFF;
	
}


.margin-bottom-10 { margin-bottom: 10px; }
.blue { color: #5dbae9; }
.blue2 { color: #004b91; }
.font16 { font-size: 16px; }



.pagination-link {
	background-color: #d9d9d9;
	padding: 7px;
	color: #000000;
	text-decoration: none;
}
.pagination-link:hover {
	background-color: #949494;
}
.pagination-active-link {
	background-color: #5dbae9;
	padding: 7px;
	color: #FFFFFF;
}

