body {
    color: #000000;
    background-color: #FFFFFF;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    /*background:url(bg.png) repeat-x top #4B546B;*/
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#topbar {
	text-align: right;
    color: #808080;
}

#heading {
    margin: 10px auto;
    height: 150px;
    background: url(images/heading.jpg) no-repeat center #FFFFFF;
}

#subbar {
    padding-bottom: 10px;
    text-align: center;
    color: #4A5368;
}

#menu {
}

#menu li {
    display: block;
    margin: auto 2px;
    padding: 2px 8px;
    font-size: 14px;
	font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #4B556A;
    border: 1px #00031C solid;
	float: left;
}

#menu li ul {
	display: none;
}

#menu li:hover ul {
	display: block;
}

#left {
    font-size: 14px;
	width: 800px;
    text-align: justify;
    padding: 10px;
	vertical-align: top;
}

#right {
	vertical-align: top;
    width: 200px;
    border-left: 1px #808080 solid;
    padding: 10px;
	text-align: left;
}

.lang a {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    color: #4C556A;
    text-decoration: none;
    border: 1px transparent solid;
}

.lang a img {
	border: none;
	vertical-align: middle;
    padding-left: 4px;
}

.lang a:hover {
    border: 1px #00031C solid;
}

h1 {
    font-size: 16px;
    color: #4A5368;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}

h2 {
    font-size: 14px;
    color: #4A5368;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

h3 {
    font-size: 12px;
    color: #4A5368;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

#left hr {
    padding: 0;
    margin-top: 50px;
    height: 1px;
    border: none;
    background-color: #3E455D;
}

#left ul {
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
    text-indent: 15px;
    line-height: 20px;
}

#left li {
    color: #000000;
    padding: 0;
    list-style: outside, circle;
}

#left p {
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 25px;
    margin-right: 25px;
    padding: 0;
    text-indent: 15px;
    line-height: 20px;
}

#left blockquote {
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    border-top: none;
    border-bottom: none;
    border-left: 1px #4B556A dashed;
    border-right: none;
    width: 75%;
	font-style: italic;
}

#left a {
    margin: 0;
    padding: 0;
    border-bottom: 1px #4B556A dotted;
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: transparent;
    display: inline;
    color: #4B556A;
    text-decoration: none;
	font-weight: bold;
}

#left a:hover {
    margin: 0;
    padding: 0;
    border-bottom: 1px #8994AF dotted;
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: transparent;
    color: #000000;
    display: inline;
    color: #8994AF;
    text-decoration: none;
}

#left acronym {
    border-bottom: 1px #414960 dotted;
    padding: 0;
    cursor: help;
}

#left a.block {
    display: block;
    margin: 2px auto;
    padding: 2px 8px;
    font-size: 14px;
	font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #4B556A;
    border: 1px #00031C solid;
}

#left a.block:hover {
    color: #4C556A;
    background-color: transparent;
    border: 1px #808080 solid;
}

#right textarea {
    display: block;
    margin: 2px auto;
    padding: 2px 16px 2px 0px;
	width: 99%;
}

#right input[type=text] {
	display: block;
    margin: 2px auto;
    padding: 2px 16px 2px 0px;
	width: 99%;
}

#right #nav {
	margin-bottom: 20%;
}

#right #nav a {
    display: block;
    margin: 2px auto;
    padding: 2px 8px;
    font-size: 14px;
	font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #4B556A;
    border: 1px #00031C solid;
	width: 200px;
}

#right #nav a:hover {
    color: #4C556A;
    background-color: transparent;
    border: 1px #808080 solid;
}

#right p {
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    text-indent: 15px;
    line-height: 20px;
}

#right a {
    margin: 0;
    padding: 0;
    border-bottom: 1px #8994AF dotted;
    background-color: transparent;
    color: #000000;
    display: inline;
    text-decoration: none;
    color: #8994AF;
}

#right a:hover {
    border-bottom: 1px #4B556A dotted;
    color: #4B556A;
}

#right li {
    margin: 0;
    padding: 5px;
    color: #252C44;
    list-style: square;
}

#right li a {
    border: none;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    color: #252C44;
}

#right li a:hover {
    border: none;
    text-decoration: underline;
    background-color: transparent;
    padding: 0;
    margin: 0;
    color: #929CB4;
}

#right h1 {
	font-size: 12px;
	color: #4B556A;
	font-weight: bold;
	margin-bottom: 5px;
}

#right .new {
	text-transform: uppercase;
	font-size: 11px;
	padding-left: 5px;
	font-style: italic;
	color: #FFA000;
}

#right .updated {
	text-transform: uppercase;
	font-size: 11px;
	padding-left: 5px;
	font-style: italic;
	color: #FFF000;
}

#footer {
    width: auto;
    border-top: 1px #808080 solid;
    border-bottom: 1px #808080 solid;
    background-color: transparent;
    padding: 3px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    color: #808080;
	font-size: 11px;
}

th {
    background-color: #4B546B;
    color: #FFFFFF;
}

em {
    color: #4B546B;
	font-style: normal;
	font-weight: bold;
}

span.blue {
    color: #3E455D;
}

span.cite {
	font-style: italic;
}
#ad {
	margin-top: 10px;
}