/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/img02a.jpg) repeat-x left top;
	font-size: 10pt;
	color: #666666;
}

a:link {
	color: #6699FF;
}
a:visited {
	color: #6699FF;
}
a:hover {
	color: #003399;
}
a:active {
	color: #6699FF;
}

h1 {
		color: #000;
		font-size: 24px;
		text-align: left;
		font-weight: normal;
		line-height: 0%;
}

h2 {
		color:#333;
		font-size:20px;
		text-align: left;
		font-weight: normal;
}

h3 {
	color: #1D3750;
	font-size: 18px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0;
	font-weight: normal;

}

h4 {
	color: #333;
	font-size: 18px;
	text-align: left;
	font-weight: normal;
	line-height: 20px;
}
	
p {
	font-size: 1.0em;
	text-align: justify;
	margin-top: 0px;
	line-height: 20px;
}

a {
	color: #0077dd;
}

a:hover {
	text-decoration: none;
}


ul	{
	
		font-size: 1.0em;
		text-align: justify;
}

/*________________________________________
__________________________________________*/

/** HEADER */

#header {
	width: 850px;
	margin: 0px auto;
	height: 155px;
	color: #254360;
}
#logoHolder {
	float: left;
	width:170px;
	height: 147px;
	margin-top: 5px;
}

/*________________________________________
__________________________________________*/

/** MENU */

#menu {
	width: auto;
	margin-top: 90px;
	float:left;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	background: url(images/img04.gif) no-repeat right 50%;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

#menu a:hover {
	background: #FFFFFF;
	color: #254360;
}

#menu .active {
	background: #FFFFFF;
	color: #254360;
}

/** CONTENT */

#content {
	
	width: 850px;
	height: 100%;
	margin: auto;
	padding:0px 0px 0px 0px;
}

#content .columnB table {
	border: none;
	text-align: left;	
}

#content .columnB table tr td {
	font-weight: normal;
	table-layout: auto;
}

#content .columnB table h3 {
	font-weight: bold;
	font-size:16px;
}
#content .columnB table h4 {
	font-weight: bold;
	font-size:12px;
	text-align: left;
	margin-bottom: 0px;
}
#content .columnB table p {
	font-weight: normal;
	font-size:12px;
	text-align: left;
	margin-top: 0px;
	line-height: normal;
}

.clear {
		clear: both;
		overflow: auto;
		width: 100%;
		}

/*________________________________________
__________________________________________*/

/* Column A*/

.columnA {
	float: left;
	width: 150px;
	padding:10px;
	text-align: justify;	

	}
.columnA img {
	margin-top: 3px;
	margin-bottom: 3px;
	}


/*Column B*/

.columnB {
	float: Left;
	width: 480px;
	padding: 10px;
	text-align:justify;
	font-stretch: extra-expanded;
	border-left: 1px dashed #EEEEEE;
	}

.columnB img {
	Float: Left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;

}

.farcolumnB {
	float: left;
	width: 150px;
	padding: 5px;
	text-align:justify;	
	border-left: 1px dashed #EEEEEE;	
	}

.farcolumnB img {
	margin-top: 5px;
	margin-bottom: 5px;
	float:right;

}

/** FOOTER */

#footer {
	clear: both;
	margin: 0px auto;
	height: 59px;
	background: url(images/img03.gif) repeat-x left top;
	text-align: center;
}
/*----------------------------------------------------------------*/
/*Form*/
.form1	{
	width: 650px;
	margin:	auto;
	
}

