body {
    font-family: sans-serif;
    background: #f6f0dd;
    padding: 0px;
}

.left
{
	width: 540px;
	float: left;
	margin: 10px 0px 20px 10px;
}

.left ol
{
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 15px;
}

.left ol li
{
	margin-bottom: 5px;
}

.right
{
	width: 200px;	
	float: right;
	margin-right: 10px;
	margin-bottom: 20px;
}

.floatLeft {
	float: left;
	margin: 0.5em 1em 0.5em 0em;
	padding: 1px;
	border: 0;
}

.floatRight {
  float: right;
  margin: 0.5em 1em 0.5em 1em;
  padding: 1px;
  border: 0;
}

h1 {
    font-size: x-small;
    margin: 0;
    padding: 4.5em 0;
}

h2 {
    font-size: medium;
    margin: 0;
    padding: 1em 0;
}

h3 {
    font-size: medium;
    margin: 0;
    padding: 1em 0;
}

h4 {
    font-size: small;
    margin: 0;
    padding: 1em 0;
}

p {
    margin: 0 0 1em 0;
    line-height: 150%;
}

acronym, .titleTip {
  border-bottom: 2px dotted #F9BE40;
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}

.clear { clear: left; height:15px; }

div#master {
	width: 768px;
	margin: 0 auto;
	border-left: #444 solid thin;
	border-right: #444 solid thin;
    padding: 1px 0 0 0;
	background-image:	url(image/your-brand-loge-trans.png);
    background-repeat: 	no-repeat;
    background-position:	top center;
    background-attachment:	scroll;
}

#header {
    color: #f6f0dd;
    background: transperant;
}

#mainmenu {
    background: #444;
    font-size: small; 
}

#mainmenu td {
    width: 16%;
    text-align: center;
    border-top: #777 solid thin;
    border-bottom: #777 dashed 0.5em;
}

a:link { color: #921609; text-decoration: none; }
a:visited { color: #921609; text-decoration: none; }
a:link:hover { text-decoration: underline; }
a:visited:hover { text-decoration: underline; }

#mainmenu a:link { display: block; color: white; font-weight: bold; text-decoration: none; padding: 0.5em 0; }
#mainmenu a:visited { display: block; color: white; font-weight: bold; text-decoration: none; padding: 0.5em 0; }
#mainmenu a:link:hover { background: #666; }
#mainmenu a:visited:hover { background: #666; }

#content {
    background: white;
    border-top: #eee solid 1em;
    font-size: small;
    color: #444;
	width: 768px;
}

div.item {
	width: 505px;
    border-bottom: #eee solid 1px;
    border-right: #eee solid 1px;
    padding: 15px;
}

div.item-1 {
    margin: 0 15em 0 1em;
    padding: 0 1.5em 0 1em;
}


div.sidebar {
    border-right: none;
    background: #366567;
	padding: 10px;
    color: #FFFFFF;
    clear: both;
    width: 220px;
}

div.sidebar p {
    font-size: small;
}

div.sidebar a {
    font-size: small;
}

div.sidebar h3 {
    text-align: right;
    margin: 0;
}

div.sidebar1 {
    border-right: none;
    background: #f6f0dd;
    padding: 10px;
    width: 180px;
    float: right;
    color: #366567;
    clear: both;
    margin-top: 15px;
}

div.sidebar1 p {
    font-size: small;
}

div.sidebar1 a {
    font-size: small;
}

div.sidebar1 h3 {
    text-align: center;
    margin: 0;
}

ul {
    padding: 0 0 0 0 em;
}

ul.links {
    list-style-type: none;
}

div.border {
    border: #eee solid thick;
    border-right: none;
}

#footer {
    background: #444;
    color: #aaa;
    font-size: x-small;
    text-align: right;
}

#bottommenu {
    background: #444;
    font-size: x-small;
    text-align: center;
    color: #aaa;
    line-height: 26px;
    height: 26px;
}
#bottommenu a { color: #aaa }

.style1 {color: #921609}
