/** 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: 10pt;
	color: #666666;
}

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

a {
	color: #0077dd;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	background: #FFFFFF;
	color: #FF0000;
};

.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: 600px;
	margin: 0px auto;
	padding: 1em;
    margin-left: 100px;
	height: 90px;
	color: #254360;
    font-style: italic;
}

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

#header h2 {
	margin: 0 0 0 -80px;
	padding: 0px 0px 0px 95px;
	font-weight: bold;
	font-size: 13px;
}

#left_field_top {
    width: 20px;
	float: left;
}
#left_field_middle {
    width: 20px;
	float: left;
}
/** MENU */

#menu {
	margin: 0px auto;
}

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

#menu li {
	display: inline;
}

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

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

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

/** CONTENT */

#content {
    position: relative;
	margin: 0px auto;
	padding: 40px 0px 20px 0px;
}

#content_data {
    width: 600;
	float: left;
	padding-left: 10px;
	border-left: 1px dashed #EEEEEE;
}

#content_data pre 
{
	font-size: 12px;
	line-height: 15px;
}

#content_data code {
	font-weight: bold;
}

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

#content_data h3 {
    font-weight: 600;
	text-decoration: underline;
    text-align: center;
}

#content_data h4 {
	text-decoration: underline;
    font-style: italic;
    text-align: center;
}

#navigation {
	float: left;
	width: 180px;
	font-size: 9pt;
	text-align: left;
	padding-right: 10px;
}

#navigation ul {
    font-size: 8pt;
    padding: 1px;
}

#navigation h2 {
	height: 22px;
	border-bottom: 1px dashed #EEEEEE;
	border-spacing: 2px;
	font-size: 10pt;
	font-weight: bold;
}

/** 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: 0px 0px 0px 0px;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a {
	color: #CCCCCC;
}

#footer a:hover {
    background: none;
}

#footer table
{
    height: 100%;  
}

