a img,img, div img, .img{
float:left;
vertical-align:text-top;
border:none;
clear: both;
margin: 0px 0px 0px 0px;
}

A:link {
color:#3333CC;
text-decoration:none;
}
A:visited {
color:#3333CC;
text-decoration:none;
}
A:active {
color:#132C4F;
text-decoration:none;
border-bottom: 1px dashed #132C4F;
}
A:hover {
color:#132C4F;
text-decoration:none;
border-bottom: 1px dashed #132C4F;
}

body {
width:640px;
letter-spacing:normal;
color: #000000;
background-color: #A7C6EF;
text-align:left;
margin:0px 0px;
padding:0px;
font-size: 10pt;
border: none;
}

#theme{
background-image: url(images/background.jpg);
background-repeat:repeat-y;
}

#header{
clear:both;
margin:0px 0px;
padding:0px;
text-align:center;
width: 640px;
height:39px;
background-color: #FFFFFF;
background-image: url(images/header.jpg);
}

#header2 {
clear:both;
text-align:center;
width: 640px;
height:39px;
background-color: #FFFFFF;
background-image: url(images/header.jpg);
}
#sideber {
float: left;
width: 220px;
padding: 0 0 0 0;
white-space:normal;
border:none;
}
#Content {
float: right;
width: 420px;
border:none;
}
#footer,#footer2 {
clear:both;
background-color: #FFFFFF;
width: 640px;
height:39px;
background-image: url(images/footer.jpg);
}
.title {
border-bottom: 1px dotted black;
list-style-type:none;
font-size: 16px;
font-weight: bold;
margin-left: 8px;
margin-right: 25px;
margin-top: 16px;
}
.textwidget {
margin-left: 12px;
margin-right: 27px;
}
.date {
font-weight: bold;
text-align: left;
margin-left: 0px;
margin-right: 12px;
font-weight: bold;
font-size: 18px;
clear: both;
}
.post {
text-align: left;
margin: 0px 12px 0px 4px;
font-weight: bold;
font-size: 12pt;
line-height: 200%;
clear: both;
}

.meta {
color: rgb(80,80,80); 
font-weight: normal;
font-size: 90%;
margin: 0px 12px 2px 4px;
clear: both;
}

select {
margin-right:25px;
margin-left:12px;
}

.entry {
margin: 8px 12px 8px 6px;
font-weight: normal;
font-size: 10pt;
white-space:normal;
clear: both;
}

.comments { 
text-align:right; 
margin: 8px 14px 10px 6px;
padding-bottom: 10px;
font-weight: normal;
font-size: 9pt;
clear: both;
}

h2.comments { 
text-align:right; 
margin-bottom: 10px;
margin-left: 0px;
margin-right: 12px;
padding-bottom: 10px;
font-weight: normal;
font-size: 9pt;
clear: both;
}


.commentlist  { 
text-align:left; 
margin-left: 0px;
margin-right: 15px;
font-size: 9pt;
clear: both;
}
blockquote {
text-indent: 0px;
color: rgb(40,40,40); 
border: 1px dashed rgb(72,146,179);
margin: 1em 1em; 
padding: 5px 1.5em 5px 1.5em; 
background-color: rgb(233,245,245);
clear: both;
}
.separate {
clear: both;
border-bottom: 1px solid black;
text-align:right; 
margin-bottom: 10px;
margin-left: 0px;
margin-right: 10px;
padding-bottom: 10px;
font-weight: normal;
font-size: 9pt;
}

.p {text-indent:10px;line-height:144%;clear: both;}

ins {font-weight: bold;text-decoration:none;}

strong {font-weight: bold;font-size: 10pt;clear:both;}

h1 { text-align:center; }

/* Lists */
ul li {
list-style-type: disc;
margin-left: 2em;
padding-left: 0em;
}

ul li li {
list-style-type: circle;
margin-left: 4em;
padding-left: 0em;
}

ul li li li {
list-style-type: square;
margin-left: 4em;
padding-left: 0em;
}

ul {
list-style-type:none;
margin-left: 0px;
padding-left: 0;
}

/* Lists in Lists have margin */
ul ul {
list-style-type:none;
margin-left: 10px;
padding-left: 0;
}

/* Header in list */
li h2 {
list-style-type:none;
font-size: 16px;
font-weight: bold;
margin-left: 5px; 
margin-right: 10px; 
}

li{
list-style-position: outside;
}

h2 {
font-weight: bold;
border-bottom: 1px dotted black;
list-style-type:none;
font-size: 16px;
font-weight: bold;
margin-left: 5px;
margin-right: 15px;
}

h3 {
font-weight: bold;
border-bottom: 1px dotted black;
list-style-type:none;
font-size: 16px;
font-weight: bold;
margin-left: 9px;
margin-right: 27px;
}

input, textarea {
font-size: 9pt;
color: #000000;
border: 1px solid black;
padding: 2px;
}

textarea {padding: 5px;}

form {margin: 0px;padding: 0px;}

/* Images to float right */
.floatright {
float: right;
margin: 0 0 10px 10px;
border: 1px solid #666;
padding: 0px;
}

/* Images to float left */
.floatleft {
float: left;
margin: 10px 10px 0 0;
border: 1px solid #666;
padding: 0px;
}

