.borderleft *{
padding:0;margin:0;/*WARNING:changing this will mess up the style*/
text-align:left;
}
/* body{
min-width:650px;
max-width:930px;
font-size:16px;
font-family:Verdana, Arial;
background:#FFF;
color:#000;
}*/

.borderleft h1 {
	text-align: center;
	font-size: 17px;
	font-weight: bold;
}

.borderleft ul {
	padding:10px 0 10px 0;
	text-align:left;
}

.borderleft li {
	margin:0 0 10px 18px;
	text-align:left;
}
.borderleft p {
	margin:0 0 7px 0;
}


a:link, a:visited {
color:#00F;
text-decoration: underline;
}
a:hover{color:#78A7D2;}
div#languages{
width:120px;
height:70px;
font-size:28px;
float:right;
text-align:right;
font-weight:bold;
}
#toplogo{
text-align:center;
}

#toplogo a.toplogo:link, #toplogo a.toplogo:visited {
font-size: 26px;
font-weight:bold;
color: #000000;
text-decoration: none;
padding-bottom:30px;
}
#toplogo span.toplogo{
margin-left:20px;
font-size:20px;
}
div#search {
position:absolute;
border:solid 1px black;
background:#FFF;
margin-left:50px;margin-top:10px;
}
div#innersearch{padding:10px;padding-bottom:5px;}
a#simple {
display:block;width:100%;height:18px;
border-top:solid 1px black;font-size:0;
background:url(../images/search_hide.gif) no-repeat top center #000;
}
a#simple:hover{background-color:#666;}

#left *{
padding:0;margin:0;
text-align:left;
}

#left ul {
margin-left:20px;
list-style-type:none;
display:block;
margin-bottom:15px;
}
#left ul li{
/* display:block;
background:url(../images/categories/menu_bkg_under.gif) no-repeat bottom left;
padding-bottom:5px; 
	list-style: url(/images/bullet_blue.gif); */

	background: url(/images/menu_dotsunder.gif) bottom left repeat-x;
	margin-bottom: 4px;

}
#left ul li a:link,#left ul li a:visited{
font-size:9px;
font-weight:bold;
text-decoration:none;
}
#left>ul{
padding-bottom:8px;
margin-left:0px;
}
/*#left li.curent>a{background:#CCC;}*/
#right_col {
float: right;
width: 180px;
/*background: url(/images/borderleft.gif) top left repeat-y;*/
}

#right * {
padding:0;margin:0;
}

#right {
margin-bottom: 20px;
margin-left: 1px;
}
#right img{margin-bottom:5px;}
#right ul li{
list-style-type:none;
border:solid 1px black;
margin-top:10px;
padding:3px;
}

.content {
text-align:left;
}

#content {
margin-left: 0px;
margin-right: 0px;
padding: 0px 10px 30px 10px;
max-width:800px;
text-align:left;
}
#popup {
position: fixed;
top:50%;
left:50%;
margin-top:-250px;
margin-left:-100px;
border: solid 2px #000000;
background-color: #1F405E;
text-align: right;
vertical-align:middle;
display:none;
z-index:2;
}
#popup>a:link, #popup>a:visited{
color:#FFFFFF;
font-weight:bold;
}
#innerpopup {
background-color: #FFFFFF;
margin: 3px;
text-align: left;
padding: 10px;
}
#popup_tint{
position:fixed;
top:0;left:0;
bottom:0;right:0;
opacity:0.7;
display:none;
background:#555555;
z-index:2;
}
#loading{
position:fixed;
top:50%;left:50%;
margin-left:-25px;margin-top:-25px;
display:none;
}
#popup iframe{border:none;}
ul#list {
width: 500px;
list-style-type: none;
}
ul#list   li {
border: 1px solid #000000;
height: 150px;
}
div#notes {
border: 1px solid #000000;
float: right;background:#FFF;
}
.notes_title {
display:block;
font-size:18px;
font-weight:bold;
color:#FFF;
background:#000;
padding:5px;
text-transform:capitalize;
margin-bottom:5px;
}
.notes_inner{
display:none;
margin-bottom:5px;
}
#dimage{float:right;}
#editor {max-width:100px;}
#foot{
border-top:solid 1px #AAA;
clear:both;color:#AAA;
text-align:center;
padding-bottom:15px;
}
input,textarea{
max-width:450px;
}
#map{
background:#CCC;
font-size:20px;
border:solid 2px black;
cursor:pointer;
}


