a:link , a:visited {
	font-weight: normal;
	text-decoration: underline;
	color:#666;
	}
	
a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #000;
	background-color: #666;	
	}
	
body{
	margin:0;
        padding:0;
        background-color: #FFF;
        color: #333;
	font : 0.7em Verdana, sans-serif; 
	line-height: 2; 
        background-image: url();
        background-repeat: no-repeat;
        background-position: top right;
        min-width: 750px;
	}
	
h1 {
	font: 2.25em Didot, Georgia, serif;
        font-weight: bold;
        color: #000;
        line-height: 1;
        margin: 0;
        padding-top: 8px;
	}
	
h2 {
	font: 1.8em Didot, Georgia, serif;
	font-weight: bold;
	color: #000;
	line-height: 1;
	}
	
h3 {
        font: 1.55em Didot, Georgia, serif;
        font-weight: normal;
        color: #000;
        text-decoration: none;
        line-height: 1;
	}
	
h4 {
	font : 0.8125em Optima, Verdana, sans-serif;  
	color: #333; 
	font-weight: normal;
	line-height: 1;
	}
	
h5 {
	font: 1em Optima, Verdana, sans-serif;
	color: #333;
	font-weight: normal;
	font-style: italic;
	}

h6 {
        font: 1.55em Didot, Georgia, serif;
        font-weight: normal;
        color: #000;
        text-decoration: none;
        line-height: 1;
        margin: 0;
        padding: 0;
	}
	
p { 
	}
	
ul {
	}
	
li {
	
	}
	
#header {
	margin-left: 28px;
	}
	
#theme_list ul{
	list-style: none;
        padding-left: 0;
        margin: 0;
	}
	
#leftcontent {
        float: left;
	width: 190px;
	margin:0;
        padding-right: 5px;
        padding-left: 10px;
        padding-bottom: 20px;
        border-right: 1px dotted #999;
        border-top: 1px dotted #999;
        border-bottom: 1px dotted #999;
        background-color: #EEE;
	}



#rightcontent {
	margin-left: 200px;
}
	
#footer {
	margin-left: 10px;
	}
	
.home_text {
	margin-left: 10px;
	}
	
.home_list {
	}
	
.issue {
	font: 1em  Didot, Georgia, serif;
	color: #600;
	font-weight: bold;
	}
	
.email {
	font : 0.8125em Verdana, sans-serif; 
	color: #600;
	font-weight: normal;
	}
	
.selected {
	font : Optima, Verdana, sans-serif; 
	font-weight: bold;
	color:#000;
	text-align: right;
	margin-right: 10px;
	}
	
.address {
	margin-left: 75px;
	line-height: 1.4;
	}
	
.center {
	text-align: center;
	}
	
.legalise {
	margin-left: 25px;
	line-height: 1.5;
	}

#body_text {
        margin-left: 25px;
        margin-right: 25px;
}
	
.drop {
	float: left;
	width: 1em;
	font: 4em Didot, Georgia, serif;
	line-height: 83%;
	}

.issues {
        float: left;
        margin: 0;
        padding: 0;
        }

.issues ul {
	list-style-type: none;
	}

.issuelist ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
   
ul.issuelist .left { 
	float: left; 
	}
	
ul.issuelist .right {
	float: right; 
        margin-left: 10px;
	}

.grey {
       color: #666;
}

