html {
    font-family: arial, helvetica, verdana, lucida, sans-serif;
    font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
}

body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	background: #eeeeee;
}



.box {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;   
    margin-bottom: 20px;    
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
	padding-bottom: 30px;
	width: 700px;
	border-style: solid;
	border-width: 2px;
	background: #ffffff;
	border-color: #cccccc;
}


.image {
    float:left;
    margin:20px;
}

.text {
   min-height: 350px;
   margin-bottom: 10px;
}

a {
	text-decoration: underline;
	font-weight: bold;
	color: #666666;
}


a:hover {
	text-decoration: none;
}

b{
	font-weight: bold;
	color: #333355;
}

em {
   font-size: 11px;
   font-style: normal;
   color: #888888;
}

code{
	font-family: courier new, courier;
	font-weight: bold;
	color: #002464;
}

h1{
	font-size: 24px;
	color: #0064b4;
}

h2{
	font-size: 18px;
	color: #0064b4;
}

h3{
	font-size: 16px;
	color: #0064b4;
}

h4{
	font-size: 14px;
	color: #0064b4;
}

td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom-style: dotted;
	border-color: #ddddff;
	border-width: 1px;
}

th {
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #0064b4;
	color: #eeeeee;
}

table {
    font-size: 12px;
    line-height: 1.3em;
    width: 100%;
}


li{
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 3px;
}


.title{
    line-height: 1.0em;
    text-align: right;
    font-size: 12px; 
    color: #333355;
    height: 15px;
    padding-top:30px;
    background-image: url(images/title.jpg);
    background-position: 0px -15px;
	background-repeat: no-repeat; 
}


.language{
   margin-left: 645px;
   width: 100%;
   padding-top: 15px;   
}

.menu{
    font-size: 12px;
    line-height: 1.1em;
    margin-bottom: 20px;
	width: 100%;
	height: 18px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-width: 1px;
	border-color: #000000;
	background: #aaaaaa;
}


.menu a:hover{
	text-decoration: none;
	background-color: #cccccc;
	color: #333333;
}

.menu a.active {
    background-color:#777777;
}

.menu a{
    margin: 0px;
    height: 14px;
	display: block;
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	background-color: #aaaaaa;
}
 
.button {
	font-size: 11px;
	font-weight: bold;
	height: 18px;
}

input {
	font-family: arial, helvetica, verdana, lucida, sans-serif;
	background-color: #ebf2fa;
	height: 18px;
	color: #333333;
	border-style: solid;
	border-width: 1px;
	border-color: #80a4f4;
	padding: 0px;
}

select {
	font-family: arial, helvetica, verdana, lucida, sans-serif;
	background-color: #ebf2fa;
	height: 18px;
	color: #333333;
	border-style: solid;
	border-width: 1px;
	border-color: #80a4f4;
	padding: 0px;
}

.footer{
    position: relative;
    top: 0px;
    left: 0px;
	text-align: right;
	font-size: 10px;
	color: #555555;
}

.dreamhost{
    position: relative;
    border-width: 0px;
    top: 4px;
}
