body {
	font-family: arial, helvetica, serif;
	background-color: #ffffff;
	color: #ffffff;
}
a{
color: white;
text-decoration: underline;
}
a:hover{
color: white;
border-bottom: 1px white dashed;
text-decoration: none;
}

h1{
font-size: 24px;
}
h2{
font-size: 20px;
}
h3{
font-size: 16px;
}
#imgcircle{
float: left; 
margin-top: 12px; 
margin-right: 0px;
}
#logo{
margin-left: 20px;
}
#top-div{
background-color: #245480; 
width: 600px; 
margin-left: 380px;
height: 226px;
}
#area-div{
padding: 5px;
width: 867px;
background-color: #245480;
margin-left: 103px;
text-align: left;
}
#spacer{
width: 877px;
height: 9px;
margin-left: 103px;
background-image: url(../images/spacer.jpg);
}
#content{
padding: 10px;
width: 857px;
background-color: #245480;
margin-left: 103px;
text-align: left;
line-height: 1.3;
}

#content img{
    margin:10px;
}
#footer{
padding: 10px;
width: 857px;
height: 44px;
background-color: #19446e;
margin-left: 103px;
text-align: left;
}
#comer{
text-align: right;
margin-left: 550px;
font-size: 10px;
float: left;
}
#comer span{
font-size: 15px;
}
.name {
font-weight: bold;
font-family: Arial, Verdana;
font-size: 11px;
text-decoration: none;
color: white;
}

.title {
font-weight: none;
font-family: Arial, Verdana;
font-size: 13px;
text-decoration: none;
color: #72BBE5;
}

a.mail{
font-family: Arial, Verdana;
font-size: 11px;
color: white;
text-decoration: none;
border-bottom: 1px solid white;
}

a.mail:hover{
font-family: Arial, Verdana;
font-size: 11px;
color: white;
text-decoration: none;
border-bottom: 1px solid white;
}

a.mail:active{
font-family: Arial, Verdana;
font-size: 11px;
color: white;
text-decoration: none;
}

a.mail:visited{
font-family: Arial, Verdana;
font-size: 11px;
color: white;
text-decoration: none;
}
.entry{
margin: 20px 20px 20px 20px;
padding: 0px;
margin-bottom: 40px;
}
.entryMessage{
margin-top:-15px;
border: 1px dashed #72BBE5;
padding: 20px;
}

.thumbnail {
background:#fafbfc;
border:1px solid #b0b0b0;
margin:0 0 0px 0px;
padding:5px;
}

.form {margin:0;}

.formbox {
background:#f0f0f0;
border:1px solid #b0b0b0;
margin:0 4px 0 0;
}

.formbutton {
font-weight: bold;
color: #354c80;
background:#f0f0f0;
border:1px solid #b0b0b0;
}

.small {font-size:0.7em;}
.large {font-size:1em;}
.center {text-align:center;}
.right {text-align:right;}

blockquote {
  margin: 10px 15px;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  background-color: #304050;  
  background-image: url(../images/icons/quote.gif);
  background-repeat: no-repeat;
  background-position: 5px 50%;  
}

blockquote.exclamation {
  background-image: url(../images/icons/exclamation.gif);
}

blockquote.stop {
  background-image: url(../images/icons/stop.gif);
}

blockquote.go {
  background-image: url(../images/icons/go.gif);
}


