﻿#main {
    margin: auto;
	border: 1px solid #cccccc;
	width: 773px;
	background: #F1F3F5;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
}

form {
    margin-left: 80px;
	border: 1px solid #cccccc;
	width: 270px;
	background: #E9ECEF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
    padding:5px;
    margin-bottom:10px;
}

#result {
    margin-left: 80px;
	border: 1px solid #cccccc;
	width: 270px;
	background: #88A7CC;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
    padding:5px;
    margin-bottom:10px;
}

.text {
	border: 1px solid #cccccc;
}

input {
    border: 0px solid #cccccc;
}

.values{
  font-family: verdana;
  font-weight:normal;
  font-size : 10px;
  align:top;
  vertical-align:top;
}

.key{
  font-family: verdana;
  font-weight:bold;
  font-size : 12px;
  padding-bottom:15px;
}


.caption{
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    margin:10px;
    font-size : 14px;
    color:#C64934;
}

#icon{
    width:80px;
    height:80px;
    float:left;
    background-image:url(icon.gif);
    background-repeat: no-repeat;
    background-position:center center;
}
#icon2{
    width:80px;
    height:80px;
    float:left;
    background-image:url(icon2.gif);
    background-repeat: no-repeat;
    background-position:center center;
}

#source{
  text-align:right;
  align:right;
  padding-right:10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size : 10px;
  color:#CCCCCC;
}
.ms-simple1-main {
	border-left-style: none;
	border-right-style: none;
	border-top: 1.5pt solid green;
	border-bottom: 1.5pt solid green;
}
.ms-simple1-tl {
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom: .75pt solid green;
}
.ms-simple1-left {
	border-style: none;
}
.ms-simple1-top {
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom: .75pt solid green;
}
.ms-simple1-even {
	border-style: none;
}
.style1 {
	font-family: Verdana;
	font-size: small;
	background-color: #C0C0C0;
}
.style2 {
	font-family: Verdana;
	font-size: small;
}
.style3 {
	background-color: #FFFFFF;
}

body {
	padding: 10px 0px 10px;
	background-color: #484848;
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	text-align: center;
}

li {
	list-style-type: none;
}

/* Navigational Menu */

#nav_menu {
	margin: 0px 2px;
	width: 773px;
	background-color: #5c3424;
	color: #fff;
	border-bottom: #fff 2px solid;
	font-family: arial, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#nav_menu ul {
	margin-left: 130px;
	width: 630px;
	height: 27px;
	overflow: hidden;
}

#nav_menu li {
	padding: 5px 11px 3px 10px;
	background: url('images/navmenu_div.gif') no-repeat 100% 7px;
	float: left;
}

#nav_menu li#last {
	padding-right: 10px;
	background-image: none;
}

#nav_menu a {
	text-decoration: none;
 {
	margin: 0px;
	padding: 0px;
}

a {
	color: #fff;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #e1d9a7;
	background-color: inherit;
}


