/* basic elements */

body {
    font-family: Helvetica,Verdana,Tahoma,Arial,sans-serif;
    /*Georgia,Palatino,"Hoeffler Text","Times New Roman",Times,serif;*/
    font-size: .9em;
    margin: 0;
    padding: 0;
    background-image: url("images/side_grad.png");
    background-repeat: repeat-x;
}

body {
    min-width: 975px;
}

a:link {
    display: inline;
    font-weight: bold; 
    text-decoration: underline;
    color: #647D8F; 
}
	
a:visited {
    display: inline;
    font-weight: bold; 
    text-decoration: underline;
    color: #647D8F;
}
	
a:hover, a:active {
    display: inline;
    text-decoration: none;
    color: #647D8F; 
}

h2 {
    font-size: 1.5em;
    font-weight: bold;
}

h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
    font-weight: normal;
}

h3 {
    margin: 0;
}

hr {
    width: 100%;
    height: 1px;
    border: 0;
    color:  #456;
}

iframe {
    font-family: inherit;
    font-size: inherit;
}

p {
    text-align: justify;
}

/* Specific elements */

/* Specific Divs */

#header {
    width: 975px;
    margin: 0 auto -20px auto;
    padding: 20px 0px 0px 20px;
    background: none;
}

#container {
    width: 975px;
    margin: 0 auto;
    background: #fff;
}

#main_all {
	float:left;
	width: 935px;
	padding: 0 20px 20px 20px;
	background: #fff;
}

#main_l {
    float: left;
    width: 565px;
    padding: 20px;
    border-right: 1px dotted #c3c3c3;
    background: #fff;
}

#menu {
    float: left;
    width: 565px;
    background-image: url("images/menu_gradient.jpg");
    background-repeat: repeat-x;
    font-size: .8em;
}

#l_content {
    width: 565px;
}

#main_r {
    float: left;
    width: 329px;
    padding: 20px;
    background: #fff;
}

#footer {
    clear:both;
    width:935px;
    padding:20px;
    border-top: 1px dotted #c3c3c3;
    text-align:center;
    color: #000;
}

/* Special items for the menu */
#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


#menu li {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    font-weight:bold;
    text-align: left;
}

#menu li span,
#menu_more li span {
    display: block;
    float:left;
    padding: 5px 10px;
    color: #000;
    background-image: url("images/menu_over.jpg");
    background-repeat: repeat-x;
}

#menu li a,
#menu_more li a {
    display:block;
    float: left;
    padding: 5px 10px;
    color: #000;
    text-decoration: none;
}

#menu li a:hover {
    display:block;
    padding: 5px 10px;
    background-image: url("images/menu_over.jpg");
    background-repeat: repeat-x;
    text-decoration: none;
}

#menu_more li a:hover {
    display:block;
    padding: 5px 10px;
    background: #647D8F;
    text-decoration: none;
}


/* Special items for left column content */
#l_content div {
    float:left;
    width: 545px;
    padding-bottom: 5px;
    background: #fff;
    color: #000;
    border-bottom: 1px dotted #c3c3c3;
}

#l_content div.last {
    float:left;
    width: 545px;
    padding-bottom: 5px;
    background: #fff;
    color: #000;
    border-bottom: none;
}

#l_content div p {
    padding: 0;
}

/* special items for right column */

#main_r div img {
	margin: -108px 0 10px 0;
}

#main_r h2 {
	margin-top: 0;
}

#main_r h3 {
	margin: 0;
}

#main_r div,
#main_r div p {
	text-align: left;
}

/* General stuff */
.emph {
    font-weight:bold;
}