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

body {
	background-color: #B2DBFF;
	margin: 0;
	padding: 0;
	border: 0;
	font:"Arial Narrow", Arial, sans-serif;
	color: #666666;
	font-family: "arial narrow", arial;
}

a {
	font-family: arial narrow, arial;
	color: #0F5998;
}
a:visited {
	color: #0F5998;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #0F5998;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}

p {font:"Arial Narrow", Arial, sans-serif;
color: #666666;
	font-family: "arial narrow", arial;
}

#content {background-image:url(images/background.gif);
background-repeat:no-repeat;
background-position:top;
width:940px;
height:630px;
margin-left: auto ;
margin-right: auto ;
}

#contentext {background-image:url(images/background_long.gif);
background-repeat:no-repeat;
background-position:top;
width:940px;
height:1000px;
margin-left: auto ;
margin-right: auto ;
}

#sidebar {
	float:left;
	width:180px;
	height:630px;
	}

#header {
width:760px;
height:180px;
}

#contentextended {background-image:url(images/background_long.gif);
background-repeat:no-repeat;
background-position:center;}

.style2 {
	color: #0F5998;
	font-family: "arial narrow", arial;
	line-height: 18px;
	font size: 13px;
	}

.space {
	line-height: 1.0;
}