/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	/*line-height: 20px;*/
	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: 1.8em;
		text-align: left;
		font-weight: normal;
		line-height: 0%;
}

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

h3 {
	color: #000;
	font-size: 1.2em;
	text-align: left;
	font-weight: normal;
	margin-bottom: 0px;
	padding: 0;

}

h4 {
	color: #333;
	font-size: 1.0em;
	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;
}

img {
	border: none;
}

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

ul	{
	color: #333333;
		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;
}
.clear {
		clear: both;
		overflow: auto;
		width: 100%;
		}

/* Column A*/

.columnA {
	float: left;
	width: 150px;
	padding:10px;

	}


/*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 Left;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;

}

	
.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;
	
}
