* { box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing: border-box; -webkit-box-sizing:border-box; margin:0;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	background-color:#6785B7;
	margin:0px; 
	padding:0px;
}

h1 {
	font-size:10px;
	color:#E5F0FF;
	height:10px;
	margin-top:-15px; margin-bottom:5px;
}

h2 {
	color:#499E19;
	font-size: 26px;
	margin-top:0px; margin-bottom:16px;
}

a {
	font-weight:normal;
	text-decoration:none;
	color:#C75910;
}

div#accauno {
	width:1000px;
	height:10px;
	text-align:center;
}

div#header {
width:1000px;
height:152px;
}

div#menu{
width:1000px;
height:50px;
background-image:url(images/menu_bg.gif); 
background-repeat:none;
color:#E5F0FF;
font-weight:bold;
font-size:14px;
text-align:left;
padding-top:7px;
padding-left:20px;
margin-top:-3px;
}
div#menu a{
color:#E5F0FF;
text-decoration:none;
margin-right:3px;
margin-left:3px;
font-weight:bold;
}

div#corpopagina{
background-image:url(images/page_bg.gif); 
background-repeat:repeat-x;
background-color:#F4FFFF;
min-height:380px;
width:1000px;
padding-left:20px;
padding-right:20px;
padding-top:10px;
padding-bottom:10px;
text-align:left;
}

#corpopagina div#left{
	float: left;
	text-align: left;
	width: 670px;
	padding:0px;
	margin:0px;
}
#corpopagina div#right{
	float: right;
	text-align: left;
	margin-left: 30px;
	width: 260px;
	padding:0px;
	margin:0px;
}

.box_top {
	background-image:url(images/box_top.gif);
	font-size: 18px;
	font-weight: normal;
	color:#E5F0FF;
	padding-top: 4px;
	padding-left:20px;
	width:266px;	
	height: 32px;
}
.box {
	background-color: #C9D7E0;
	border: 1px solid #9BACC8;
	font-size: 14px;
	margin-bottom: 10px;
	width:266px;
	padding: 5px;
}

img.smallclip{
	width:80px;
	height:80px;
	margin-right:3px;
	float:left;
	border:none;
}

.greentitle{
	font-weight:bold;
	color:#60C921;
}
.orangetitle{
	font-weight:bold;
	color:#C75910;
}


div#footer{
background-image:url(images/footer.gif); 
background-repeat:repeat-x;
height:77px;
width:1000px;
color:#C75910;
font-weight:bold;
text-align:left;
}