@charset "utf-8";
/* CSS Document */

#welcome{
	position: relative;
	width: 550px;
	left: 15px;
	*left: 0px;
	right: 15px;
	top: 15px;
	height: auto;
	text-align: left;
	/*border-bottom: dotted 1px #3a6281;*/
}

.textHighlightInner{
	color: #3a6281;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;	
}

.titlesInner{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	Color: #000000;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	border-bottom: dotted 1px #3a6281;
	display: block;
}

#mainCopy{
	position: relative;
	width: 550px;
	left: 15px;
	*left: 0px;
	right: 15px;
	top: 15px;
	height: auto;
	text-align: left;
}

#leftCol{
	clear: left;
	position: relative;
	width: 265px;
	left: 15px;
	float: left;
	top: 25px;
	height: 475px;

}

#rightCol{
	float: right;
	position: relative;
	width: 265px;
	right: 15px;
	top: 25px;
	text-align: center;
	
}

#innerCol{
	border-bottom: 1px solid #3a6281;
	width: 265px;
	height: auto;
	text-align: left;
}

#innerCol1{
	width: 265px;
	height: auto;
	text-align: left;
}

a{
	text-decoration: none;
	color: #3a6281;	
	font-weight: 300;
}

a:hover{
	text-decoration: underline;	
}

.innerList{
	position: relative;
	border: #FFFFFF 1px dotted;
	width: 145px;
	height: auto;
	left: 12px;
	*left: 0px;
}

.innerList1{
	position: relative;
	border: #FFFFFF 1px double;
	width: 144px;
	height: auto;
}

#last{

	
}

fieldset{
	border: 1px dotted #3a6281;	
	
}

legend{
	color: #FFFFFF;
	background-color: #3a6281;
	width: auto;
	height: 20px;
	paddng-top: 13px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;	
	padding-left: 15px;
	padding-right: 15px;
	
}

#mission{
	background-color: #EEE;
	border: 1px dashed #3a6281;
	width: 500px;
	left: 40px;
	*left: 0px;
	position: relative;
	height: 60px;
	padding-top: 10px;
	
	
	
}