@charset "utf-8";

.arrow_left{
	position:absolute;
	left:10px;
	top:120px;
	height:42px;
	width:21px;
	background-image:url(../img/arrow_left.png);
	background-repeat:no-repeat;
	z-index:99;
}

.arrow_right{
	position:absolute;
	right:10px;
	top:120px;
	height:42px;
	width:21px;
	background-image:url(../img/arrow_right.png);
	background-repeat:no-repeat;
	z-index:99;
}

.clear_all{
	clear:both;
}

.container_left{
	position:relative;
	float:left;
	width:531px;
	padding:25px;
	min-height:100px; 
	height:auto !important; 
	height:100px; 
}

.container_right{
	position:relative;
	padding:25px;
	float:right;
	width:301px;
	min-height:10px; 
	height:auto !important; 
	height:10px; 
}
.dotted_left{
	border-left:1px #333333 dotted;
}

.dotted_right{
	border-right:1px #333333 dotted;
}

.dotted_bottom{
	border-bottom:1px #333333 dotted;
}

.holder{
	position:relative;
	width:300px;
	height:240px;
	overflow:hidden;
}

.holder img{
	position:absolute;
	z-index:1;
	top:0px;
	left:0px;
}

img.float_left{
	position:relative; 
	float:left; 
	border:1px solid #cccccc; 
	margin-right:10px;
}

img.pos_centered{
	display:block;
	margin:auto;
}

p{
	margin-top: 0; 
	padding-top: 0;
}

.paragraph{
	text-indent:30px;
}

.rounded_box_middle{ 
	z-index:3; 
	min-height:440px; 
	height:auto !important; 
	height:440px; 
	position:relative; 
	width:933px; 
	background-image:url(../img/rounded_box_middle_repeat.png); 
	margin:0px auto; 
	padding-left:15px; 
	padding-right:20px; 
}


.txt_align_right{
	text-align:right;
}

.txt_alight_center{
	text-align:center;
}

.txt_bigbold{
	font-size:18px;
	font-weight:bold;
}

.txt_bold{
	font-weight:bold;
}

.txt_sub{
	font-weight:bold;
	color:#003399;
}

.txt_title{
	color:#003399;
	font-size:18px;
	font-weight:bold;
}

.txt_underlined{
	text-decoration:underline;
}

.txt{
	font-size:14px;
	font-family:"Helvetica";
	color:#333333;
}
