/* Nature - an open source xhtml/css website layout by Studio-plume.org kty 
(Jan 04, 2007)
 */
 
p,h1,h2,h3,div,table{
padding:0;
margin:0;
}

body {
margin: 0 auto;
padding: 0;
font: 76% Verdana,Tahoma,Arial,sans-serif;
background: url("images/body_deg.gif") repeat-x scroll 0 0 #B0B9BF;
font-family: Verdana,Arial,Helvetica,Sans-Serif;}

#wrap {
background: white;
color: #ffffff;
border:  none;
width: 980px;
padding: 15px;
margin: 10px auto 17px;
min-height: 530px;}

#wrap h1{
color: #878787;
margin-bottom: 14px;
margin-top: 15px;
}

#header {
clear: both;
margin: 0px 0em 0px 0em;
padding: 0;
height: 86px;
}

#el4el{
float: right;
margin-top: 20px;
margin-right: 20px;
border: medium none;
} 

#header h3 {
width: 350px;
margin: 0px 0px 0px 15px;
float: left;
}

#header h1{
float: left;
margin-left: 20px;
margin-top: 8px;
}

#header h1 a{
    color: #69AEF9;
    font-family: Garamond;
    font-size: 36px;
    font-weight: normal;
    text-shadow: 1px 1px 1px #C2C2C2;
}

#header h1 a:hover{
text-decoration: none;
}

#header p {
color: #A0A0A0;
font-size: 10px;
font-style: italic;
margin-left: 22px;
margin-top: 58px;
position: absolute;
}

#topmenu{
width:980px;
height:47px;
background: url("images/menubg.gif") no-repeat;
}

#topmenu  ul{
list-style: none outside none;
margin: 0;
padding-left: 0;
}

#topmenu  ul li{
float: left;
padding: 0 0;
}

#topmenu  ul li a:hover{
text-decoration: underline;
}

#topmenu  a:visited, #topmenu  a:link{
background: url("images/menu_a_bg.gif") no-repeat scroll 0 0 transparent;
background-position: right center;
background-repeat: no-repeat;
color: #FFFFFF;
display: block;
font-family: Arial,sans-serif;
font-size: 12px;
line-height: 18px;
padding: 11px 13px;
text-decoration: none;
white-space: nowrap;
}

#left_column{
float: left;
}

#right_column{
float: right;
}

#content {
line-height: 1.6em;
text-align: left;
color: #807A7A;
margin: 10px 194px;
padding: 0 11px 10px;}

#content p {
margin-bottom: 16px;
text-align: justify;
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

#content img {
padding: 0px;
display:inline;}



h3 {
font-size: 1.3em;
margin: 0;
}

a {
text-decoration: none;
color: #579BE1;
}

a:hover {
text-decoration: underline;
color: #b6952a;
}


#footer {
border: medium none;
clear: both;
color: #333333;
font-size: 0.9em;
margin: 0 auto 17px;
padding: 0 0;
text-align: center;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
float: left;
margin: 0 10px 0 0;
}

.right {
margin: 0px 0 0px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

.block{
border: 1px solid #E5E5E5;
background: white;
margin: 10px 0 10px 0;
color: #807A7A;
line-height: 1.3em;
width: 189px;
}

.block p{
padding: 7px;
}

.block h3{
    background: url("images/block_header.gif") no-repeat scroll left top transparent;
    color: #656565;
    font-family: Helvetica,Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    height: 22px;
    line-height: 1.3em;
    padding-left: 27px;
    padding-top: 5px;
    text-transform: uppercase;
} 

.radius{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-khtml-border-radius: 3px;
}

img.bullet{
margin-right: 6px;
vertical-align: -3px;
}

.noborder{
	border: none;
}
