/*----- Structure ----- */

body {
margin:0;
padding:0;
font-size: 12px;
font-family: 'Tahoma';
color:#707070;
background:url(images/ballbackground.gif);
}

#center {
margin:auto;
width:646px;
}


#header{
width:625px;
height:260px;
margin: 10px;
background: url(images/headermap.gif) no-repeat left top}

#footer{
width:100%;
clear:both;
margin: 10px 0 10px 0;
}

#footer p {
text-align:right;
margin-right:66px;
font-size:10px;
}

#footer a {
color: #dd4041;
text-decoration: none;}

#footer a:hover {
color: #4977b1;
text-decoration: none;}


/*----- Content Boxes ----- */

.content_body p {
padding:0px 10px 10px 10px;
text-align:justify;
}

.content_body h1 {
font-size:15px;
padding:10px 20px 0px 20px;
}

.content_body h2 {
font-size:13px;
padding:0px 20px 0px 20px;
}

.content_body a {
color: #dd4041;
text-decoration: none;}

.content_body a:hover {
color: #4977b1;
text-decoration: none;}

.red {
color:red;
}


.content_header {
width:400px;
float:right;
margin-right:33px;
height:33px;
background: url(images/contentheader.png) no-repeat center top
}


.content_body {
width:400px;
background: #fff url(images/contentbody.gif);
 
float:right;
margin-right:33px;
}

.content_footer {
width:400px;
float:right;
margin-right:33px;
height:32px;
background: url(images/contentfooter.png) no-repeat center bottom
}


/*----- Nav ----- */

.class nav {
width:191px;
}

.nav_list {
margin: 0;
padding: 0;
width: 191px;
list-style: none;
overflow: hidden;
}

.nav_list li {
width: 191px;
overflow: hidden;
text-transform: uppercase;
font-size:10px;
font-weight:bold;
}

.nav_list a {
color: #dd3f40;
text-decoration:none;
}

.li_nav_header a  {
display: block;
width: 191px;
height: 34px;
background: url(images/navheader.png) no-repeat;
}

.li_nav_body a  {
display: block;
width: 191px;
height: 21px;
background: url(images/nav_body.gif) no-repeat;
padding-left: 25px;
line-height:20px;
}

.li_nav_footer a  {
display: block;
width: 191px;
height: 45px;
background: url(images/navfooter.png) no-repeat center top;
}


.li_nav_body a:hover {
background-position:  0 -21px;
color: #4e7fb9
}

.li_active a:active  {
background: url(assets/../skins/artica/assets/nav_body.gif) no-repeat;
background-position:  0 -42px;
color:#0F3D80;
}

/*----- Sidebar ----- */

#sidebar {
width: 191px;
float:left;
}

.sidebar_header {
width: 191px;
height: 34px;
background: url(images/navsideheader.png) no-repeat;
}


.sidebar_body  {
width: 189px;
background:#fff;
border-left:1px solid #ccc;
border-right:1px solid #ccc; 
}

.sidebar_footer  {
width: 191px;
height: 45px;
background: url(images/navsidefooter.png) no-repeat;
}
