div.GPAREA::after{
	clear:none;
}
body {
	color:#000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url('back.jpg');
	background-repeat: repeat-y;
	background-position: 50% 0px;

}

.button {
	display:block;
	width: 150px;
	padding: 5px;
	border:1px solid #02486C;
	text-align:center;
	margin:20px auto 20px auto;
	background-color: #ffffff;
	color:#02486C;
}

.button:hover{
	color: #ff0000;
	border-color: #ff0000;
}


a, a:visited{
	color: #02486C;
}

a:hover, a:focus, a:active{
	background-color: #bdced8;
}
#box {
	width: 782px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
}

#title {
	background-color: #E1211A;
	width: 760px;
	margin: 0px 0px 0px 11px;
	padding: 2px 0px 2px 0px;
	border-bottom:2px solid white;
	height: 30px;
}
#title span {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: oblique;
	font-variant: normal;
	font-weight: bold;
	margin: 0px 20px 0px 20px;
	padding: 0px;
}
#header {
	background-image: url('acvs_logo_rgb_nyon.jpg');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
    background-position: 50% 50%;
	width: 760px;
	height: 200px;
	margin: 0px 0px 0px 11px;
	padding: 0px;
}
#top-nav{
	background-color : #E1211A;
	width:760px;
	margin-left:11px;
	height : 30px;
	font-size: 90%;
	padding: 0px;
	border-bottom: 3px solid #FFFFFF;
}
#top-nav ul {
	list-style-type: none;
	padding-top: 6px;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
#top-nav ul li {
	display: inline;
	margin-right: 30px;
	margin-left: 30px;
}
#top-nav li a{
	color : #FFFFFF;
}
#top-nav li a:hover, #top-nav li a:focus, #top-nav li a:active{
	color : #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}
/* also update  include/css/ckeditor_content.css */
#main {
	font-size: .75em;
	line-height: 1.7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 1px;
	margin-top: 0px;
	float: left;
	width: 540px;
	margin-bottom: 50px;
	margin-left: 18px;
	
}
#main h1 {
	text-transform:uppercase;
	margin:10px 40px 0px 0px;
	color:#02486C;
	text-align:left;
	font-size: 120%;
}
#main h2 {
	margin:10px 40px 0px 0px;
	font-size: 110%;
}
#main p {
	margin-right: 15px;
	text-align: justify;
}
#main table{
	margin-right: 15px;
	text-align: justify;
}
#main ul{
	list-style-type: none;
	list-style-image: url('croix.gif');
	padding-left:20px;
}
#main table tr td{
	vertical-align: top;
}
#right-menu {
	width:180px;
	margin:0px 0px 0px 580px;
	padding: 0px;
}

#right-menu  h2{
	background-color: #E1211A;
	color: #FFFFFF;
	font-size:15px;
	margin-top:10px;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#right-menu ul {
	color: #02486C;
	font-size: 90%;
	width: 100%;
	line-height: 20px;
	margin: 5px 0px 5px 0px;
	padding:0;
	list-style-type: none;
}
#right-menu ul a {
	color: #02486C;
	border-bottom: 1px solid #E1211A;
	width: 100%;
	display: block;
	text-align: left;
	text-decoration: none;
}
#right-menu li a:hover, #right-menu li a:focus, #right-menu li a:active{
	background-color: #bdced8;
}
#right-menu li a:visited {
	color: #02486C;
}
#more-info {
	font-size: 0.75em;
	line-height: 130%;
}

#oldlogo{
    width: 147px;
    height: 100px;
    margin: auto;
    background: url('logo.gif') no-repeat;
}

#copyright {
	margin-top: 280px;
	font-size: 8pt;
	text-align: center;
	color: #CCCCCC;
}
#copyright a{
	color: #CCCCCC;
}

#copyright a:hover{
	color: #02486C;
	background-color: transparent;
}
.sama{
	font-weight: bold;
}
.date{
	font-weight: bold;
}
.italic{
	font-style: italic;
}
.clear{
	clear: both;
}