﻿body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
}

fieldset, img
{
    border: 0;
}
ul
{
    //list-style-type: none;
	margin-left: 15px;
}

a:focus
{
    outline: none;
}

html, body
{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
body
{
    background-image: url('/App_Themes/Default/Images/page_bg.png');
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
}
p
{
    margin-bottom: 10px;
}
h1
{
    color: #009218;
    font-size: 1.8em;
    font-family: 'Times New Roman' , Times, serif;
}

#bg_image
{
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
#scrollable
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
#contents
{
    margin-left: auto;
    margin-right: auto;
    width:550px;
    background-color: #ffffff;
    overflow: hidden;
    padding: 10px;
    min-height: 300px;
}
#header
{
    margin-left: auto;
    margin-right: auto;
    width:570px;
    overflow: hidden;
    padding: 10px
}
.logo
{
    margin-top:20px;
}
.menu
{
    background-image: url('/App_Themes/Default/Images/menu.png');
    width: 550px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    
}
.subMenu a{color:#ffffff; font-size:0.9em; text-decoration:none; margin-right:10px;}
.submenudd a{color:#323232; font-size:0.9em; text-decoration:none; margin:5px;}
