@charset "utf-8";
/*divs*/

#nav_top {
	position:relative;
	width:948px;
	height:auto;
}

#banner {
	position:relative;
	width:943px;
	height:279;
}

#content{
	position:relative;
	top:25px;
	width:948px;
	height:750px;
}

	#left_column {
	position:absolute;
	left:0px;
	width:237px;
	height:auto;
	}
	
		#marqueecontainer{
			position: relative;
			width: 200px; /*marquee width */
			height: 165px; /*marquee height */
			background-color: white;
			overflow: hidden;
			border: 3px solid #AAAAAA;
			padding: 2px;
			padding-left: 4px;
		}
	
	#right_column {
		padding-left:20px;
		border-left-style:outset;
		border-left-color:#999999;
		border-left-width:thin;
		position:absolute;
		background-image:url(images/bg_images_index_r_colCAFE.jpg);
		background-repeat:no-repeat;
		top:0px;
		left:240px;
		width:685px;
		height:auto;
	}
	
		#pos {
			position:relative;
			width:400px;
			height:auto;
		}
		
#otherlinks {
	background-image:url(images/bar_bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	position:relative;
	width:950px;
	height:50px;
	top: 1450px;
}

	
#nav_bottom {
	position:relative;
	width:950px;
	height:600px;
	top: 1450px;
	left: 8px;
}

/*only for second level pages*/

#banner2 {
	position:relative;
	width:950px;
	height:202px;
	background-image:url(images/2level_banner.jpg);
}

#text_title {
	position:relative;
	top:-50px;
	width:950px;
	height:auto;
}

#content2{
	position:relative;
	top:25px;
	width:948px;
	height:auto;
}

/*text*/


p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#696969;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#66CCFF;
	font-weight:bold;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#666666;
	font-weight:bold;
}

/*styles*/

.style1 {
	font-weight:bold;
}

.style2 {
	font-size:9px;
}

.style3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#696969;
	font-weight:bold;
}

.style4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#696969;
}

.style5 {
	color:#FF0000;
}

/*other*/

a:link {
	color: #26A9E1;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #27AAE2;
}

