body {
padding: 0;
margin: 0;
font: 76% tahoma, verdana, sans-serif;
color: #303030;
}

/*** Container ***/
#container {
margin: 0 auto 15px auto;
width: 760px;
padding: 5px 20px 0px 20px;
background: #ffffff;
}


/*** Menu ***/
#topmenu {
margin: 10px auto -13px auto;
font-size: 0.8em;
width: 760px;
}

#topmenu p {
text-align: right;
color: #808080;
}

#topmenu a {
padding: 3px 5px 3px 5px;
margin: 0 0 0 4px;
text-decoration: none;
background: #f0f0f0;
color: #808080;
border-bottom: 1px solid #e0e0e0;
}

#topmenu a:hover {
background: #ffffff;
border-bottom: 1px solid #eaeaea;
color: #505050;
text-decoration: none;
}

#menu {
clear: both;
}

#menu a {
color: #286ea0;
padding: 4px 8px 4px 8px;
margin: 0 0 4px 0;
text-decoration: none;
letter-spacing: 1px;
background: #e0e0e0;
border-bottom: 1px solid #ffffff;
border-left: 1px solid #ffffff;
}

#menu a:hover {
text-decoration: none;
background: #d0d0d0;
}


/*** Logo ***/
#logo {
background: url(img/logo.gif) no-repeat;
width: 590px;
height: 200px;
color: #ffffff;
padding: 0;
clear: both;
margin: 5px 0 0 0;
}

#logo p {
width: 290px;
font-size: 1em;
line-height: 1.3em;
padding: 0 0 0 15px;
}


/*** Content ***/
#content {
width: 570px;
float: right;
margin: 10px 0px 10px 0px;
padding: 0 0px 0 15px;
border-left: 1px solid #d0d0d0;
}

#content h1 {
margin: 20 0 20px 0;
font-size: 1.9em;
font-weight: normal;
}

#content h2 {
margin: 20 0 20px 0;
font-size: 1.6em;
font-weight: normal;
}

#content h3 {
margin: 20px 0 10px 0;
font-size: 1.4em;
font-weight: normal;
}

#content ul {
padding: 0px 0px 0px 15px;
}

#content li {
line-height: 1.3em;
}

#content a {
color: #286ea0;
text-decoration: none;
}

#content a:hover {
text-decoration: underline;
}

#content img {
padding: 5px 5px 5px 5px;
margin: 5px 5px 5px 5px;
border: 1px solid #e0e0e0;
}

/*** Content Home ***/
#contenthome {
width: 730px;
float: right;
margin: 10px 0px 10px 0px;
padding: 0 0px 0 15px;
border-left: 0px solid #d0d0d0;
}

#contenthome h1 {
margin: 20 0 20px 0;
font-size: 1.9em;
font-weight: normal;
}

#contenthome h2 {
margin: 20 0 20px 0;
font-size: 1.6em;
font-weight: normal;
}

#contenthome h3 {
margin: 20px 0 10px 0;
font-size: 1.4em;
font-weight: normal;
}

#contenthome ul {
padding: 0px 0px 0px 15px;
}

#contenthome li {
line-height: 1.3em;
}

#contenthome a {
color: #286ea0;
text-decoration: none;
}

#contenthome a:hover {
text-decoration: underline;
}

#contenthome img {
padding: 5px 5px 5px 5px;
margin: 5px 5px 5px 5px;
border: 1px solid #e0e0e0;
}



/*** Left ***/
#left {
width:160px;
float:left;
clear:left;
}

#left p {
font-size: 0.9em;
line-height: 1.3em;
margin: 0 0 12px 0;
}

#left h1 {
margin: 20px 0 10px 0;
font-size: 1.4em;
font-weight: normal;
}

#left a {
text-align: left;
color: #286ea0;
display: block;
width: 150px;
border: 1px solid #f0f0f0;
background: #f0f0f0;
padding: 3px 10px 3px 3px;
margin: 5px 10px 5px 0;
text-decoration: none;
}

#left a:hover {
background: #e0e0e0;
text-decoration: none;
}

#under {
width:160px;
float:left;
}

#under p {
font-size: 0.9em;
line-height: 1.3em;
margin: -12px 0 0px 0;
}

#under a {
text-align: left;
color: #286ea0;
display: block;
width: 150px;
border: 1px solid #f0f0f0;
padding: 3px 10px 3px 3px;
margin: 5px 10px 5px 0;
text-decoration: none;
}

#under a:hover {
border: 1px solid #e0e0e0;
text-decoration: none;
}


/*** Footer ***/
#footer {
clear: both;
background: #fafafa;
color: #808080;
font-size: 0.9em;
padding: 8px 0 8px 0;
border-top: 1px solid #d0d0d0;
border-bottom: 0px solid #d0d0d0;
text-align: center;
}

#footer a {
color: #808080;
}


/*** Divers ***/
.block {
background: #f0f0f0;
padding: 15px;
}

p {
margin: 0 0 15px 0;
line-height: 1.5em;
text-align: left;
}

.right {
text-align: right;
}

a img {
border: 0;
}

.photo {
padding: 5px;
display: block;
margin: 0 auto 15px auto;
background-color: #f0f0f0;
}

.hide {
display: none;
}

