/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: url(images/img02.jpg) repeat-x left top;
	line-height: 20px;
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #254360;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

a {
	color: darkblue;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}


li{
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 14px;
	color: darkblue;
}


img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 20px 0px 0px;
}

/** HEADER */

#header {
	width: 778px;
	margin: 0px auto;
	padding: 1em;
	height: 90px;
	color: #254360;
}

#header h1 {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	//text-transform: uppercase;
	font-weight: bold;
}

#header h2 {
	margin: 0 0 0 -80px;
	padding: 5px 0px 0px 95px;
	//text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}



/** CONTENT */

#content {
	width: 830px;
	margin: 10px auto;
	padding: 0 0px 0 0px;
	border: 2px outset;
	height: 483px;
}

#columnA {
	float: left;
	width: 538px;
	padding-left: 20px;
}

#columnA h2 {
	height: 22px;
	border-bottom: 1px dashed #EEEEEE;
	font-size: 14pt;
	font-weight: bold;
}

#columnB {
	float: right;
	width: 256px;
}

#columnB h3 {
	height: 22px;
	border-bottom: 1px dashed #EEEEEE;
	border-spacing: 2px;
	font-size: 11pt;
	font-weight: bold;
}

/** FOOTER */

#footer {
	clear: both;
	margin: 0px auto;
	height: 59px;
	text-align: center;
}

#footer p {
	margin: 0px;
	padding: 18px 0px 0px 0px;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a {
	color: #CCCCCC;
}