blockquote { 
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 55px;
	margin-right: 20px;
	text-align:left;
}



/*** Normalized ***/

#main_body {
  	background-color: #2e5d91; 
    background-image: url(images/static/bg_body.gif);
	margin: 0;
    padding: 0;
    height: 100%;
    background-position: top;
    background-repeat: repeat-x;
}

#container {
  	background-color: #ffffff; 
    margin: 0 auto 0 auto;
    width: 980px;
    background-position: center top;
    background-repeat: repeat;
	}

#header {
    height: 184px;
    padding: 0;
}



#main_container {
    clear: both;
    background-position: left top;
    background-repeat: no-repeat;
}

#content_container {
    padding: 0;
    margin: auto;
    border-width: 0;
    width: 100%;
    overflow: hidden;
}

#fotopis {
	margin : 1px 0 25px 0 ;
	font-size:10px;
	font-weight:normal;
	font-family:Trebuchet MS,sans-serif;
}

/* Begin Menu */

#main_nav_container {
    background-image: url(images/static/bg_main_nav20b.gif);
	overflow: hidden;
    clear: both;   /* new */
	/* float: left;  */
    background-position: left top;
    background-repeat: repeat;
    margin-top: 30px;
    padding-left: 16px;
    /* width: 720px; */
}

#main_nav_list {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-repeat: no-repeat;
    background-position: left top;
}

#main_nav_list li {
    /* background-image: url(images/static/main_nav_separator20.gif);  */
	float: left;
    padding-right: 16px;
    background-repeat: no-repeat;
    background-position: right top;
}

#main_nav_list a {
    overflow: hidden;
    float: left;
    text-align: center;
    height: 58px;
    line-height: 45px;
    width: 205px;
    padding: 12px 10px 0 10px;
    display: block;
    background-repeat: repeat-x !important;
    background-position: left top;
}

/* Begin SubMenu */

#sub_nav_container {
    background-image: url(images/static/bg_sub_nav20.gif);
    overflow: hidden;
    clear: both;
    background-position: left top;
    background-repeat: repeat;
    /* margin-top: 1px; */
    padding: 0 0 0 10px;
}

.sub_nav_list {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-left: 4px;
    background-repeat: no-repeat;
    background-position: left top;
}

.sub_nav_list li {
    background-image: url(images/static/sub_nav_separator20.gif);
	float: left;
    padding: 0;
    padding-right: 4px;
    background-repeat: no-repeat;
    background-position: right top;
}

.sub_nav_list a {
    overflow: hidden;
    float: left;
    text-align: left;
    height: 36px;
    line-height: 32px;
    width: 180px;
    padding: 12px 0 0 20px;
    display: block;
    background-repeat: repeat-x;
    background-position: left top;
}

/**/

#sub_container1 {
    /*
	width: 148px;
    float: left;
    display: none;
    */
}

#sub_container2 {
    /*	margin: 0 148px 0 0;*/
    padding: 20px 30px 10px 30px;
}

#sub_container3 {
    clear: both;
}

#footer {
    background-image: url(images/static/bg_footer2020.gif);
	background-repeat: no-repeat;
    background-position: left bottom;
    height: 50px;
	color: #60656c;
}

#footer_text {
    width: 980px;
    height: 25px;
    padding: 0 0 0 5px;
    overflow: hidden;
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
	color: #707070;
}

#footer_text a {
	font-style: normal;
	font-size: 18px;
	font-weight: normal;
	color: #0000AA;
	text-decoration: none; 
}

#footer_text a:hover {
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #0000FF;
}
  
/* Begin Content */

.content table {
    margin: auto;
    border-left: 0px solid;
    border-top: 0px solid;
    border-collapse: collapse;
    border-spacing: 0;
}

.content th {
    border-right: 0px solid;
    border-bottom: 0px solid;
    padding: 3px 5px 3px 5px;
    text-align: left;
}

.content td {
    border-right: 0px solid;
    border-bottom: 0px solid;
    padding: 3px 5px 3px 5px;
}

/* End Content */

/* Begin Search */

/* End Search */

/*
.content button {
    border: 1px solid;
}

.content textarea {
    border: 1px solid;
}

.content input {
    border: 1px solid;
}

.content fieldset {
    border: 1px solid;
}

.content {
    margin: 5px 0 15px 0;
    padding: 0;
}

.content p {
    margin: 11px 0 6px 0;
    padding: 0;
}
.content li {
    margin-top: 3px;
}
.content ol, ul {
    margin-top: 0px;
}
*/



