/* -------- GENERAL CSS -------- */

* {
    padding: 0;
    margin: 0;
} 

body {
    background: #fff url('images/page_bg.gif');
	font: normal 12px/18px "Arial", "sans-serif";
	color: #515151;
}

a {
	color: #3B6EBF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#content a {
	color: #3B6EBF;
	text-decoration: underline;
}

#content a:hover {
	color: #33cc66;
}

p {
	margin: 10px 0 10px 0;
}


.propdapr        
 {
 COLOR: #666;
 FONT-SIZE: 11px;
 FONT-FAMILY: Verdana, Helvetica;
 TEXT-DECORATION: none;
 }

a.propdapr:link, a.propdapr:visited, a.propdapr:active  {
 font-size:11px;
 COLOR: #666;
 FONT-FAMILY: Verdana, Helvetica;
text-decoration: none;
}

a.propdapr:hover {
 font-size:11px;
 COLOR: #ff5500;
FONT-FAMILY: Verdana, Helvetica;
text-decoration: underline;
}




/* -------- LAYOUT -------- */

#wrap {
	margin: 5px auto 5px auto;
	width: 770px;
	background: #fff url('images/midbg.gif');
	background-repeat: repeat-y; 
}

#header {
	height: 169px;
	background: #245379 url('images/header.gif');
}

#top_menu {
	height: 29px;
    background: #245379 url('images/top_menu_bg.gif');
}

#content {
	float: left;
	width: 510px;
	padding: 20px;
	text-align: justify;
}

#menu {
	margin: 0 0 0 550px;
	padding: 0;
}

#footer {
	clear: both;
	background: #245379 url('images/footer.gif');
	color: #ffffff;
	height: 40px;
	border: 1px solid #000;
	border-top: 0;
}


/* -------- TOP MENU LIST -------- */

#top_menu ul {
	text-align:center;
	list-style: none;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	height: 29px;
	padding-top: 7px;
}

#top_menu li{
	display: inline;
	margin: 0;
	padding: 0 15px;
	border-left: 1px #194877 solid;
	border-right: 1px #4a7aa2 solid;
}

#top_menu a {
	color: #fff;
	font-family: Tahoma;
	font-size: 13px;
	font-weight:bold;
}

/* -------- MENU LIST -------- */

#menu ul {
	padding: 20px 5px 15px 15px;
	margin:0;
}

#menu li {
	padding:6px 0;
	list-style-type: none;
	border-bottom: 1px #fff dotted;
	border-top: 1px #dedede dotted;
}

#menu li a {
	color: #000066;
}

#partners {
	margin: 0 0 0 550px;
	padding: 0;
}

#partners ul {
	padding: 5px 5px 15px 15px;
	margin:0;
}

#partners li {
	padding:6px 0;
	list-style-type: none;
	border-bottom: 1px #fff dotted;
}

#partners li a {
	color: #000066;
}

/* -------- MENU1 ------- */

#menu1 {
	
	text-align: right;
	margin-right: 24px;
	
	position:relative;
	top: 24px;
}

#menu1 img {
	border: 0px;
}

#menu1 a {
	margin: 8px;
}

/* -------- MENU2 ------- */

#menu2 {
	position:relative;
	left: 558px;
	top: 57px;
	width: 210px;
}

#menu2 ul{
	list-style-type: none;
}

#menu2 li{
	margin-bottom:11px;
}

#menu2 a {
	color: #070f46;
	font-family: Tahoma;
	font-size: 13px;
}


/* -------- OTHER -------- */

#content h1 {
	color: #303030;
	font-size: 17px;
	margin: 5px 0 20px 0;
}
#content h2 {
	color: #303030;
	font-size: 14px;
	margin: 15px 0 15px 0;
}

#menu h2 {
	color: #303030;
	font-size: 14px;
	margin: 15px 15px 0 15px;
}

#content ul {
	padding-left: 20px;
}

#copyright {
	position:relative;
	top: 12px;
	left: 20px;
}


#footer a {
	color: #fff;
	font-weight: bold;
}

#footer img {
     /*width: 88px;
     height: 31px;*/
     border: 0px;
     margin: 0 5px;
     position: relative;
     top: -13px;
     left: 600px;

     }


#content img {
	float:right;
	border: 1px #000 solid;
	margin: 10px 0 10px 10px;
}

/* -------- FORM -------- */

input {
	display:block;
	margin-bottom: 10px;
	width: 400px;
}

textarea {
	margin-bottom: 10px;
	width: 400px;
}

#submit {
	padding: 2px;
	width: 80px;
}