/*body appearance*/ 
body{margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px; border-collapse: collapse; overflow: auto} 
body{background: #ffffff; background-repeat: no-repeat; background-attachment: fixed; background-position: top center}
html{border: none}
img{display: inline; border: none}

/*text formatting*/
body {text-align: center; color: #000000; font-size: 12px; line-height: 20px;font-style: normal; font-family: arial, helvetica, sans-serif}


h2 {font-size: 22px}	


/*remove table borders*/
table {text-align: left; border: none; border-width: 0px; border-collapse: collapse; padding: 0px; margin: 0px}
.borderless {border: none; border-width: 0px; border-collapse: collapse; padding: 0px; margin: 0px}
td {border: none}


/*--Specific Formatting--*/
#banner {text-align: center; width: 100%; height: 150px; position: relative; top: 40px; }
#banner img {vertical-align: middle; border: none; margin-bottom: 15px}
#banner a {text-decoration: none}
.heading {color: orange; font-size: 25px; font-weight: bold; margin-right: 50px; }

.menufloat {position: absolute; top: 200px; left: 30px;  border: none; display: inline; }
.menulinkcontainer {text-align: left; vertical-align: middle; width: 168px; height: 32px; margin: 0px; margin-bottom: 2px;  line-height: 10px; font-size: 13px; overflow: hidden; border: 1px solid #777777; padding: 0px; font-family: arial, helvetica, sans-serif;} 
.menulinkcontainer a {line-height:13px; font-weight: bold; text-decoration: none; margin: 0px;  text-indent: 0px; }
.menulinkcontainer a:link {color: black;}
.menulinkcontainer a:visited {color: black;}
.menulinkcontainer a:hover {color: blue; }
.menulinkcontainer img {vertical-align: middle; border: none; }

.content {text-align: left; position: absolute; top: 200px; left: 250px; display: block; }



/*  MS STYLES */
.normal {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-align: justify}
.normalsmall {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-align: justify}
.normalnoj {  font-family: Arial, Helvetica, sans-serif; font-size: 11px}
.normalbody {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-align: justify}
.whatever {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold}

.MsoNormalTable { padding: 0px; margin: 0px; display: inline; text-indent: 0px; font-size: 12px; line-height: 14px; }
.MsoNormal { padding: 2px; margin: 0px;  font-size: 14px; }
.MsoBodyText {}


/*font size regulation*/
small {
 font-size: smaller;
 }
big {
 font-size: larger;
 }
strong {
 font-size: larger;
 }
h1 {
 font-size: xx-large;
 }
h2 {
 font-size: x-large;
 }
h3 {
 font-size: large;
 }
h4 {
 font-size: medium;
 }
h5 {
 font-size: small;
 }
h6 {
 font-size: xx-small;
 }
font[size="1"] {
 font-size: xx-small;
 }
font[size="2"] {
 font-size: small;
 }
font[size="3"] {
 font-size: medium;
 }
font[size="4"] {
 font-size: large;
 }
font[size="5"] {
 font-size: x-large;
 }
font[size="6"] {
 font-size: xx-large;
 }
font[size="7"] {
 font-size: 300%;
 }
font[size="-1"] {
 font-size: smaller;
 }
font[size="+1"] {
 font-size: larger;
 }
font[size="-2"] {
 font-size: 60%;
 }
font[size="+2"] {
 font-size: 150%;
 }
font[size="+4"] {
 font-size: 300%;
 }