/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: url(images/img02.jpg) repeat-x left top; 
	background-color: ;
	line-height: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

a {
	color: #0077dd;
}

a:hover {
	text-decoration: none;
}

.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list1 a {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

.list2 {
	margin: 0;
	list-style: none;
}

.list2 a {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

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;
	font-weight: bold;
}

#header h2 {
	margin: 0 0 0 -80px;
	padding-left: 8em;
	font-weight: bold;
	font-size: 13px;
}

/** MENU */

#menu {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	padding-top: 0.3em;
}

#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-left: 1em;
	padding-right: 1em;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}

#menu a:hover {
	background: #FFFFFF;
	color: #254360;
	text-align: center;
}

#menu .active {
	background: #FFFFFF;
	color: #254360;
	text-align: center;
}

/** CONTENT */

#content {
	width: 65%;
	margin: 0px auto;
	padding-top: 2%;;
}
#content h1 {
	font-size: 1.5em;
	color: #333333;
}

#columnA {
	width: 100%;
}
#columnA ul {

	list-style: square;
}
#columnA h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}
#columnA h3 {
	float: left;
	font-size: 1em;
	margin: 0;
}
#columnA p {
	text-indent: 1.5em;
	line-height: 1.2;
	margin: 0.3em;
	text-align: justify;
}
table .img {
	text-align: center;
}
.tbl_content {
	margin: 0 auto;
	width: 100%;
}
.dl_div {

	width: 100%;
	text-align: right;
}
hr {
	width: 100%;
	background-color: #254a6a;
	border: 2px solid #254a6a;
}
.tech {
	text-align: justify;
	text-indent: 1.5em;
	line-height: 1.2;
	margin: 0.3em;
}

/** FOOTER */

#footer {
	clear: both;
	margin: 0px auto;
	height: 59px;
	background: url(images/img03.gif) repeat-x left top;
	text-align: center;
}

#footer p {
	margin: 0px;
	padding: 18px 0px 0px 0px;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a {
	color: #CCCCCC;
}
