/* Body */
body {
    font-family: Arial, sans-serif, Helvetica;
    margin: 0 0 0 0;
    font-size: 10pt;
    background-color: #427835;
    height: 100%;
    width: 100%;
    min-width: 1000px;
}

/* Hack for min-width in Internet Explorer */
* html .minwidth {
	/*border-left: 1000px #999999 solid;*/
	position: relative;
	float: left;
}

* html .container {
	/*margin-left: -960px;	 -(border-left) - (window's margins)*/
	position:relative;
	float: left;
}
/* end hack for IE */


/* Links */
a {
    font-weight: bold;
    text-decoration: none;
    color: #427835;
}

a:hover {
    text-decoration: underline;
    color: #427835;
}

a img {
	border: none;
}

/* Window */
div.window {
    margin: 10px 10px 10px 10px;
    text-align: left;
    background-color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 100%;
}


/* Page title. */
div.header {
	text-align: center;
    background-color: #999999;
    margin: 5px 15px 5px 15px;
    border: 1px solid #aaaaaa;
    padding: 0px 0px 0px 0px;
    height: 100px;	/* The height of the header's image */

}

div.logo {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

.headerImg {
	 height: 100px;
	 width: 100%;
}


div.bantegalImg {
	position:absolute;
	left:5px;
	top:10px;
	z-index:1;	
}

div.xuntaImg {
	position:absolute;
	right:5px;
	top:15px;
	z-index:1;
}



/* Second header */
div.defaultHeader {
	background-color: #427835;
    color: #fff;
    text-align: right;
    font-weight: bold;
    margin: 5px 15px 5px 15px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    height: 20px;
    border: 1px solid #aaaaaa;
}

div.defaultHeader a {
	color: #999999;
	text-decoration: none;
}

div.defaultHeader a:hover {
	color: #999999;
	text-decoration: underline;
}

div.defaultHeader img {
	padding-left: 15px;
}

div.specificHeader {
    float: left;
}

/* Footer. */
div.footer {
    clear: both;
    margin: 5px 15px 5px 15px;
    text-align: center;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-top: #999 1px solid;
    color: #999999;
}

div.footer a {
	color: #427835;
	text-decoration: none;
}

div.footer a:hover {
	color: #427835;
	text-decoration: underline;
}


/* Sidebar. */
div.sidebarLeft {
	margin: 10px 0 10px 20px;
	float: left;
	text-align: left;
    width: 220px;
    border: 1px solid #aaaaaa;
    background-color: #729E47;
    color: black;
    font-weight: bold;
    padding: 0 0 10px 0;
    display: inline;
}

div.sidebarLeft ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.sidebarLeft li {
	list-style: none;
	margin: 10px 15px;
}

div.sidebarLeft li a {
	padding: 0.5em 0 0.5em 0.75em;
	display: block;
	background-color: #427835;
	color: white;
	text-decoration: none;
}

div.sidebarLeft li a:hover {
	background-color: #ccb;
	color: #000000;
	border-color: #ac6100;
}

div.sidebarLeft li ul {
	padding-bottom: 1em;	
}

div.sidebarLeft li li a {
	padding: 0.25em 0 0.25em 1.2em;
}


div.sidebarRight {    
	margin: 10px 0 10px 20px;
	float: left;
	text-align: left;
    width: 220px;
    border: 1px solid #aaaaaa;
    background-color: white;
    color: black;
    font-weight: bold;
    display: inline;
    clear: both;
}

div.sidebarRightLinkBox {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #427835;
	padding: 3px 3px 0;
	clear: both;
}

div.sidebarRightLinkImg {
	width: 100%
}

div.sidebarTitle {
	margin-top: 15px;
	margin-bottom: 10px;
	float: left;
	text-align: left;
    width: 220px;
    color: black;
    font-weight: bold;
    display: inline;
    clear: both;
}

div.sidebarHeader {
	color:#FFFFCC;
	padding:10px;
	background-color:#729E47;
	font-size:17pt;
	text-align: center;
}


/* Content */

div.content {
	position:relative;
	padding: 10px 10px 0 10px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 250px;
	border: 1px solid #aaaaaa;
	text-align:left;
}

/* Lists */
div.content ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

div.content li {
	margin-left: 20px;
	margin-top: 20px;
}

/* Titles. */
h1 {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 5px;
}

h5 {
	font-size: 8pt;
	text-align: right;
	margin-bottom: 5px;
}

#boxFirstPage {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px 0px 10px 10px;
	border: 0.5px solid #427835;
	width: 98%;
	text-align: left;
	font-size: 8pt;
}

#boxFirstPageRed {
	margin: 10px 100px 20px;
	padding: 10px 0px 10px 10px;
	border: 0.5px solid red;
	text-align: center;
	font-size: 12pt;
	color: red;
}

#boxFirstPageBlack{
	margin: 10px 100px 20px;
	padding: 10px 0px 10px 10px;
	border: 1px solid black;
	text-align: center;
	font-size: 12pt;
	color: black;
}

#boxFirstPageRed a {
	color: red;
}

img.email {
   vertical-align: middle;
} 

