@charset "UTF-8";
/* CSS Document */

body {
	width:782px;
	margin:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#2a3990;
	border-right-color: #2a3990;
	border-right-style: solid;
	border-right-width: thin;
	
	border-bottom-color: #2a3990;
	border-bottom-style: solid;
	border-bottom-width: thick;	
	
	border-left-style: solid;	
	border-left-color: #2a3990;
	border-left-width: thin;
}

h1{
font-family: "Times New Roman", Times, serif;
font-size:18px;
color:#2a3990;
text-align:center;
}

h2{
font-family: "Times New Roman", Times, serif;
font-size:18px;
color:#2a3990;
border-bottom:thin #f7931e solid;
text-align:left;
padding-left:15px;
}

h3{
font-family: "Times New Roman", Times, serif;
font-size:18px;
color:#023b52;
text-align:center;
padding-left:15px;
font-style:italic;
}

p{
font-size:12px;
padding-right:15px;
padding-left:15px;
text-align:justify;
}

li {
font-size:12px;
padding-top:5px;
padding-right:10px;
text-align:left;
}

a:link {
font-weight:bold;
color:#2a3990;
font-style: italic;
text-decoration:underline;
}

a:hover {
font-weight:bold;
color:#2a3990;
font-style: italic;
text-decoration:underline;
}

a:visited {
font-weight:bold;
color:#f7931e;
font-style: italic;
text-decoration:underline;
}

img {
border:none;
}

#main {
width: inherit;
background-color:#FFFFFF;
border-right:thin #023b52 solid;
border-left:thin #023b52 solid;

}

#header {
width:782px;
height:100px;
border-top:thin #023b52 solid;

}

#article {
width: 200px;
height:520px;
background-image:url(images/article.gif);
background-repeat:no-repeat;
float:left;
vertical-align:top;
margin-right:20px;
}

#article p {
font-size:10px;
text-align:justify;
padding:10px;
}

.signed{
font-weight:bold;
color:#D81921;
font-style: italic;
}

