* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #080084;
}

h1, h2, h3 {
	color: #345BA8;
}

h1 {
	font-size: 152%;
}

h2 {
	font-size: 129%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, blockquote, ul, ol {
	line-height: 180%;
}

blockquote, ul, ol {
	margin-left: 3em;
}

a {
	color: #345BA8;
}

a:hover {
	text-decoration: none;
}

.boxed {
	margin: 10px;
	border: 1px solid #E9EAEB;
}

.boxed .title {
	padding: 5px 10px;
	background: #F7F7F7;
}

.boxed .content {
	padding: 10px;
}




/* Page */ 

#page {
	width: 1010px;
	margin: 0 auto;
	background: url(images/img02.jpg) repeat-y left top;
}

#content {
	position: fixed; 
margin: 0 0px 0 260px;
	}

#sidebar {
position: absolute; 
top: 0; 
left: 0; 
width: 260px;
height: 100%;
overflow: hidden;
}

#google {
position: absolute;
top: 05; 
left: 1010;
width: 160px;
height: 100%;
overflow: hidden;
}



#pa {
	padding-top:20px;
	padding-left: 40px;
padding-right: 20px;
text-align: justify;
}	







/* Logo */

#logo {
	width: 383px;
	height: 89px;
	background: url(images/portallogo.gif) no-repeat left top;
	background-color: #080084;
	 
}

#logo h1 {
	padding: 80px 0 0 19px;
	letter-spacing: -1px;
	font-size: 197%;
	font-weight: normal;
}

#logo h2 {
	padding: 0px 0 0 20px;
	font-size: 85%;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

#logo_bgc {
	width: 743px;
	height: 89px;
	background-color: #080084;
}

/* Menu */



#menu {
	padding: 20px 0;
}

/* News */

#news {
}

#news .title {
	padding: 15px;
}

#news .content {
	padding: 0 15px;
	font-size: 85%;
}

#news ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#news li {
	margin-bottom: 15px;
}

/* Footer */

#footer {
	padding: 5px 0;
	background: #3F6EB6;
	text-align: center;
	font-size: 77%;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}