* {
    margin: 0;
    padding: 0;
}

body {
    background: #E8EBEF; /* light grey */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #111;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

h3 {
    margin: 0 0 0 0;
    padding-left: 0px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
}

/* everything lives inside this div */
#wrap {
    background: #fff; /* white */
    margin: 20px auto;
    padding: 0px 10px 10px 10px;
    width: 780px;
}

/* ***** header ***** */
#header {
    height: 90px;
    background: url(images/bg-top.gif) no-repeat;
    text-indent:150px;
    font-weight: 600;
    padding-bottom: 10px;
}

/* ***** Right content area ***** */
.right {
    float: right;
    width: 400px;
    text-align: justify;
}
.right h2 {
    margin: 5px 0 0 0;
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.right ul {
    padding: 0 0 0 20px;
    list-style-type: square;
}

/* ***** menu content area ***** */
.left {
    float: left;
    width: 370px;
    border-right:1px dotted #111;
}
.left h2 {
    margin: 5px 0 0 0;
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.left ul {
    padding: 0px 0px 0px 30px;
    list-style-type: square;
    color: #333;
}

/* ***** main content area ***** */
.main {
//    float: none;
    width: 760px;
    margin-left: 10px;
//    margin-right: 10px;
//    text-align: justify;
}
.main h1 {
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}
.main ul {
    padding: 0 0 0 20px;
    list-style-type: square;
}

/* ***** Footer ***** */
#footer {
    text-align: center;
    font-size: 11px;
    color: #111;
    margin-top: 20px;
    border-top: 1px dotted #111;
}

/* ***** Form formatting ***** */
fieldset {
    margin: 1.5em 0 0 0;
    padding: 0;
    border: 1px solid #BFBAB0;   
    background-color: #E8EBEF;
}
legend {
    margin-left: 1em;
    padding: 0;
    color: #000;
    font-weight: 800;
}
fieldset ol {
    padding: 1em 1em 0 1em;
    list-style: none;
}
fieldset li {
    float: left;
    clear: left;
    width: 100%;
    padding-bottom: 1em;
}
fieldset.submit {
    border-style: none;
//    border: 1px solid #BFBAB0;   
    background-color: #FFF;
}
label {
    float: left;
    width: 10em;
    margin-right: 1em;
}
fieldset.submit {
    float: none;
    width: auto;
    border: 0 none #FFF;   
//    padding-left: 12em;
}

/* contact table */
.cont_td1 {
    width: 4em;
}
table#contact td {
    padding: 3px 5px 3px 5px;
}

#imgnoborder
{
    width: 210px;
    padding: 4px; 
    border:2px solid grey;
    margin: 10px;
}
#imgnoborder a:link {
    color: #fff;
}
#imgnoborder a:visited {
    color: #fff;
}
#imgnoborder a:hover {
    color: #fff;
}

/* fancy table */
#hor-minimalist-a
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    background: #fff;
    margin: 8px;
    border-collapse: collapse;
    text-align: left;
    width: 90%;
}
#hor-minimalist-a th
{
    font-size: 14px;
    font-weight: normal;
    color: #333;
    padding: 8px 8px;
    border-bottom: 2px solid #6678b1;
}
#hor-minimalist-a td
{
    color: #111;
    padding: 4px 8px 0px 8px;
    border-bottom: 1px solid #ccc;
}
#hor-minimalist-a tbody tr:hover td
{
    color: #009;
}


/* ***** Existing styles ***** 
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.page_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0000CC;
}
.heading_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.footer2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.body_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
}
.list1 {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 1em;
	padding-left: 2px;
}
.homepage_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF0000;
}
*/