/* CONTAINER BOXES #################### */
BODY	{
background: #eee;
color: #333;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-weight: normal;
font-size: 80%;
text-align: left;
line-height: 1.7em;
margin: 15px 0 15px 0;
padding: 0;
}
.outer {
background: #fff;
width: 620px;
text-align: center;
margin: 0 auto;
padding: 0;
border: 1px solid #ddd;
}
.inner {
background: #fff;
margin: 10px;
padding: 0;
}
.headerbox {
background: url(images/header.gif) no-repeat center;
height: 110px;
min-height: 110px;
text-align: left;
margin: 0;
}
.navbox {
height: 1px;
min-height: 1px;
margin: 0;
padding: 0;
border-bottom: 1px solid #ddd;
}
.contentbox {
margin: 0 0 0 5px;
padding: 0;
}
.contentbar {
float: left;
text-align: left;
width: 395px;
clear: both;
padding: 0;
}
.contentbarsub {
padding: 20px 0 10px 0;
}
.sidebar {
color: #777;
text-align: left;
margin: 0 0 0 410px;
border-left: 1px solid #ddd;
}
.sidebarsub {
background: #fff url(images/bg_sidebar.gif);
font-size: .89em;
line-height: 1.5em;
margin: 0 0 0 1px;
padding: 16px 10px;
border: 1px #ddd;
}
.footerbox {
background: #F9F9F9;
font-size: .89em;
text-align: center;
line-height: 1.5em;
margin: 0 0 5px 0;
padding: 5px 0 5px 0;
border-top: 1px solid #ddd;
}
.block {
margin: 0 0 10px 1px;
padding: 0;
border: 0;
}
.clearfloat {
clear: both;
height: 0;
}

/* TEXT ELEMENTS #################### */
P    {
margin-top: 0;
}
B    {
font-weight:bold;
}
I    {
font-style: italic;
}
EM    {
color: #039;
font-weight:normal;
font-style: italic;
}
U    {
background: url(images/bg_underline.gif) repeat-x bottom;
text-decoration: none;
padding: 0 0 1px 0;
}
.center    {
text-align: center;
}
h1    {
color: #ff0000;
font-family: Arial,Georgia,Times, Serif;
font-weight: bold;
font-size: 1.7em;
margin: 3px 0 10px 0;
}
h1 i {
color: #3398CC;
font-weight: normal;
font-style: normal;
}
.sidebar h1    {
color: #ff0000;
font-family: Arial, Helvetica, Sans-Serif;
font-weight: normal;
font-size: 2em;
letter-spacing: 0.1em;
margin-bottom: 2px;
}
.sidebarsub em    {
color: #ff0000;
font-weight: bold;
font-style: normal;
}
.sidebarsub h1    {
color: #ff0000;
font-family: Arial, Helvetica, Sans-Serif;
font-weight: bold;
font-size: 1.5em;
margin: 3px 0 3px 0;
}
.sidebarsubalt em    {
display: block;
color: #c60;
font-family: Arial, Helvetica, Sans-Serif;
font-weight: bold;
font-size: 1em;
font-style: normal;
letter-spacing: 0.1em;
margin-top: 5px;
}
.headerbox h1    {
color: #036;
font-family: Georgia,Times, Serif;
font-weight: bold;
font-size: 2.5em;
margin: 0 0 30px 0;
display: none;
}
h2    {
color: #333;
font-family: Arial, Helvetica, Sans-Serif;
font-weight: bold;
font-size: 1.2em;
margin: 15px 0 3px 0;
}
h2 i {
color: #3398CC;
font-weight: bold;
font-style: normal;
}
ul    {
list-style: none;
margin: 0 0 1.7em 0;
padding-left: 0;
}
ol   {
list-style: decimal;
margin: 0 0 1.7em 0;
padding-left: 18px;
}
ol li   {
list-style: decimal;
margin-bottom: 1.5em;
padding-left: 0;
background: none;
}
ol li.tight   {
list-style: decimal;
margin-bottom: 0;
padding-left: 0;
background: none;
}
ul li   {
list-style: none;
margin-bottom: 1.5em;
padding-left: 13px;
background: url(images/icon_list.gif) no-repeat 0px 5px;
}
ul li.tight   {
list-style: none;
margin-bottom: 0px;
padding-left: 13px;
background: url(images/icon_list.gif) no-repeat 0px 5px;
}
li ul li   {
list-style: none;
margin-bottom: 0px;
padding-left: 18px;
background: url(images/icon_list_sub.gif) no-repeat 5px 5px;
}
.sidebar ul    {
list-style: none;
margin: 0px 0px 0px 0px;
padding-left: 0px;
}
.sidebar ul li   {
list-style: none;
margin-bottom: 3px;
padding-left: 13px;
background: url(images/icon_list.gif) no-repeat 0px 1px;
}
.sidebar ul li.current   {
color: #039;
list-style: none;
margin-bottom: 3px;
padding-left: 13px;
background: url(images/icon_list_alt.gif) no-repeat 0px 1px;
}
.fraction
{
font-size: .89em;
vertical-align: top;
border-bottom: 1px solid #e0edf2;
}


/* LINK ELEMENTS #################### */
a:link    {
color:#c00;
text-decoration:underline;
}
a:visited    {
color:#c00;
text-decoration:underline;
}
a:active    {
color:#777;
text-decoration:underline;
}
a:hover    {
color:#777;
text-decoration:none;
}

