/** BASIC */
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font: normal small Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: justify;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}


/** LOGO*/
#logo{
	width: 700px;
	height: 87px;
	margin: 0 auto;
	background: #FFFFFF;
	float: center;
}

/** HEADER */
#header {
	width: 700px;
	height: 100px;
	margin: 0 auto;
	background: #FFFFFF;
	float: center;
}


/** SNAIL TRAIL */
	
#snailtrail {
	width: 700px;
	height: 20px;
	margin: 0 auto;
	padding-top: 5px;
	float: center;
	background: #0063BD;
	color: #000000;
	text-indent:10px;
}

#snailtrail a {
	text-decoration: none;
	color: #000000;
}

#snailtrail a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#columnSTA{
	float: right;
	width: 580px;
}

/** CONTENT */

#content {
	width: 700px;
	margin: 0 auto 0em auto;
	background: #A3D7FF;
	line-height: 140%;
}

#columnA {
	float: left;
	width: 140px;
	display: block;
	line-height: 190%;
}

#columnA a {
	text-decoration: none;
	color: #000000;
	display: block;
}

#columnA a:hover {
	text-decoration: none;
	background: #4B91CD;
	display: block;
}

#columnB {
	float: left;
	width: 540px;
	padding: 2px;
}

#columnC {
	float: left;
	width: 270px;
}

#columnD {
	float: right;
	width: 270px;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-top: 0;
	color: #000000;
}


/** FOOTER */
#footer {
	width: 700px;
	height: 30px;
	margin: 0 auto;
	float: center;
	background: #0063BD;
	color: #000000;
	text-indent:10px;
}

#footer a {
	text-decoration: none;
	color: #000000;
}
	
#footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
}